Answer the question
In order to leave comments, you need to log in
How to concatenate two .ogg (opus) files with ffmpeg exec php?
I have 2 files a1.ogg and a2.ogg (OPUS codec)
I need to merge these files to get a new audio file
I try to execute
exec ("ffmpeg -i 'concat:a1.ogg|a2.ogg' -c copy out.ogg",$output);
var_dump($output);
array(0) { }
exec('ffmpeg -i "concat:1.mp3|2.mp3" -c copy 3.mp3',$output);
$ ffmpeg -i input.mp4 output.avi
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question