Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comskip cannot open timing.csv #133

Open
Aikhjarto opened this issue Aug 13, 2021 · 0 comments
Open

Comskip cannot open timing.csv #133

Aikhjarto opened this issue Aug 13, 2021 · 0 comments

Comments

@Aikhjarto
Copy link

I generate a 00001.timing.csv by executing

comskip-gui --ini comskip.ini --timing 00001.ts

It works without an error, but I want to open the file for inspection via

comskip-gui --ini comskip.ini 00001.timing.csv

comskip-gui quits with exit value 23 and the following console output:

Comskip 0.82.010, made using ffmpeg
Donator build
The commandline used was:
comskip-gui --ini comskip.ini 00001.timing.csv

Opening 00001.timing.csv array file.
Setting ini file to comskip.ini as per commandline
Using comskip.ini for initiation values.
Shit!!!!

I tested this with the latest release as well as the lasted version from the master branch of this repo, but both show the same error.

I compiled comskip myself on openSUSE Leap 15.2.

The file 00001.timing.csv as generated by comskip with the --timing argument start like this:

sep=,
type   ,real_pts, step        ,pts         ,clock       ,delta       ,offset, repeat
sep=,
type   ,real_pts, step        ,pts         ,clock       ,delta       ,offset, repeat
a frame,        0.000,      -51.040,        0.032,        0.000,        0.032,      384.827, 1536
a frame,        0.032,        0.032,        0.064,        0.000,        0.064,     1101.612, 1536
a frame,        0.064,        0.032,        0.096,        0.000,        0.096,     1403.192, 1536
a frame,        0.096,        0.032,        0.128,        0.000,        0.128,     1215.491, 1536
a frame,        0.128,        0.032,        0.160,        0.000,        0.160,      826.214, 1536
a frame,        0.160,        0.032,        0.192,        0.000,        0.192,      411.164, 1536

Does anyone has an idea why comskip cannot read the 00001.timing.csv ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant