File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -227,9 +227,8 @@ package export::ffmpeg::MP4;
227227 ;
228228 }
229229 else {
230- $ffmpeg_xtra .= ' -flags +mv4+loop'
230+ $ffmpeg_xtra .= ' -flags +mv4+loop+aic '
231231 .' -trellis 1'
232- .' -aic 1'
233232 .' -mbd 1'
234233 .' -cmp 2 -subcmp 2'
235234 ;
Original file line number Diff line number Diff line change @@ -150,12 +150,10 @@ package export::ffmpeg::XviD;
150150 . $self -> param(' bit_rate_tolerance' , 32)
151151 . ' -bufsize 65535'
152152 : ' ' )
153- .' -flags +mv4+loop'
153+ .' -flags +mv4+loop+aic+cgop '
154154 .' -trellis 1'
155- .' -aic 1'
156155 .' -mbd 1'
157156 .' -cmp 2 -subcmp 2'
158- .' -cgop 1'
159157 .$self -> param(' b_quant_factor' , 150)
160158 .$self -> param(' b_quant_offset' , 100)
161159 .$self -> param(' max_b_frames' , 1)
You can’t perform that action at this time.
0 commit comments