27.07.2019, 09:52
Quote:And Hybrid can't handle it properly,not even the dev version I send you?
Quote:when I cut another film with ffmpeg, the same problem occurs again.From the look of it ffmpeg does not cut the time codes which is probably a bug or related to 'accurate_seek'. When using ffmpeg I hope 'accurate_seek' is disabled by ffmpeg automatically when using stream copy, since otherwise it will break the headers at the beginning.
In general when cutting video with ffmpeg:
- In general frame accurate cutting is not possible, 'accurate_seek' is meant for transcoding only.
- a general good read is: https://trac.ffmpeg.org/wiki/Seeking
In general when cutting mkvs:
Instead of using ffmpeg for cutting mkvs better use mkvtoolnix (mkvmerge); it properly handles time stamps etc.
If you want to cut mkvs frame accurate, with a format that isn't lossless or I-Frame only, you need to reencode.
There are a bunch of tools like MKV Cutter (small alpha version tool I wrote), Avidemux (open source), Smart Cutter (commercial), .... just to name a few, there are a bunch of others out there that you can find using your favorite internet search engine.
Those tools use smart cutting, meaning they reencode parts to allow frame accurate cutting.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.