我正在使用fileuploader.js上傳視頻文件。現在我想將視頻格式轉換爲.mp4。上傳後,我使用ffmpeg和php將視頻轉換爲.mp4。我使用的樣品段 $converted = "uploads/".$uniqid.".mp4"; //$uniqid is the id for the video after upload
$cmd = "$ffmpeg -i $sourceUrl -f
我使用xuggler API將視頻從一種格式轉碼爲另一種格式。 繼例如,通過 http://wiki.xuggle.com/MediaTool_Introduction & http://www.javacodegeeks.com/2011/02/xuggler-tutorial-transcoding-media.html public void convertVideo(){
St