I'd like to trim the video posted in this thread. It's an AVC in MKV and is interlaced (3:3 Pulldown I think is the term). I want to preserve the interlacing, but my normal trimming app, AVIDemux, deinterlaces/IVTCs it. I also tried the stock VDub2 using Direct Stream Copy but that popped a message saying it can't do it. VideoRedo won't preserve the interlacing either.
I would be grateful if anybody can suggest a method where I can trim that video to retain only from the 3sec mark to 9sec while preserving the interlacing/TC.
+ Reply to Thread
Results 1 to 8 of 8
-
-
Here's the trimmed version from Losslesscut. Can anybody tell me what the framerate is?
-
Last edited by Sharc; 17th Sep 2025 at 02:56.
-
Thanks Sharc, I found a few posts on 24.975fps. Is that desirable? I was thinking of adding:
AssumeFPS(25, true)
I assume it depends on if a player would not play 24.975, improbable in today's world? -
I can't tell. TV players are sometimes picky, so AssumeFPS(25,true) makes sense. Maybe add SSRC(44100) or SSRC(48000) to resample/restore the audio to a standard sampling rate, so
Code:AssumeFPS(25,true) SSRC(48000)
Last edited by Sharc; 17th Sep 2025 at 09:21.
Similar Threads
-
VideoReDo TV suite 6. How to trim Interlaced 50 fps video
By Cryosim in forum Video ConversionReplies: 1Last Post: 4th Sep 2025, 13:47 -
Help with lossless conversion mkv to bluray with menu
By maltersxd in forum Authoring (Blu-ray)Replies: 20Last Post: 11th Jul 2022, 00:21 -
Convert .mkv to .m2ts with lossless audio
By Tamilgamer in forum Blu-ray RippingReplies: 5Last Post: 19th Feb 2022, 06:01 -
Flagging MKV as Interlaced
By koberulz in forum Newbie / General discussionsReplies: 2Last Post: 11th Oct 2021, 10:27 -
Trim MKV without reencode AND keeping subtitles?
By kingmustard123 in forum EditingReplies: 12Last Post: 18th Dec 2020, 20:01