I am currently trying to encode some raw audio data with some video inside an avi container.
The video codec used is mpeg4 and I would like to use the PCM_16LE for t
As you can see in pcm_encode_init function in pcm.c
All pcm encoders have frame_size = 0;. Why?
pcm
frame_size = 0;
Because in all PCM formats 'De facto' no such thing like frame, there is no compression by nature of PCM.
PCM
So you should decide by your own how many samples you wanna to store in buffer