Created
June 6, 2022 10:57
-
-
Save ferdinandosimonetti/7cd6264dffeccc09c442b2b3fcd9b615 to your computer and use it in GitHub Desktop.
webm to mp4 and srt insertion from a chromebook
This file contains hidden or 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
# high quality conversion | |
ffmpeg -i "prova.webm" -crf 23 "prova.mp4" | |
# adding srt extracted via AWS Transcribe | |
ffmpeg -i prova.mp4 -i prova.srt prova-out.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment