#7109: Means to specify the adpcm blocksize
---------------------------------+---------------------------------------
Reporter: josvos | Type: enhancement
Status: new | Priority: normal
Component: avcodec | Version: unspecified
Keywords: adpcm | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
---------------------------------+---------------------------------------
It would be nice to have an option for avconv to specify the adpcm
blocksize when using adpcm_ms
The blocksize now is fixed to 1024 as it is a defined constant in
libavcodec/adpcm.h
Something like (say you want a blocksize of 512):
avconv -i <inputfile> -acodec adpcm_ms -ar 32000 -ac 1 '''-ab 512'''
<outputfile>
--
Ticket URL: <https://trac.ffmpeg.org/ticket/7109>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac