CCExtractor version: {replace with the version}
git bisect
ccextractor DSC.ts -out=raw
or ccextractor DSC.ts -out=dvdraw
For writing dvdraw: pick your favorite from https://drive.google.com/drive/folders/0B_61ywKPmI0Ta2diT3l0eTlHc2c?resourcekey=0-EV36AGfIWNiS7eqBnpJH2A; I specifically chose DSC.ts.
For reading: DSC.dvdraw.gz, generated by scc2raw.pl -d
Neither McPoodleʼs tools nor ccextractor
can read the ccextractor
output file, and moreover ccextractor
cannot read a dvdraw file generated with McPoodleʼs tools. This indicates two different bugs, one for reading and one for writing.
This is unrelated to #1523, as far as I can tell; I found it while investigating and fixing that, but the fix doesnʼt seem to help here at all.