Hi. I used the Tinterlace filter on one of my videos in FFMPEG, but the video is stretched to a 1:1 ratio, and I can't change it. Adding the rescale command after the apply Tinterlace command does work, but it removes the Tinterlace filter. Can you please help me?
This is the whole script I am using
Code:ffmpeg -i "input.mp4" -filter:v "tinterlace" "output.mp4"
+ Reply to Thread
Results 1 to 3 of 3
-
-
-aspect 16/9, or -aspect 4/3 , or whatever aspect
Or you can set the sar with -vf setsar
Similar Threads
-
Rescaling videos with FFMPEG for iDVD
By miguelmorin in forum Authoring (DVD)Replies: 5Last Post: 26th Feb 2022, 01:37 -
how do i add libx264 and hevc to ffmpeg when i compile ffmpeg for ubuntu 21
By oduodui in forum Newbie / General discussionsReplies: 2Last Post: 17th Jul 2021, 04:12 -
Handbrake\ffmpeg blur-and-warm filter?
By andy_larkin in forum DVD RippingReplies: 0Last Post: 29th Apr 2020, 22:25 -
Reds getting artifacts after descaling/rescaling
By killerteengohan in forum RestorationReplies: 11Last Post: 25th Nov 2019, 08:02 -
Equivalent of filter "Limiter" from Audacity in ffmpeg
By lenberg in forum AudioReplies: 1Last Post: 10th Oct 2018, 09:00