Skip to content

Commit 86205af

Browse files
author
Clement Champetier
committed
dnxhd profiles: add width / height / fps
We can use these profiles even if the input is not HD with 25fps (or a correct config for dnxhd codec).
1 parent 54ab5f8 commit 86205af

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

ressource/v_dnxhd120.prf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
avProfileName=dnxhd120
2-
avProfileLongName=DNxHD 120Mbps
2+
avProfileLongName=DNxHD 120Mbps 1920x1080 25fps
33
avProfileType=avProfileTypeVideo
44
codec=dnxhd
5-
b=120M
5+
width=1920
6+
height=1080
67
pix_fmt=yuv422p
8+
b=120M
79
g=1
10+
r=25

ressource/v_dnxhd185.prf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
avProfileName=dnxhd185
2-
avProfileLongName=DNxHD 185Mbps
2+
avProfileLongName=DNxHD 185Mbps 1920x1080 25fps
33
avProfileType=avProfileTypeVideo
44
codec=dnxhd
5+
width=1920
6+
height=1080
57
pix_fmt=yuv422p
68
b=185M
79
g=1
10+
r=25

ressource/v_dnxhd185x.prf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
avProfileName=dnxhd185x
2-
avProfileLongName=DNxHD 185Mbps 10bits
2+
avProfileLongName=DNxHD 185Mbps 10bits 1920x1080 25fps
33
avProfileType=avProfileTypeVideo
44
codec=dnxhd
5+
width=1920
6+
height=1080
57
pix_fmt=yuv422p10le
68
b=185M
79
g=1
10+
r=25

0 commit comments

Comments
 (0)