[FFmpeg-user] Need Command

Dhwani Shukla dhwanishukla.kunj at gmail.com
Thu Jun 30 17:10:58 EEST 2022


Hello,

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 :

"-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)”

Kindly help me to generate video using ffmpeg command.

Thanks & Regards,
Dhwani Shukla


More information about the ffmpeg-user mailing list