<div dir="auto">Hi all,<div dir="auto">i have a node js application that uses ffmpeg to receive an h264 stream from a camera and convert to jpeg images. </div><div dir="auto">the timestamp is overimpressed on the image and is extracted with an OCR (tesseract.js)</div><div dir="auto">My goal is to remove the OCR and extract the NTP timestamp of the frame directly.</div><div dir="auto">I was told gstreamer has all i need but it seems too difficult.</div><div dir="auto">For now i'm able to build a pipeline to write on file the single jpeg with gst launch. </div><div dir="auto">The problems i see are </div><div dir="auto">1)extract the NTP timestamp, 2)synchronize with the jpeg, </div><div dir="auto">3)put the timestamp somewhere (maybe metadata?) </div><div dir="auto">4)Compile the application to be standalone without requiring to install gstreamer </div><div dir="auto"><br></div><div dir="auto">i'm not a developer so i need to know if this is doable for me or i need to look elsewhere.</div><div dir="auto">Any help is much appreciated</div><div dir="auto">Thanks</div></div>