Last active
August 10, 2017 08:55
-
-
Save parixitjani/b2db1200b866b44f77c4d29cf51a9324 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -loglevel panic -y -i <inputfile> -deinterlace -pix_fmt yuv420p -an -vf scale=640:trunc(ow/a/2)*2 -vcodec libx264 -threads 0 <outputfile.mp4> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment