We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a2452 commit cc7a3a1Copy full SHA for cc7a3a1
src/AvTranscoder/Profiles/XdCamHd422.hpp
@@ -70,9 +70,8 @@ void loadXdCamHD422( Profile::ProfilesDesc& profiles )
70
xdCamHd422[ "b_qfactor" ] = "1.25";
71
xdCamHd422[ "i_qoffset" ] = "0";
72
xdCamHd422[ "i_qfactor" ] = "-0.8";
73
- xdCamHd422[ "flags" ] = "-cgop"; // open GOP
74
75
- xdCamHd422[ "flags" ] = "+ilme+ildct"; // use interlaced motion estimation + use interlaced DCT
+ xdCamHd422[ "flags" ] = "-cgop+ilme+ildct"; // open GOP + use interlaced motion estimation + use interlaced DCT
76
77
xdCamHd422[ "field_order" ] = "tt";
78
0 commit comments