[FFmpeg-user] NV12 devices/players compatibility

2021-02-02 Thread Alessandro Molon
Hi All, I know this is not strictly related to FFMPEG but please don’t insult me  I normally transcode using ffmpeg with h264_nvenc, that produces a NV12 output, then I convert it in pix_fmt yuv420p before chunking in HLS/DASH But this conversion, when I do “all in hardware” transcoding in

Re: [FFmpeg-user] SCTE-35 implementation already (bounty)

2021-02-02 Thread Alessandro Molon
> Looking for SCTE-35 pass through implementation: > Bounty of $2,500.00 USD (up to Oct 2020) > ___ I believe my company can add something of the top of the existing bounty for this feature Alex ___

Re: [FFmpeg-user] harware encoding

2021-02-02 Thread Alessandro Molon
> what i sthe best and most powerful / fast command to reencode a file like > this if I have intel I7 9700 processor and NVidia RTX 2060 16GB Ram Use a ffmpeg compiled with NVENC support and use -vcodec h264_nvenc ? Cheers Alex ___ ffmpeg-user

Re: [FFmpeg-user] (no subject)

2021-02-02 Thread Alessandro Molon
> I am running this command [snip] Is there any way to limit this speed to a > standard 1x? Adding -re in the input stage of the command. ffmpeg -re -vaapi_device and so on. Cheers Alex ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Audio out of sync after many Non-monotonous DTS in output stream warning

2021-02-02 Thread Alessandro Molon
> when I transcoding some live stream that comes from DVB, I got many warnings > bellow and after a few hours, the audio out of sync. Is it possible for you try with adding fifo_size ad the end on the input url like: -i udp://xxx.xxx.xxx.xxx:x?fifo_size=100 and add a filter to

Re: [FFmpeg-user] DELETE segments not working for HLS Push

2020-08-20 Thread Alessandro Molon
> Can someone please confirm if this a bug, so that I can report it.. Are you sure the server is configure to support the DELETE method? Not at the moment, but recently I tested a similar scenario and everything worked as expected. But I definitely had to explicitly enable the DELETE method

Re: [FFmpeg-user] How to have a secure UDP BroadCast

2020-08-19 Thread Alessandro Molon
of latency like other authenticated protocols like RTMP or HLS. Alex -Original Message- From: ffmpeg-user On Behalf Of Dennis Mungai Sent: 19 August 2020 10:05 To: FFmpeg user questions Subject: Re: [FFmpeg-user] How to have a secure UDP BroadCast On Wed, 19 Aug 2020, 11:53 Alessandro

Re: [FFmpeg-user] How to have a secure UDP BroadCast

2020-08-19 Thread Alessandro Molon
You simply cannot. UDP delivery is not meant to do that. There are other protocols that support authentication  If you provide a little bit more about what are your needs I can suggest some. Alex -Original Message- From: ffmpeg-user On Behalf Of hassan shatnawi Sent: 02 October 2017

Re: [FFmpeg-user] FFMPEG endlessly increases memory usage over time with HLS packaging.

2020-06-26 Thread Alessandro Molon
Of Carl Eugen Hoyos Sent: 25 June 2020 22:19 To: FFmpeg user questions Subject: Re: [FFmpeg-user] FFMPEG endlessly increases memory usage over time with HLS packaging. Am Do., 25. Juni 2020 um 20:39 Uhr schrieb Alessandro Molon : > Let's see what happens if I run 20 processes for few d

Re: [FFmpeg-user] FFMPEG endlessly increases memory usage over time with HLS packaging.

2020-06-25 Thread Alessandro Molon
es for few days... Cheers, Alex -Original Message- From: ffmpeg-user On Behalf Of Carl Eugen Hoyos Sent: 25 June 2020 07:28 To: FFmpeg user questions Subject: Re: [FFmpeg-user] FFMPEG endlessly increases memory usage over time with HLS packaging. > Am 25.06.2020 um 02:38 schrieb Ale

[FFmpeg-user] FFMPEG endlessly increases memory usage over time with HLS packaging.

2020-06-24 Thread Alessandro Molon
Hi All, I would like to use ffmpeg as live HLS ABR packager and use /dev/shm to store playlist and chunks in RAMDISK. But unfortunately I’ve noticed that ffmpeg constantly increase the memory used until it saturates it. the script does basically this steps: mkdir -p /dev/shm/live/test cd

Re: [FFmpeg-user] SCTE-35 passthrough in transcoding process

2020-06-12 Thread Alessandro Molon
HI All, Devin I would be really interested in your patches, SCTE-35 is a topic that I'm really interested to . Thanks Alex -Original Message- From: ffmpeg-user On Behalf Of Devin Heitmueller Sent: 21 January 2020 14:21 To: FFmpeg user questions Subject: Re: [FFmpeg-user] SCTE-35

Re: [FFmpeg-user] HLS setting NAME in EXT-X-MEDIA

2020-01-21 Thread Alessandro Molon
Thanks Ted, It's exactly what I'm doing. I'm rewriting the master playlist on the fly with NGINX. The strange thing is that audio_1 and so on are arbitrary names set by ffmpeg by itself so I really don't understand if this is a expected behaviour or some flaw in the muxer design or a bug.

Re: [FFmpeg-user] HLS setting NAME in EXT-X-MEDIA

2020-01-21 Thread Alessandro Molon
discussions Subject: Re: [FFmpeg-user] HLS setting NAME in EXT-X-MEDIA On Tue, Jan 21, 2020 at 09:35:57 +, Alessandro Molon wrote: > Does anybody know If there is a way to set a specific value of NAME in > EXT-X-MEDIA with the HLS muxer? From looking at the source code, I can tell you that

Re: [FFmpeg-user] HLS setting NAME in EXT-X-MEDIA

2020-01-21 Thread Alessandro Molon
Subject: Re: [FFmpeg-user] HLS setting NAME in EXT-X-MEDIA On Tue, Jan 21, 2020 at 09:35:57 +, Alessandro Molon wrote: > Does anybody know If there is a way to set a specific value of NAME in > EXT-X-MEDIA with the HLS muxer? From looking at the source code, I can tell you that those

[FFmpeg-user] HLS setting NAME in EXT-X-MEDIA

2020-01-21 Thread Alessandro Molon
Hi Guys, Does anybody know If there is a way to set a specific value of NAME in EXT-X-MEDIA with the HLS muxer? My command line is: /usr/src/ffmpeg-4.2.2/ffmpeg -hwaccel cuvid -c:v h264_cuvid -i INPUT.ts \ -filter_complex