I set up my new Windows 11 PC, downloaded the latest FFMPEG from here (ffmpeg-7.1.1-full_build).
Use it to convert ts files from Hauppauge capture to smaller mp4, mkv, etc.
I use TS-Doctor on the capture and edit with Video Redo, then run ffmpeg to crop and de-interlace.
Ffmpeg shows continuous warnings while file is being converted:
[vist#0:0/h264 @ 000002befafbbe40] [dec:h264 @ 000002bef9f03940] corrupt decoded frame
Last message repeated 192 times
[vist#0:0/h264 @ 000002befafbbe40] [dec:h264 @ 000002bef9f03940] corrupt decoded frameed=8.01x
Last message repeated 74 times
[vist#0:0/h264 @ 000002befafbbe40] [dec:h264 @ 000002bef9f03940] corrupt decoded frameed=6.39x
Last message repeated 48 times
[vist#0:0/h264 @ 000002befafbbe40] [dec:h264 @ 000002bef9f03940] corrupt decoded frameed=5.35x
Last message repeated 39 times
.
Output file seems to be OK
Same ts input file shows maybe one warning on Windows 7 computer with slightly older version of ffmpeg.
I even ran the older version of ffmpeg on the Windows 11 machine and it shows continuous warnings.
Does not show continuous warnings on Windows 7.
Sample ts file attached. I tried older ts captures with same results.Code:for %%a in ("*.ts") do call :my_function "%%a" pause exit :my_function ffmpeg -i "%~1" -filter:v "crop=ih/30*41:ih",bwdif=mode=send_field:parity=auto:deint=all -c:v libx264 -crf 18 -preset veryfast -c:a copy "%~n1.mp4" goto :eof
I've been ignoring the warnings but puzzled why they only appear on the Windows 11 system.
+ Reply to Thread
Results 1 to 5 of 5
-
-
Windows 10: two warnings but I don't see any issue. When I save your ts as mkv in Video Redo 5, ffmpeg doesn't show any warning. So, seems that there is an issue with ts container. I would avoid using two pre-processing programs, and rather opt for VRD.
-
Last edited by JoeS99; 22nd Mar 2025 at 10:39. Reason: clarify
Similar Threads
-
ffmpeg 7.0.1 and Windows 7
By JoeS99 in forum Video ConversionReplies: 61Last Post: 11th Apr 2025, 12:37 -
FFmpeg Batch for Windows
By Eibol in forum Video ConversionReplies: 789Last Post: 16th Mar 2025, 16:21 -
ffmpeg? problem on Windows 11
By nasruddin in forum Video ConversionReplies: 14Last Post: 3rd Jan 2024, 15:18 -
Updated FFMpeg for Windows XP?
By rowjekto in forum Newbie / General discussionsReplies: 2Last Post: 16th Nov 2020, 08:51 -
How do you install FFMPEG on Windows XP or Windows 10?
By Guernsey in forum Newbie / General discussionsReplies: 8Last Post: 8th Oct 2020, 09:11