Skip to content

Commit d5f749c

Browse files
author
Clement Champetier
committed
avthumbnail app: add comment
1 parent c74164f commit d5f749c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/avThumbnail/avThumbnail.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ int main( int argc, char** argv )
6565
else
6666
intputFile.seekAtTime( atof( arguments.at( 1 ).c_str() ) );
6767

68-
// output file
68+
// output file (need to set format profile of encoding to force output format to mjpeg)
6969
avtranscoder::ProfileLoader::Profile formatProfile;
7070
formatProfile[ avtranscoder::constants::avProfileIdentificator ] = "thumbnailFormatPreset";
7171
formatProfile[ avtranscoder::constants::avProfileIdentificatorHuman ] = "Thumbnail format preset";

0 commit comments

Comments
 (0)