You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ffmpeg = FFMpeg::create([
'ffmpeg.binaries' => '/usr/local/bin/ffmpeg',
'ffprobe.binaries' => '//usr/local/bin/ffprobe',
'timeout' => 3600, // The timeout for the underlying process'ffmpeg.threads' => 12, // The number of threads that FFmpeg should use
]);
$video = $ffmpeg->open('mov file path');
$video->x264()
->autoGenerateRepresentations()
->save('output file path');
Expected behavior
No error :)
Desktop/Server (please complete the following information):
OS: Mac
Version: 10.15.6
FFmpeg vesion 4.3.1
The text was updated successfully, but these errors were encountered:
secit-pl
changed the title
iPhone mMOV files processing problem
iPhone MOV files processing problem
Sep 21, 2020
@secit-pl I know it can remove all data streams from a video and then encode it but I think it is not an efficient way. I am looking for a better solution.
Describe the bug
While processing MOV files recored from iPhone I got following exception:
To Reproduce
Expected behavior
No error :)
Desktop/Server (please complete the following information):
The text was updated successfully, but these errors were encountered: