Video to jpeg: embedding timecode into the jpegs

Graham Leggett minfrin at sharp.fm
Tue Aug 4 07:00:27 PDT 2015


Hi all,

I have an mpeg2 stream that I am splitting up into individual jpegs 1 per second, and this works well with the following pipeline fragment:

frame. ! videorate ! video/x-raw,framerate=1/1 ! jpegenc ! queue ! multifilesink location=frame%d.jpg

What I need to do is emded the timecode of each frame into the jpeg metadata (exif?).

Is there a specific way to do this?

Regards,
Graham
—



More information about the gstreamer-devel mailing list