Updated :ffmpeg.class.php (Fixed $output_file for HQ)

This commit is contained in:
Arslan Hassan 2011-01-07 12:37:04 +00:00
parent 790f737961
commit 64066eb1c4

View file

@ -942,7 +942,8 @@ class ffmpeg
$p['video_height' ] = $p['hq_video_height'];
$p['resize'] = 'WxH';
$output = $this->hq_output_file;
$output_file = $this->hq_output_file;
# video rate
if($p['use_video_rate'])
{