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

How to cut produced video files and keep the output small? #41

Closed
tvogel opened this issue Feb 11, 2020 · 1 comment
Closed

How to cut produced video files and keep the output small? #41

tvogel opened this issue Feb 11, 2020 · 1 comment

Comments

@tvogel
Copy link

tvogel commented Feb 11, 2020

Sorry, this is more a question than an issue, plus, it refers to vokoscreenPrevGen. But still: vokoscreen produces tiny MKV files which is great. When there is basically no motion, it takes basically no stream bandwidth (apart from audio maybe). However, when I cut the MKV with openshot and produce a corresponding MP4 using x264 and the same resolution, the file is huge - easily ten times bigger. Is there a good cutting tool that will help me keep the output small? Or specific parameters, I could tweak in openshot?

@vkohaupt
Copy link
Owner

With ffmpeg you can make small files.
ffmpeg -i inputfile.mp4 outputfile.mp4

@vkohaupt vkohaupt closed this as completed Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants