[FFmpeg-trac] #10433(avformat:new): ffmpeg cannot recognize mp4 file which generated by ffmpeg
FFmpeg
trac at avcodec.org
Sat Jun 24 05:00:24 EEST 2023
#10433: ffmpeg cannot recognize mp4 file which generated by ffmpeg
-------------------------------------+-------------------------------------
Reporter: | Type: defect
hungkuishing |
Status: new | Priority: normal
Component: avformat | Version: git-
| master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
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"
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10433>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list