Skip to content

Instantly share code, notes, and snippets.

@DyegoMaas
Created June 9, 2020 23:45
Show Gist options
  • Save DyegoMaas/bfa4d2749f03726a41920a861fadf5e8 to your computer and use it in GitHub Desktop.
Save DyegoMaas/bfa4d2749f03726a41920a861fadf5e8 to your computer and use it in GitHub Desktop.
Tentativa de conversão de arquivo no formato PPM para MP4, que não funcionou:
ffmpeg \
-y -r 30 \
-f image2pipe \
-vcodec ppm \
-i /d/temp/hercules.ppm \
-vcodec libx264 \
-preset ultrafast \
-pix_fmt yuv420p \
-crf 1 \
-threads 0 \
-bf 0 \
/c/temp/hercules/hercules.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment