Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document basic ffmpeg examples for transcoding the resulting file MP4/AAC #5

Open
morgant opened this issue Oct 18, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@morgant
Copy link
Owner

morgant commented Oct 18, 2023

I'd like to add an example of transcoding the lossless file, including scaling, to the README. For example, one of my recent tests was transcoded, as follows (though I don't know if this was a good way of doing so):

ffmpeg -i Downloads/DMSI-1021-Demo-Take00.mkv -c:v libx264 -preset veryslow -crf 0 -vf "scale=1200:-1,format=yuv420p" -movflags +faststart -c:a aac Downloads/DMSI-1021-Demo-Take00.mp4
@morgant morgant added the documentation Improvements or additions to documentation label Oct 18, 2023
@morgant morgant added this to the 1.0 milestone Oct 18, 2023
@morgant morgant self-assigned this Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant