Re: [FFmpeg-user] MP4 to IFF (ILBM) frames export for Amiga

2020-07-06 Thread Benoit Deschenes
My Amiga/Toaster has emerged from the dust, In fact, this is still a great Computer in 2020. A correct workaround is saving to ppm from ffmpeg and then ppmtoilbm in a second phase, If someone wants to add the saving feature... for the growing Amiga community ;-O... I think ppmtoilbm is open

[FFmpeg-user] How can I generate a multiple period DASH manifest with ffmpeg?

2020-07-06 Thread Robert Simmons
I am looking to encode a file and generate multiple periods rather than just one period. When I try to run ffmpeg with the below command, the result is a single period with multiple adaptation sets so clearly that is the wrong approach. I had thought by breaking the files by time this might

Re: [FFmpeg-user] MP4 to IFF (ILBM) frames export for Amiga

2020-07-06 Thread Moritz Barsnick
Hi Benoit, On Mon, Jul 06, 2020 at 11:12:47 -0400, Benoit Deschenes wrote: > Hi, I try to find a way to convert .mp4 videos to IFF (ILBM) frames. Funny you should ask. The same question was just asked yesterday. Is this a new and merging format? ;-)

[FFmpeg-user] MP4 to IFF (ILBM) frames export for Amiga

2020-07-06 Thread Benoit Deschenes
Hi, I try to find a way to convert .mp4 videos to IFF (ILBM) frames. I currently convert to BMP and then to IFF with something else but it is time consuming. I know there is a IFF muxer on ffmpeg but i do not know the usage and if it will do the job. Thanks.

Re: [FFmpeg-user] Amiga IFF ILBM image format support

2020-07-06 Thread muadib3D
Hi all, The Amiga community would be immensely grateful for this! Also, I would gladly mention the FFmpeg team and the programmers that would be involved in this on the credits of my webcast on twitch.tv/muadib3d! Thanks in advance, muadib amigaraytracers.com -- Sent from:

Re: [FFmpeg-user] Amiga IFF ILBM image format support

2020-07-06 Thread Paul B Mahol
On 7/6/20, Moritz Barsnick wrote: > On Mon, Jul 06, 2020 at 03:38:40 -0500, muadib3D wrote: >> ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg >> developers > > (This version is quite old, but that's not the point.) > >> [NULL @ 0x559285cf8d80] Unable to find a suitable

Re: [FFmpeg-user] Amiga IFF ILBM image format support

2020-07-06 Thread Moritz Barsnick
On Mon, Jul 06, 2020 at 03:38:40 -0500, muadib3D wrote: > ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg > developers (This version is quite old, but that's not the point.) > [NULL @ 0x559285cf8d80] Unable to find a suitable output format for > 'Output_med.iff' >

Re: [FFmpeg-user] Amiga IFF ILBM image format support

2020-07-06 Thread muadib3D
*Example 1 (TGA to .IFF):* $ ffmpeg -i medieval-castle-3d-model-max-fbx-ma-mb-tga.tga Output_med.iff ffmpeg version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 7 (Ubuntu 7.3.0-16ubuntu3) configuration: --prefix=/usr --extra-version=0ubuntu0.18.04.1

Re: [FFmpeg-user] Catching all error warnings via ffprobe

2020-07-06 Thread Kieran O Leary
On Mon, Jun 29, 2020 at 11:12 AM Kieran O Leary wrote: > Hi - I've done some more tests and either I'm missing something here or > perhaps this is a bug? It seems like only video errors appear in the JSON, > not audio. > I bumped up the loglevel, added and -show_error and I'm still not seeing >