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
_______________________________________________
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