Re: [FFmpeg-user] Need Command

2022-06-30 Thread Dhwani Shukla
Hi, Logs: 2022-07-01 10:33:12.216336+0530 Picskitz[5943:54020] Loaded mobile-ffmpeg-full-gpl-x86_64-4.4-20200725 2022-07-01 10:33:12.220093+0530 Picskitz[5943:55881] INFO: ffmpeg version v4.4-dev-416 2022-07-01 10:33:12.220166+0530 Picskitz[5943:55881] INFO: Copyright (c) 2000-2020 the

Re: [FFmpeg-user] Need Command

2022-06-30 Thread Carl Zwanzig
On 6/30/2022 10:06 PM, Dhwani Shukla wrote: Kindly guid me. First, put all the text in the body of the email, not as an RTF attachment. z! ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To

Re: [FFmpeg-user] Need Command

2022-06-30 Thread Moritz Barsnick
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

[FFmpeg-user] Need Command

2022-06-30 Thread Dhwani Shukla
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

Re: [FFmpeg-user] remap with pixel interpolation

2022-06-30 Thread Paul B Mahol
On Wed, Jun 29, 2022 at 9:43 AM Paul B Mahol wrote: > > > On Wed, Jun 29, 2022 at 9:18 AM Michael Koch > wrote: > >> Am 29.06.2022 um 09:15 schrieb Paul B Mahol: >> > On Wed, Jun 29, 2022 at 8:56 AM Michael Koch < >> astroelectro...@t-online.de> >> > wrote: >> > >> >> Suggestion for