hey there
I'm having a stack of progressive 29,970 mpeg2 videos which were wrongly converted as interlaced or fake interlaced.
Is there a way to change the scantype of this back to progressive without reencoding the video?
https://workupload.com/file/gfeTk8dpLQt
thanks for looking into it
regards
+ Reply to Thread
Results 1 to 3 of 3
-
-
No clue how to do it with FFMpeg, but what should work is:
- extract raw stream with mkvextract (or another tool)
- load raw stream into Restream
- enable "Picture Coding Extension->Frametype progressive"
- disable "Picture Coding Extension->top field first"
- enable "Sequence Extension->Progressive sequence"
- Save file under new.
- exchange video stream in original mkv with the new video stream using mkvmerge gui
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
"code":400,"error":true,"message" on http://getwvkeys.cc
By johnsonkiss in forum Video Streaming DownloadingReplies: 14Last Post: 25th Jul 2024, 21:45 -
Trying to Capture VHS as Interlaced (MediaInfor Reports "Progressive")
By Avagadro1 in forum Capturing and VCRReplies: 6Last Post: 8th Sep 2020, 21:35 -
ffmpeg changes interlaced to progressive
By SF01 in forum Video ConversionReplies: 12Last Post: 30th Mar 2020, 09:51 -
Forced scan type to "Progressive" after VirtualDub encoding
By GD314 in forum Video ConversionReplies: 5Last Post: 13th Mar 2020, 11:06 -
How to Encode video using "Apple QuickTime" Writing Library in FFmpeg
By deepfrayder in forum Video ConversionReplies: 15Last Post: 3rd Feb 2020, 00:16