[Live-devel] H.264 Encoded Video
Mike Gilorma
mike.gilorma at apogeelabs.com
Tue Jun 24 07:58:02 PDT 2008
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, 47manzoor at niit.edu.pk 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 at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
More information about the live-devel
mailing list