Re: [FFmpeg-user] asubboost and asupercut

2022-07-01 Thread Paul B Mahol
On Sun, Nov 29, 2020 at 6:07 PM Phil Rhodes via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > > > On Sunday, 29 November 2020, 15:55:29 GMT, Michael Koch < > astroelectro...@t-online.de> wrote: > > The name "feedback" is misleading because this signal isn't going back.> > It would make sense

Re: [FFmpeg-user] decoder changes avframe's pts/dts during decoding

2022-07-01 Thread Jake Eastwood
while (ret >= 0) { AVFrame *frame = av_frame_alloc(); ret = avcodec_receive_frame(context_, frame); if (ret == AVERROR(EAGAIN) || ret == AVERROR_EOF) { // at some point it breaks here at once without any successes break; } } пт, 1 июл. 2022 г. в

[FFmpeg-user] decoder changes avframe's pts/dts during decoding

2022-07-01 Thread Jake Eastwood
I have a stream that has correct input pts/dts packet order. By 'correct' I mean all pts >= dts and dts is monotonically increasing. From some point I start to decode that stream from key_packet. And to validate result before muxing it again, I check pts/pkt_dts of AVFrame again. It happens when

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] show an image with FFplay for 5 seconds

2022-07-01 Thread Michael Koch
Am 01.07.2022 um 16:03 schrieb Michael Koch: Hello, is it possible to show an image with FFplay for 5 seconds, and then exit? I did try this command in a Windows batch file, but it doesn't stop after 5 seconds. I drag and drop the image on the batch file: ffplay -autoexit -loop 0 -t 5 %1

Re: [FFmpeg-user] show an image with FFplay for 5 seconds

2022-07-01 Thread Greg Oliver
On Fri, Jul 1, 2022 at 9:03 AM Michael Koch wrote: > Hello, > > is it possible to show an image with FFplay for 5 seconds, and then > exit? I did try this command in a Windows batch file, but it doesn't > stop after 5 seconds. I drag and drop the image on the batch file: > > ffplay -autoexit

[FFmpeg-user] show an image with FFplay for 5 seconds

2022-07-01 Thread Michael Koch
Hello, is it possible to show an image with FFplay for 5 seconds, and then exit? I did try this command in a Windows batch file, but it doesn't stop after 5 seconds. I drag and drop the image on the batch file: ffplay -autoexit -loop 0 -t 5 %1 Michael

[FFmpeg-user] playing av1 converted media files in android.

2022-07-01 Thread Guddla Rupesh
Hi I am Rupesh from India and I have android tablet and smartphone, Linux pc. I have downloaded high quality youtube MP4 video files and it's size is upto 60 gb. I have converted these files to av1 codec using ffmpeg and libaom but I can't play these videos in android smartphone or tablet. Here I

Re: [FFmpeg-user] Subtitle metadata not intercompatible by ffprobe

2022-07-01 Thread Dhwani Shukla
Hi, Thanks and I hope you will find solution ASAP. Thanks & Regards, Dhwani Shukla > On 01-Jul-2022, at 4:48 PM, Robin van der Linden via ffmpeg-user > wrote: > > Hello, > > thanks for your interest in my question. I will need a couple of days to get > all the stuff together, I will

Re: [FFmpeg-user] Subtitle metadata not intercompatible by ffprobe

2022-07-01 Thread Robin van der Linden via ffmpeg-user
Hello, thanks for your interest in my question. I will need a couple of days to get all the stuff together, I will report back ASAP. Thanks, Robin van der Linden Am 2022-06-29 03:50, schrieb Bang He: Can you share your mp4 file generated by subler, i have no apple computer. On Fri, Jun

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