mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-15 13:35:30 +00:00
[BUG] Odd output when inputting an MKV file #657
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Southpaw1496 on GitHub (Aug 6, 2021).
CCExtractor version:
Necessary information
Video links
Additional information
MKV was ripped from a disk using MakeMKV. I've included the output of running
ccextreactor [filename]in the belowoutput.zipfile.Output.zip
Please let me know if any more information is required.
@sheharyaar commented on GitHub (Aug 26, 2021):
Hi @Southpaw1496, I would like to look into the issue. Can you please send the password to the archive at : sheharyaar48@gmail.com
@Southpaw1496 commented on GitHub (Jan 3, 2022):
Here is another file of a Bugs Bunny short, unencrypted this time https://drive.google.com/file/d/1cmntXqJFZGRdoNGLljPBYqFBgeckJlO7/view?usp=sharing
Output for this file:
Output-bugs.zip
@canihavesomecoffee commented on GitHub (Jan 3, 2022):
Bugs file has been made available here: https://sampleplatform.ccextractor.org/sample/178
Logs from output zip above:
It creates an empty .srt, and the two files for the VOBSUB ones (albeit with a "(null)" extension?), but no conteint is in either file.
@PunitLodha commented on GitHub (Jul 4, 2022):
So, the issue here is that we don't support VOBSUB subtitles.
To support it, we need to create 2 files,
.idxand.sub. We generate.idxfile (although incorrect), but no.subfile.Current .idx file:-
time_start).subfileWe also need to write correct data to the
.subfile.Reference,