Mp4 video frames stutter after conversion from mkv in Hybrid - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Mp4 video frames stutter after conversion from mkv in Hybrid (/thread-3770.html) |
Mp4 video frames stutter after conversion from mkv in Hybrid - lostsnowboardvideos - 10.07.2024 Hello everyone, first poster, long time searcher. I have run into an issue converting a large collection of old snowboarding videos from mkv to mp4 recently. I am currently using MakeMKV to extract the main title file from the DVDs and running them through Hybrid. I read the info section about what's asked when reporting a problem and I apologize in advance, I do not have a script of the settings I used in hybrid (could not figure out how to produce it). I can only post a short clip of one of the chapters I encoded from the mkv to show what I am talking about. Searched all the boards here for this issue and nothing really comes up. My problem is this: the attached video stutters after encoding in certain sections. I compared it to the mkv file and the mkv does not do this. I deinterlaced using Avisynth QTGMC bob x64 in Hybrid with KNLmeans default, QTGMC slower preset. x264 very slow preset, CRF 19, scaled up to 1440x1080. Output is x264 mp4, 59.94fps, 1440x1080 aac audio. I tried this with different audio outputs because I thought it might have something to do with matching the audio to the video but it all produced the same results. The only thing I haven't tried is keeping the fps the same as the input but I've not had this issue going from interlaced to progressive with other interlaced videos. Hybrid tells me the original file is bottom field first and ffprobe confirms this so I left that setting alone as well. If you go to about 20 seconds in, you can see what I am talking about. My question would be is there a setting in the filters or frame settings that I need to toggle to eliminate this problem? RE: Mp4 video frames stutter after conversion from mkv in Hybrid - Selur - 10.07.2024 You could cut the mkv with mkvtoolnix gui and share a small sample which allows reproducing the problem. Without having a sample of the source and no debug output of what Hybrid analyzed and used, I can only guess: If your source was flagged with the wrong field order, you could overwrite the field order to the correct value. If the source is mixed content (mix of interlaced (tff, bff) and maybe telecined and progressive) depending on source Hybrid can't really help and a custom script would be needed. Cu Selur RE: Mp4 video frames stutter after conversion from mkv in Hybrid - lostsnowboardvideos - 10.07.2024 Not sure why I'm having issues attaching files directly to this board but here's another Vimeo link to the original chapter from the MKV that was tested. Used mkvtoolnix to clip it. Also included the ffprobe text file. Last login: Tue Jul 9 12:17:42 on ttys000 RE: Mp4 video frames stutter after conversion from mkv in Hybrid - Selur - 10.07.2024 You can't attach huge files here. You need to upload it somewhere, where you can share a link. Going to bed now. Cu Selur RE: Mp4 video frames stutter after conversion from mkv in Hybrid - lostsnowboardvideos - 11.07.2024 I got it to work. ran through the deinterlacing settings (qtgmc avisynth) in preview mode and figured out the bob setting, when checked, was causing it. not sure why as I had 2 other encodes after it on the same bob setting that didn't produce that result. RE: Mp4 video frames stutter after conversion from mkv in Hybrid - Selur - 11.07.2024 Bob requires a correct field order. If the field order changes somewhere in the stream (or was wrongly selected), bob will cause stuttering. Cu Selur |