-
Converting .ts files to .mp4 files with ffmpeg.
ffmpeg -i xperia.ts -c:v libx264 -c:a aac xperia.mp4
-
Converting .mov to mp4.
ffmpeg -i decision.mov -vcodec h264 -acodec mp2 decision.mp4
Created
June 29, 2021 16:25
-
-
Save extratone/9d00edb567ec982408c5bb5d523beaa5 to your computer and use it in GitHub Desktop.
My personal collection of ffmpeg one-liners.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment