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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to