Re: [FFmpeg-user] Modify FFMP Vendor FourCC for ProRes Videostream

2021-05-19 Thread Moritz Barsnick
Hallo Marcel, On Wed, May 19, 2021 at 11:48:58 +0200, Marcel Hinsch wrote: > Looking into FFMPEG's source when trying to figure out how to change a > ProRes Video Stream's vendor tag (which is required for certain automated > spec compliency tests), I have found that the vendor code is hard-coded

Re: [FFmpeg-user] ffmpeg srt to udp

2021-05-19 Thread Flumotion Support
Hi thanks for your help, srt-live-transmit work almost perfectly, I just had to adjust the rmem_max on the reviber server. Best rergards On Tue, Mar 23, 2021 at 2:47 PM andrei ka wrote: > imho, you should first just test your case on a clean input on lan, make a > ts file, play it in loop with

Re: [FFmpeg-user] Preserving AAC LC status when converting to fragmented MP4

2021-05-19 Thread Tobias Rapp
On 14.05.2021 15:31, Simon Brown wrote: [...] For although there it says aac (LC) if I run mp4info on the resultant file I get this: [...] Track 2: flags:3 ENABLED IN-MOVIE id: 2 type: Audio duration: 0 ms language: und media: sample count: 0

[FFmpeg-user] Modify FFMP Vendor FourCC for ProRes Videostream

2021-05-19 Thread Marcel Hinsch
Hello, Looking into FFMPEG's source when trying to figure out how to change a ProRes Video Stream's vendor tag (which is required for certain automated spec compliency tests), I have found that the vendor code is hard-coded to "FFMP" as visible on this line of code: https://github.com/FFmpeg/F