forked from gandalfliang/mlt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix carriage returns in YouTube preset.
Fixes mltframework/shotcut#519
- Loading branch information
Dan Dennedy
committed
Mar 15, 2018
1 parent
c7c2f27
commit be2a75a
Showing
1 changed file
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
f=mp4 | ||
movflags=+faststart | ||
acodec=aac | ||
ar=48000 | ||
ab=384k | ||
vcodec=libx264 | ||
progressive=1 | ||
preset=fast | ||
threads=0 | ||
crf=21 | ||
g=15 | ||
bf=2 | ||
meta.preset.extension=mp4 | ||
meta.preset.note=H.264/AAC MP4 for YouTube | ||
f=mp4 | ||
movflags=+faststart | ||
|
||
acodec=aac | ||
ar=48000 | ||
ab=384k | ||
|
||
vcodec=libx264 | ||
progressive=1 | ||
preset=fast | ||
threads=0 | ||
crf=21 | ||
g=15 | ||
bf=2 | ||
|
||
meta.preset.extension=mp4 | ||
meta.preset.note=H.264/AAC MP4 for YouTube |