Plugin Directory

Changeset 756891


Ignore:
Timestamp:
08/15/2013 10:07:35 PM (13 years ago)
Author:
cmstactics
Message:

Updated typo after the dimensions variable before passing flag as it needed a space.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-video-posts/trunk/classes/wpvp-core-class.php

    r756875 r756891  
    235235        $dimensions = ($width!=''&&$height!='') ? ' -s '.$width.'x'.$height : '';
    236236        //typo fix
    237         $extra = $dimensions."-ar 44100 -b 384k -ac 2 ";
     237        $extra = $dimensions." -ar 44100 -b 384k -ac 2 ";
    238238        if ($encodeFormat=='mp4') {
    239239                $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.