View Full Version : 264raw file to MP4 (not via MP4box)
chriszxl
23rd November 2009, 08:39
can anyone help me...
I got a 264raw file extract form PMF, like "sample.264".
but i'v no idea mp4box cant convert that to mp4 file.
so anyone can tell me how convert the 264raw file to mp4 by ffmpeg, the better i can defined the fps.
just give me cmd line sample.
thanks
kypec
23rd November 2009, 14:21
MP4Box recognizes H.264 raw streams without problems, just use something like:MP4Box.exe -add sample.264:fps=25.000 -new output.mp4
chriszxl
23rd November 2009, 17:27
thanks for your help...but the problem still here... I try to merge it by MP4BOX, but the output file aways have some crash image in video.
So I want to try another ways...
can ffmpeg.exe do this?
Atak_Snajpera
23rd November 2009, 18:25
is your .264 file larger than 4GB?
roozhou
23rd November 2009, 18:34
Try
ffmpeg -i input.264 -vcodec copy output.mp4
Adub
23rd November 2009, 20:24
You say that it crashes in your player. It's possible that your player is at fault as well. What are you using to play your final video?
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.