forked from avTranscoder/avTranscoder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ressource: add presets for h264 low/hq
Remove default h264 preset. Fix avTranscoder#147
- Loading branch information
Clement Champetier
committed
Apr 9, 2015
1 parent
44db4a5
commit 77d8f64
Showing
3 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |