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.mp4.t1 output.mp4.t1: JVT NAL sequence, H.264 video, baseline @ L 51 I am currently trying to implement a H264VideoStreamFramer, perhaps we can work together on this for the good of the live555 community. On Tue, 2008-06-24 at 19:29 +0500, [EMAIL PROTECTED] wrote: > 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 recipient(s) only. If you have > received this message in error, please notify the sender and delete it. The > NUST > School of Electrical Engg and Computer Science accepts no liability > for loss or damage caused by software viruses and you are advised to > carry out a virus check on any attachments contained in this message. > > NUST School of Electrical Engg and Computer Science (Formerly NIIT) > is constituent institution of National University of Sciences and > Technology, Pakistan. > ------- > > > _______________________________________________ > live-devel mailing list > live-devel@lists.live555.com > http://lists.live555.com/mailman/listinfo/live-devel _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel