VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. 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"
    Quote Quote  
  2. -aspect 16/9, or -aspect 4/3 , or whatever aspect

    Or you can set the sar with -vf setsar
    Quote Quote  
  3. Originally Posted by poisondeathray View Post
    -aspect 16/9, or -aspect 4/3 , or whatever aspect

    Or you can set the sar with -vf setsar
    It worked! Thanks!
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!