Skip to content

Instantly share code, notes, and snippets.

@parixitjani
Last active August 10, 2017 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parixitjani/b2db1200b866b44f77c4d29cf51a9324 to your computer and use it in GitHub Desktop.
Save parixitjani/b2db1200b866b44f77c4d29cf51a9324 to your computer and use it in GitHub Desktop.
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