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
Thanks Mike for your support. I am working on windows and don't know about
Linux OS.
You are doing something complex. I just want to implement a subclass of
H264VideoStreamFramer.cpp which takes an encoded video and send it via
RTP.
If i can get h.264 encoded video (e.g test.264) and it is encode
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
I need H.264 encoded video (Byte Stream Annex B) which has been encoded
using a Single NAL unit per frame. Which H.264 encoder should i use to
achieve this task ?
Thank You
---
--Help save paper - do you really need to print this email?
This message is for the use of the intended recipi