[FFmpeg-user] how to extract h264 nal bitstream into a file from h264 quicktime file?
Ben Mesander
ben at cardinalpeak.com
Tue Apr 26 18:48:08 CEST 2011
Here is how I did it:
http://www.cardinalpeak.com/blog/?p=878
ffmpeg.exe -i Old\ Faithful.mp4 -vcodec copy -vbsf h264_mp4toannexb -an of.h264
I have also done this with .mov containers, which I assume is what you mean by a
quicktime file.
Regards,
Ben
________________________________
From: Kaijun Tang <kaijun61 at yahoo.com>
To: ffmpeg-user at ffmpeg.org
Sent: Tue, April 26, 2011 10:27:14 AM
Subject: [FFmpeg-user] how to extract h264 nal bitstream into a file from h264
quicktime file?
I have tried -vbsf h264_mp4toannexb or -f rawvideo. These options don't work.
Thanks,
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
2i
More information about the ffmpeg-user
mailing list