Opened 6 years ago

Closed 3 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>

Change History (1)

comment:1 by zane, 3 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.