Jump to content

question about ffmpeg


hno

Recommended Posts

HI,

I was wondering if someone could change the following line of code for converting the video to flv in background.

By background I mean that the user does not have to wait for converting process and after the php reads that line it continues to the next lines while the converting is in process?By the way, Is it possible to send the user to the next page(using 'header') while the php is converting the video?

Here is the line:

exec( "ffmpeg.exe -i uploads/$video_name1 -ar 22050 -ab 32 -f flv -s 320×240 uploads/$video_name.flv", $ret );

 

by the way ,I'm testing this code in localhost (xampp).

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/241553-question-about-ffmpeg/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.