Opened 11 months ago

Last modified 10 months ago

#10433 new defect

ffmpeg cannot recognize mp4 file which generated by ffmpeg

Reported by: hungkuishing Owned by:
Priority: normal Component: avformat
Version: git-master Keywords:
Cc: hungkuishing Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

I generated mp4 file with h264 file and pcm file, but ffmpeg cannot recognizes it.

How to reproduce:
./ffmpeg -i 1.h264 -ac 2 -ar 48000 -f s16le -i s16le.pcm -c copy 1.mp4 -y
above command line is ok.

./ffmpeg -i 1.mp4
this command will issues error:
"invalid pcm_sample_size 0 for ipcm"

Change History (1)

comment:1 by hungkuishing, 10 months ago

I fixed this bug, patch sended to devel mail list.

Note: See TracTickets for help on using tickets.