scripts/encode_mp4: use baseline profile +faststart

This commit is contained in:
Astro 2014-04-24 17:59:20 +02:00
parent a504d3d579
commit b3e981eb71
1 changed files with 2 additions and 1 deletions

View File

@ -16,8 +16,9 @@ ffmpeg -i "$if" \
-ab $ab \
-threads $threads \
-vcodec libx264 \
-vpre libx264-ipod640 \
-b:v $vb \
-profile:v baseline -level 3.0 \
-movflags +faststart \
-passlogfile "$of.ffmpeg2pass" \
-y "$of"