Skip to content

Commit f2d9a6b

Browse files
author
Clement Champetier
committed
Fix x264 profile
* FFmpeg trick: * the codec name for decoding is libx264 * the codec name for encoding is h264. * For now, our custom profiles are used for encoding. * Rename x264 profile to h264.
1 parent 73b9335 commit f2d9a6b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ressource/v_h264.prf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
avProfileName=h264
2+
avProfileLongName=h264 High
3+
avProfileType=avProfileTypeVideo
4+
codec=h264
5+
profile=High
6+
r=25

ressource/v_x264.prf

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)