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 c74164f commit d5f749cCopy full SHA for d5f749c
app/avThumbnail/avThumbnail.cpp
@@ -65,7 +65,7 @@ int main( int argc, char** argv )
65
else
66
intputFile.seekAtTime( atof( arguments.at( 1 ).c_str() ) );
67
68
- // output file
+ // output file (need to set format profile of encoding to force output format to mjpeg)
69
avtranscoder::ProfileLoader::Profile formatProfile;
70
formatProfile[ avtranscoder::constants::avProfileIdentificator ] = "thumbnailFormatPreset";
71
formatProfile[ avtranscoder::constants::avProfileIdentificatorHuman ] = "Thumbnail format preset";
0 commit comments