mirror of https://git.ffmpeg.org/ffmpeg.git
strict -1 is mandatory for jpegs because the colorspace thingie, this should be handled in a better way though
Originally committed as revision 4691 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bf40937bf9
commit
97246091a5
|
@ -170,6 +170,7 @@ VideoGopSize 12
|
|||
#VideoFrameRate 2
|
||||
#VideoIntraOnly
|
||||
#NoAudio
|
||||
#Strict -1
|
||||
#</Stream>
|
||||
|
||||
|
||||
|
@ -182,6 +183,7 @@ VideoGopSize 12
|
|||
#VideoIntraOnly
|
||||
##VideoSize 352x240
|
||||
#NoAudio
|
||||
#Strict -1
|
||||
#</Stream>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue