Opened 3 years ago
Closed 3 months 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>
Change History (1)
comment:1 Changed 3 months ago by zane
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Duplicate of https://trac.ffmpeg.org/ticket/6585