Commit 76bd1cd8 authored by Robert Swain's avatar Robert Swain

Add maxrate and bufsize specifications for iPod presets. I omitted these

originally as I thought x264 set these automatically when specifying a level.

Originally committed as revision 16629 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4e2b4876
...@@ -2,3 +2,5 @@ coder=0 ...@@ -2,3 +2,5 @@ coder=0
bf=0 bf=0
flags2=-wpred-dct8x8 flags2=-wpred-dct8x8
level=13 level=13
maxrate=768000
bufsize=3000000
...@@ -3,3 +3,5 @@ bf=0 ...@@ -3,3 +3,5 @@ bf=0
refs=1 refs=1
flags2=-wpred-dct8x8 flags2=-wpred-dct8x8
level=30 level=30
maxrate=10000000
bufsize=10000000
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment