diff options
author | XpLoDWilD <xplodgui@gmail.com> | 2012-05-03 11:02:02 +0200 |
---|---|---|
committer | XpLoDWilD <xplodgui@gmail.com> | 2012-05-03 11:02:02 +0200 |
commit | da8b3828be40d5ec4b5a8835919b17bef3d21ba6 (patch) | |
tree | 094beeed815ac0052d3f58339b07bd27bee80c20 /configs | |
parent | cac75c373aad40444bb8a1e00099aae108787f5c (diff) | |
download | device_samsung_n7000-da8b3828be40d5ec4b5a8835919b17bef3d21ba6.zip device_samsung_n7000-da8b3828be40d5ec4b5a8835919b17bef3d21ba6.tar.gz device_samsung_n7000-da8b3828be40d5ec4b5a8835919b17bef3d21ba6.tar.bz2 |
media_profiles: Raise max input frame size in VideoEncoderCap to allow 1080p videos
Diffstat (limited to 'configs')
-rw-r--r-- | configs/media_profiles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/media_profiles.xml b/configs/media_profiles.xml index b8073cf..d627199 100644 --- a/configs/media_profiles.xml +++ b/configs/media_profiles.xml @@ -471,8 +471,8 @@ frames) memory. --> - <VideoEditorCap maxInputFrameWidth="1280" - maxInputFrameHeight="720" maxOutputFrameWidth="1280" + <VideoEditorCap maxInputFrameWidth="1920" + maxInputFrameHeight="1080" maxOutputFrameWidth="1280" maxOutputFrameHeight="720" maxPrefetchYUVFrames="5"/> <!-- The VideoEditor Export codec profile and level values |