💻 Software
How to convert 1080@50i -> 720@50p using ffmpeg?
Fresh5 days ago
Mar 15, 202624998 viewsConfidence Score0%
0%
Problem
I really like 50fps video, but I cannot make ffmpeg convert it to 50fps for me. 720p resolution is absolutely fine with me, just need more FPS. 50i just looks much smoother in proper players (for example GOM Player deinterlaces video and plays it at 50Hz. Very big difference to 25Hz video.)... My c…
Error Output
ffmpeg -i 00010.MTS -threads 3 -filter:v yadif -s "1280x720" -r 50 -b:v 20M output.avi
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to convert 1080@50i -> 720@50p using ffmpeg?
Low Risk
Just like interlacing progressive content divides each frame into 2 fields, thus doubling the frame rate, the common method of deinterlacing is to combine each 2 fields into 1 frame, which reduces the rate by 2, thus taking 50 into 25fps. You can of…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix