27.07.2019, 08:29
I‘m wondering that when I choose "optimal" in Adaptive b-frame decision, it turns out to be "b-adapt 1" other than "b-adapt 2". And when I cut another film with ffmpeg, the same problem occurs again. The frame rate of cutted video is very large like the video before: 482.631. And Hybrid can't handle it properly, I know there's something wrong with the headers. Can you teach me how to cut the video with ffmpeg correctly? Here's my script.
Quote:ffmpeg -ss 00:05:00 -t 00:05:00 -accurate_seek -i "G:\00001.mkv" -map 0:0 -map 0:2 -c copy "G:\CUT\00002.mkv"