-
Notifications
You must be signed in to change notification settings - Fork 26
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
Chapter end time before start #20
Comments
The ffmeta file definitely doesn't look right and more than likely is the reason to the failure. I don't know what could have happened to generate that ffmeta file from the edl file posted as it appears to be skipping at least one entry. When I get time I'll try to replicate and fix. |
I had the same problem - but discovered that it was due to spaces vs tabs. make sure your edl file is using tabs between the entries on each line |
I am experiencing this problem. I checked my edl file and it has tabs.
|
I was able to reproduce the ffmeta file for the previous edl file. You can see the last chapter is the one giving problems.
|
It looks like Comskip is producing a chapter with an end time after the total end time of the video. It should be a simple fix to account for this case. |
Do you know what might cause this? I was assuming that the script is looking at the EDL file, which exists, and then computing the ffmeta file. I think my edl file looks correct, so maybe something in the logic calculation? |
I am working also at the "problem" to write chapters with ffmpeg and it was also the same issue why I got a memory error (wrong end time of last chapter) |
Comskip generated the following /recordings/movie.edl:
I feeded it into Comchap with command:
/home/comchap/comchap --ffmpeg=/usr/bin/ffmpeg --comskip=/usr/bin/comskip --keep-edl --keep-meta /recordings/movie.mkv
This generates the
/recordings/movie.ffmeta
... and then Comchap crashes with message:
RAM may not the issue, there is a lot of free memory..
Maybe this part of the .ffmeta is corrupt?
System information
Raspberry Pi 3 (armhf)
awk: BusyBox v1.26.2 (2017-06-11 06:38:58 GMT) multi-call binary.
Comskip 0.81.098, made using ffmpeg
Comchap master (d52aa36)
The text was updated successfully, but these errors were encountered: