mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
vtl: update ffmpeg option sameq/qscale
This commit is contained in:
parent
d3f92cd1fb
commit
24af570d06
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@ ExportVideoDialog::encode_pass (int pass)
|
|||
ffs["-acodec"] = audio_codec_combo.get_active_text();
|
||||
|
||||
if (video_bitrate_combo.get_active_text() == "retain" ) {
|
||||
ffs["-sameq"] = "-y"; // we use '-y' as dummy parameter for non key/value options
|
||||
ffs["-qscale"] = "0";
|
||||
} else {
|
||||
ffs["-b:v"] = video_bitrate_combo.get_active_text();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue