On Tuesday 24 June 2008, 20:02:04, Mike Gilorma wrote:
> Actually we are tying to do the same thing, just different OS's. The
> process I was describing is how I created a h264 file in Linux.
Maybe you know also how to encode h264 in MPEG TS like the ones coming from
DVB-S2 streams?
I didnt f
Actually we are tying to do the same thing, just different OS's. The
process I was describing is how I created a h264 file in Linux. When
you say you want to implement a subclass of H264VideoStreamFramer, does
that mean you have an H264VideoStreamFramer? Because that is what I am
trying to write
here's how I created a h264 file from a dvd (on linux fc7),
(create avi file)
mencoder dvd://1 -o ouput.avi -oac faac -ovc x264
(convert avi to mp4)
ffmpeg -i output.avi -vcodec h264 output.mp4
(extract track from mp4)
mp4creator -extract=1 output.mp4
(this creates output.mp4.t1)
file output.mp