has anyone tried adding AMR support to VLC via an AMR-enabled FFMPEG? I was under the impression that it would be sufficient to add the codec to the list in modules/codec/ffmpeg/ffmpeg.c, but that does not seem to be the case.
The codec is recognized, probably working as well (?), but the resulting audio is seemingly discarded by VLC due to timing issues:
Code: Select all
[00000154] main audio output warning: buffer is 390000 in advance, triggering downsampling
[00000154] main audio output warning: computed PTS is out of range (372267), clearing out
[00000154] main audio output warning: timing screwed, stopping resampling
Thanks in advance.
Best regards,
Chris.