-
Notifications
You must be signed in to change notification settings - Fork 557
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
Set custom Bitrate/Quality as default #3381
Comments
Hi, @nicmichael <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE openshot-export-option>
<export-option>
<type translatable="True">All Formats</type>
<title translatable="True">MP4 (h.264 crf)</title>
<videoformat>mp4</videoformat>
<videocodec>libx264</videocodec>
<audiocodec>aac</audiocodec>
<audiochannels>2</audiochannels>
<audiochannellayout>3</audiochannellayout>
<videobitrate
low="50 crf"
med="25 crf"
high="0 crf"></videobitrate>
<audiobitrate
low="96 kb/s"
med="192 kb/s"
high="224 kb/s"></audiobitrate>
<samplerate>44100</samplerate>
</export-option> This is just a modified copy of the original /usr/lib/python3/dist-packages/openshot_qt/presets/format_mp4_x265_crf.xml file. |
Sweet! Thanks a lot @injiniero. I just got to try it out, and it works great. Saves me a lot of extra clicks. Thanks for the quick help. |
@injiniero please edit your post to fix the formatting issues (code example extends to the end of the post, probably extra empty line is missing for separation). |
@injiniero here what I mean:
This is just a modified copy of the original /usr/lib/python3/dist-packages/openshot_qt/presets/format_mp4_x265_crf.xml file. |
This has been referenced in this Reddit thread as well. |
Thank you so much for submitting an issue to help improve OpenShot Video Editor. We are sorry about this, but this particular issue has gone unnoticed for quite some time. To help keep the OpenShot GitHub Issue Tracker organized and focused, we must ensure that every issue is correctly labelled and triaged, to get the proper attention. This issue will be closed, as it meets the following criteria:
We'd like to ask you to help us out and determine whether this issue should be reopened.
Thanks again for your help! |
Question:
Is there any way to specify a default bitrate or quality for encoding? The current profiles don't seem to give that option.
I'm frequently exporting videos, always with the same settings:
These settings are somewhere in between the default quality options "medium" (which gives me too large of a file size) and "low" (which gives poor quality). Every time I export, I have to select "medium", then go to the "Advanced" tab and manually edit the bit rates for video and audio. Quite tedious. I wish users could configure a custom profile for not just resolution and frame rates, but also codecs and encoding settings. Or is this already possible somehow?
System Details:
The text was updated successfully, but these errors were encountered: