Opened 7 years ago
Closed 4 years ago
#7109 closed enhancement (duplicate)
Means to specify the adpcm blocksize
Reported by: | josvos | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | unspecified | Keywords: | adpcm |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
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>
Note:
See TracTickets
for help on using tickets.
Duplicate of https://trac.ffmpeg.org/ticket/6585