[FFmpeg-user] Need Command

Moritz Barsnick barsnick at gmx.net
Fri Jul 1 02:17:49 EEST 2022


On Thu, Jun 30, 2022 at 19:40:58 +0530, Dhwani Shukla wrote:
> I need command for merging Image, audio and gif into video for iOS swift.
> Currently I’m using following command which generating video but gif not working :

Please elaborate on "not working".

> "-ignore_loop 0 -i \(objCreate.dwGIFPath ?? "") -loop 1 -i \(imagePath ?? "") -i \(objCreate.dwAudioPath ?? "")  -vf 'scale=trunc(iw/2)*2:trunc(ih/2)*2' -shortest -strict -2 -c:v libx264 -threads 4 -c:a aac -b:a 192k -pix_fmt yuv420p -shortest \(myDocumentPath1)”

Please show us the actual resulting, complete command line, along with
the complete console output.

Moritz


More information about the ffmpeg-user mailing list