File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/AvTranscoder/Profiles Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,23 +9,26 @@ void loadDNxHD( Profile::ProfilesDesc& profiles )
9
9
Profile::ProfileDesc dnxhd120;
10
10
dnxhd120[ Profile::avProfilIdentificator ] = " dnxhd120" ;
11
11
dnxhd120[ Profile::avProfilIdentificatorHuman ] = " DNxHD 120" ;
12
+ dnxhd120[ " codec" ] = " dnxhd" ;
12
13
dnxhd120[ " b" ] = " 120000000" ;
13
14
dnxhd120[ " pix_fmt" ] = " yuv422p" ;
14
15
dnxhd120[ " g" ] = " 1" ;
15
16
16
17
Profile::ProfileDesc dnxhd185;
17
18
dnxhd185[ Profile::avProfilIdentificator ] = " dnxhd185" ;
18
19
dnxhd185[ Profile::avProfilIdentificatorHuman ] = " DNxHD 185" ;
20
+ dnxhd185[ " codec" ] = " dnxhd" ;
19
21
dnxhd185[ " b" ] = " 185000000" ;
20
22
dnxhd185[ " pix_fmt" ] = " yuv422p" ;
21
- dnxhd120 [ " g" ] = " 1" ;
23
+ dnxhd185 [ " g" ] = " 1" ;
22
24
23
25
Profile::ProfileDesc dnxhd185x;
24
26
dnxhd185x[ Profile::avProfilIdentificator ] = " dnxhd185x" ;
25
27
dnxhd185x[ Profile::avProfilIdentificatorHuman ] = " DNxHD 185 X" ;
28
+ dnxhd185x[ " codec" ] = " dnxhd" ;
26
29
dnxhd185x[ " b" ] = " 185000000" ;
27
30
dnxhd185x[ " pix_fmt" ] = " yuv422p10" ;
28
- dnxhd120 [ " g" ] = " 1" ;
31
+ dnxhd185x [ " g" ] = " 1" ;
29
32
30
33
profiles.push_back ( dnxhd120 );
31
34
profiles.push_back ( dnxhd185 );
You can’t perform that action at this time.
0 commit comments