From 77d8f6471f5f0aba624644672685247d4951d5a9 Mon Sep 17 00:00:00 2001 From: Clement Champetier Date: Wed, 1 Apr 2015 17:40:52 +0200 Subject: [PATCH] Ressource: add presets for h264 low/hq Remove default h264 preset. Fix #147 --- ressource/v_h264.prf | 5 ----- ressource/v_h264_hq.prf | 9 +++++++++ ressource/v_h264_lq.prf | 9 +++++++++ 3 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 ressource/v_h264.prf create mode 100755 ressource/v_h264_hq.prf create mode 100755 ressource/v_h264_lq.prf diff --git a/ressource/v_h264.prf b/ressource/v_h264.prf deleted file mode 100644 index 2f3fe261..00000000 --- a/ressource/v_h264.prf +++ /dev/null @@ -1,5 +0,0 @@ -avProfileName=h264 -avProfileLongName=h264 High -avProfileType=avProfileTypeVideo -codec=h264 -profile=High diff --git a/ressource/v_h264_hq.prf b/ressource/v_h264_hq.prf new file mode 100755 index 00000000..28b5fec0 --- /dev/null +++ b/ressource/v_h264_hq.prf @@ -0,0 +1,9 @@ +avProfileName=h264-hq +avProfileLongName=H.264 High Quality +avProfileType=avProfileTypeVideo +codec=h264 +pix_fmt=yuv422p +profile=high422 +preset=slow +tune=fastdecode,zerolatency +level=5 diff --git a/ressource/v_h264_lq.prf b/ressource/v_h264_lq.prf new file mode 100755 index 00000000..396bd0b9 --- /dev/null +++ b/ressource/v_h264_lq.prf @@ -0,0 +1,9 @@ +avProfileName=h264-lq +avProfileLongName=H.264 Low Quality +avProfileType=avProfileTypeVideo +codec=h264 +pix_fmt=yuv420p +profile=baseline +preset=ultrafast +tune=fastdecode,zerolatency +level=3