New submission from Martin Storsjö <[email protected]>: Currently, libavformat doesn't seem to support seeking in .amr files. This can be reproduced e.g. with http://samples.mplayerhq.hu/A- codecs/amr/sample.amr.
ffmpeg -i sample.amr -ss 2 out.wav works as intended, since the seeking is done on the decoded output, while ffmpeg -ss 2 -i sample.amr out.wav doesn't work as intended. ---------- messages: 13638 priority: normal status: new substatus: new title: Support seeking in .amr files type: feature_request ________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/issue2593> ________________________________________________
