VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    May 2016
    Location
    Lithopolis, OH United States
    Search Comp PM
    This is little embarrassing but what does this "scale=iw*X:ih*X" mean? Do I have to put in the actual width and height or just factor like for example iw*4:ih*4?
    Quote Quote  
  2. Member
    Join Date
    Feb 2006
    Location
    United States
    Search Comp PM
    Originally Posted by Guernsey View Post
    This is little embarrassing but what does this "scale=iw*X:ih*X" mean? Do I have to put in the actual width and height or just factor like for example iw*4:ih*4?
    see here - https://trac.ffmpeg.org/wiki/Scaling it's a scale filter
    Quote Quote  
  3. iw and ih the width and height of the input video. So iw*X:ih*X is multiplying the width and height by the same amount, X. So yes, scael=iw*4:ih*4 will result in a video that 4x the width and height of the original. If the original was 640x480 the output will be 2560x1920. Alternatively, you could multiply the values yourself and specify scale=2560:1920.
    Quote Quote  
  4. Member
    Join Date
    May 2016
    Location
    Lithopolis, OH United States
    Search Comp PM
    Oh thanks. To be honest, I forgot about some of this due to my brain being tired.
    Quote Quote  



Similar Threads

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