Charl Wentzel <charl.wentzel <at> vodamail.co.za> writes: > What alternative raw formats are available in FFmpeg that do > contain some meta data? Bitmap (BMP) maybe?
There is a bmp parser in FFmpeg but no tiff parser, you could still use -frame_size. [...] > > You should teach FFmpeg to read the frames from the camera. > > Any ideas how? Should I consider writing my own container > format library for FFmpeg? I meant instead of implementing the API in you own piece of software you could use it in FFmpeg (or reverse engineer it). Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
