Updated :ffmpeg.class.php (Fixed $output_file for HQ)
This commit is contained in:
parent
790f737961
commit
64066eb1c4
1 changed files with 2 additions and 1 deletions
|
@ -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'])
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue