Created
June 9, 2020 23:45
-
-
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:
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 \ | |
-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