Re: [FFmpeg-user] Decoding adpcm_psx

2018-10-27 Thread Carl Eugen Hoyos
2018-10-28 0:47 GMT+02:00, Markus Laaja : > Oh my. Almost bitwise identical file with the one I converted using PSound. > Could you do the conversion with FFmpeg or VGMstream and if so, how did > you do it? I don't even know what VGMstream is, I forced the codec and block_align in a random existi

Re: [FFmpeg-user] Decoding adpcm_psx

2018-10-27 Thread Markus Laaja
Oh my. Almost bitwise identical file with the one I converted using PSound. Could you do the conversion with FFmpeg or VGMstream and if so, how did you do it? VGMstream apparently only supports file formats with known headers and cannot be forced to decode "broken" files. The file comes from F

Re: [FFmpeg-user] Decoding adpcm_psx

2018-10-27 Thread Carl Eugen Hoyos
2018-10-27 17:14 GMT+02:00, Markus Laaja : > Excuse me for attaching the file directly. > Successful conversion should yield 21840 samples in 22khz, mono. Is it supposed to be (similar to) the attached file? Can you tell us anything about the file? It looks hard to auto-detect, where does it come

Re: [FFmpeg-user] Ffmpeg compilation issues

2018-10-27 Thread Mark Thompson
On 27/10/18 17:24, Ronak wrote: > Hi all, > > I'm trying to build the latest HEAD version of Ffmpeg on Linux on the > following platform. > > Linux 4.9.124-0.1.ac.198.71.329.metal1.x86_64 #1 SMP Thu Aug 30 20:39:05 UTC > 2018 x86_64 x86_64 x86_64 GNU/Linux > > But, I'm getting compilation prob

[FFmpeg-user] Ffmpeg compilation issues

2018-10-27 Thread Ronak
Hi all, I'm trying to build the latest HEAD version of Ffmpeg on Linux on the following platform. Linux 4.9.124-0.1.ac.198.71.329.metal1.x86_64 #1 SMP Thu Aug 30 20:39:05 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux But, I'm getting compilation problems: libavcodec/v4l2_m2m_enc.c: In function ‘v4l

Re: [FFmpeg-user] Decoding adpcm_psx

2018-10-27 Thread Paul B Mahol
On 10/27/18, Markus Laaja wrote: > Excuse me for attaching the file directly. > Successful conversion should yield 21840 samples in 22khz, mono. > The first two bytes might be (non-standard) header info, but omitting > them from the file doesn't seem to help here. > > Here's the configuration outp

Re: [FFmpeg-user] Decoding adpcm_psx

2018-10-27 Thread Markus Laaja
Excuse me for attaching the file directly. Successful conversion should yield 21840 samples in 22khz, mono. The first two bytes might be (non-standard) header info, but omitting them from the file doesn't seem to help here. Here's the configuration output by ffmpeg just in case.   configuratio

Re: [FFmpeg-user] Cannot receive audio/video from Unreal WebRTC DirectShow Source filter

2018-10-27 Thread Roger Pack
On Sat, Oct 27, 2018 at 5:54 AM Roger Pack wrote: > > On Thu, Sep 20, 2018 at 12:08 PM Maxim Ershtein wrote: > > > > Hello, > > > > I am trying to record VP9/Opus -encoded live stream into .mkv file. The > > live stream is being encoded by Chrome browser and sent via WebRTC to > > Unreal Media Se

Re: [FFmpeg-user] Cannot receive audio/video from Unreal WebRTC DirectShow Source filter

2018-10-27 Thread Roger Pack
On Thu, Sep 20, 2018 at 12:08 PM Maxim Ershtein wrote: > > Hello, > > I am trying to record VP9/Opus -encoded live stream into .mkv file. The > live stream is being encoded by Chrome browser and sent via WebRTC to > Unreal Media Server. > > Unreal Media Server allows installing WebRTC DirectShow S