Changeset 756891
- Timestamp:
- 08/15/2013 10:07:35 PM (13 years ago)
- File:
-
- 1 edited
-
wp-video-posts/trunk/classes/wpvp-core-class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-video-posts/trunk/classes/wpvp-core-class.php
r756875 r756891 235 235 $dimensions = ($width!=''&&$height!='') ? ' -s '.$width.'x'.$height : ''; 236 236 //typo fix 237 $extra = $dimensions." -ar 44100 -b 384k -ac 2 ";237 $extra = $dimensions." -ar 44100 -b 384k -ac 2 "; 238 238 if ($encodeFormat=='mp4') { 239 239 $extra .= "-acodec libfaac -vcodec libx264 -vpre normal -refs 1 -coder 1 -level 31 -threads 8 -partitions parti4x4+parti8x8+partp4x4+partp8x8+partb8x8 -flags +mv4 -trellis 1 -cmp 256 -me_range 16 -sc_threshold 40 -i_qfactor 0.71 -bf 0 -g 250";
Note: See TracChangeset
for help on using the changeset viewer.