Re: [FFmpeg-user] Need Command

2022-07-01 Thread Carl Zwanzig
On 7/1/2022 12:30 AM, Dhwani Shukla wrote: 2022-07-01 12:59:15.496955+0530 Picskitz[15686:168932] INFO: Copyright (c) 2000-2020 the FFmpeg developers And that's still from 2020. Did you read the FAQ I sent you? If not, do so immediately (which will tell you, among other things, not to

Re: [FFmpeg-user] Need Command

2022-07-01 Thread Dhwani Shukla
When I tried to merge gif and audio at that time gif working fine in the video but when I merge audio, image and gif at that time gif not working > On 01-Jul-2022, at 1:00 PM, Dhwani Shukla wrote: > > Library update but still getting this log: > 2022-07-01 12:59:15.493153+0530

Re: [FFmpeg-user] Need Command

2022-07-01 Thread Dhwani Shukla
Library update but still getting this log: 2022-07-01 12:59:15.493153+0530 Picskitz[15686:168138] Loaded mobile-ffmpeg-full-gpl-x86_64-4.4-20200725 2022-07-01 12:59:15.496861+0530 Picskitz[15686:168932] INFO: ffmpeg version v4.4-dev-416 2022-07-01 12:59:15.496955+0530 Picskitz[15686:168932]

Re: [FFmpeg-user] Need Command

2022-07-01 Thread Reindl Harald
Am 01.07.22 um 08:45 schrieb Dhwani Shukla: Do I need to update this library? it's pretty simple no matter what software: the first thing when it's not working as expected is trying the latest version because in case it's a bug maybe it's already fixedand you are only wasting others time

Re: [FFmpeg-user] Need Command

2022-07-01 Thread Dhwani Shukla
Do I need to update this library? > On 01-Jul-2022, at 12:14 PM, Paul B Mahol wrote: > > On Fri, Jul 1, 2022 at 7:18 AM Dhwani Shukla > > wrote: > >> Hi, >> >> Logs: >> 2022-07-01 10:33:12.216336+0530 Picskitz[5943:54020] Loaded >>

Re: [FFmpeg-user] Need Command

2022-07-01 Thread Paul B Mahol
On Fri, Jul 1, 2022 at 7:18 AM Dhwani Shukla wrote: > 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

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] Need command line arguments to convert opus to wav from RTP packets

2018-08-17 Thread Carl Eugen Hoyos
2018-08-16 13:46 GMT+02:00, chetan goni : > Please provide me command line arguments to convert opus to > wav from RTP packets? > i am using this but it giving error > > *.//ffmpeg -acodec libopus -ar 48000 -ac 2 -i audio.bin -f wav out.wav* > > *Here : audio.bin : RTP playload There is no

[FFmpeg-user] Need command line arguments to convert opus to wav from RTP packets

2018-08-16 Thread chetan goni
Hello, Please provide me command line arguments to convert opus to wav from RTP packets? i am using this but it giving error *.//ffmpeg -acodec libopus -ar 48000 -ac 2 -i audio.bin -f wav out.wav* *Here : audio.bin : RTP playload * ffmpeg version 4.0.2 Copyright (c) 2000-2018 the FFmpeg