Re: [FFmpeg-user] Is there a way to set 'closed_gop' in FFmpeg?

2024-06-05 Thread Mark Filipak
On 05/06/2024 18.44, Paul B Mahol wrote: -snip- Where can I obtain OFFmpeg product/solution? I regret that you can't, Paul. I'm one old person working alone and I program mainly in assembly (and scripts of course), not 'C'. But I have experience leading coding groups and in the last year I'v

Re: [FFmpeg-user] Is there a way to set 'closed_gop' in FFmpeg?

2024-06-05 Thread Paul B Mahol
On Wed, Jun 5, 2024 at 6:00 PM Mark Filipak wrote: > On 05/06/2024 09.44, Paul B Mahol wrote: > > > > What is OFFmpeg ? and how to use it? > > It is Object-FFmpeg. It is a fully video-object-oriented language, not > functions pasted into python. > > Objects are video/audio/subtitle/chapter stream

Re: [FFmpeg-user] Query related to FFMpeg-kit Android

2024-06-05 Thread Ferdi Scholten
Hi, I am developing a feature in my Android application where I want to generate the video thumbnail of HLS video. I tried to generate the thumbnail using Android native MediaMetadataRetriever but it failed for HLS video so that is the reason I have decided to use FFMpeg and the only feature I wa

Re: [FFmpeg-user] Is there a way to set 'closed_gop' in FFmpeg?

2024-06-05 Thread Mark Filipak
On 05/06/2024 09.44, Paul B Mahol wrote: What is OFFmpeg ? and how to use it? It is Object-FFmpeg. It is a fully video-object-oriented language, not functions pasted into python. Objects are video/audio/subtitle/chapter streams, frames, fields, pictures, halfpics, scans. There's very few g

Re: [FFmpeg-user] Is there a way to set 'closed_gop' in FFmpeg?

2024-06-05 Thread Paul B Mahol
On Wed, Jun 5, 2024 at 3:47 AM Mark Filipak wrote: > For your reading pleasure, I've attached 'How To Make IDR Cuts.pdf'. > What is OFFmpeg ? and how to use it? > --Mark. > ___ > ffmpeg-user mailing list > ffmpeg-user@ffmpeg.org > https://ffmpeg.org/

[FFmpeg-user] Query related to FFMpeg-kit Android

2024-06-05 Thread Ashwin khadgi
Hi, I am developing a feature in my Android application where I want to generate the video thumbnail of HLS video. I tried to generate the thumbnail using Android native MediaMetadataRetriever but it failed for HLS video so that is the reason I have decided to use FFMpeg and the only feature I wan