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 d00e5f0 commit c4b1c87Copy full SHA for c4b1c87
src/AvTranscoder/Profiles/XdCamHd422.hpp
@@ -72,8 +72,7 @@ void loadXdCamHD422( Profile::ProfilesDesc& profiles )
72
xdCamHd422[ "i_qfactor" ] = "-0.8";
73
xdCamHd422[ "flags" ] = "-cgop"; // open GOP
74
75
- xdCamHd422[ "flags" ] = "+ilme"; // use interlaced motion estimation
76
- xdCamHd422[ "flags" ] = "+ildct"; // use interlaced DCT
+ xdCamHd422[ "flags" ] = "+ilme+ildct"; // use interlaced motion estimation + use interlaced DCT
77
78
xdCamHd422[ "field_order" ] = "tt";
79
0 commit comments