Appu
17th July 2008, 14:58
I have been trying to convert H.264 ES to MP4 format. I was not successful yet. Can please some help me. Here is what I wanted to do and what have tried.
I want to extract an H.264 ES from an transport stream and convert it to an mp4 file with out re-encoding.
I have tried both mp4Box (including Yamb) and ffmpeg.
This what I have tried with mp4Box.
MP4Box.exe -add myStream.ts#pid=73 myStream.mp4
Got an application error saying that memory could not be read.
Version used 0.4.4
I extracted the elementary stream out of ts using BBDMUX and used it with ffmpeg as below. (I don't know whether ffmpeg can read transport stream)
ffmpeg.exe -i myStream.h264 -vcodec copy myStream.mp4
It created the .mp4 stream but is not playable with PC based players (VLC, Elecard etc ). No video is seen.
Please help...
I want to extract an H.264 ES from an transport stream and convert it to an mp4 file with out re-encoding.
I have tried both mp4Box (including Yamb) and ffmpeg.
This what I have tried with mp4Box.
MP4Box.exe -add myStream.ts#pid=73 myStream.mp4
Got an application error saying that memory could not be read.
Version used 0.4.4
I extracted the elementary stream out of ts using BBDMUX and used it with ffmpeg as below. (I don't know whether ffmpeg can read transport stream)
ffmpeg.exe -i myStream.h264 -vcodec copy myStream.mp4
It created the .mp4 stream but is not playable with PC based players (VLC, Elecard etc ). No video is seen.
Please help...