Opened 3 years ago
Last modified 3 years 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"
Note:
See TracTickets
for help on using tickets.



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