You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
I generate a
00001.timing.csv
by executingIt works without an error, but I want to open the file for inspection via
comskip-gui
quits with exit value 23 and the following console output: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:Does anyone has an idea why comskip cannot read the
00001.timing.csv
?The text was updated successfully, but these errors were encountered: