Skip to content

Commit

Permalink
Fix carriage returns in YouTube preset.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Dennedy committed Mar 15, 2018
1 parent c7c2f27 commit be2a75a
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions presets/consumer/avformat/YouTube
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

0 comments on commit be2a75a

Please sign in to comment.