From 6acb2b5a1a08c350a960ac23318d4ef27655e8f0 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Tue, 20 Sep 2011 23:20:29 -0700 Subject: [PATCH] Add Sony PlayStation Portable encode preset --- presets/consumer/avformat/Sony-PSP | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 presets/consumer/avformat/Sony-PSP diff --git a/presets/consumer/avformat/Sony-PSP b/presets/consumer/avformat/Sony-PSP new file mode 100644 index 00000000..189a3f38 --- /dev/null +++ b/presets/consumer/avformat/Sony-PSP @@ -0,0 +1,22 @@ +width=480 +height=272 +aspect=@16/9 +progressive=1 + +f=psp + +acodec=aac +ar=32000 +ab=96k + +vcodec=libx264 +threads=0 +vpre=medium +preset=medium +profile=main +flags2=-dct8x8 +vb=1M +refs=1 +bf=1 +x264opts=ref=1:bframes=1 + -- 2.39.2