Append frame

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Append frame

Igors
Hi All

My task is to write a QuickTime movie frame by frame from memory (app data).
I tried filesink with "append" property, and, yes, it saves new frames, but
the output movie still has one frame only. Please advice a solution.

Thx



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Append frame

Tim Müller
On Sat, 2018-07-14 at 23:31 -0700, Igors wrote:

Hi,

> My task is to write a QuickTime movie frame by frame from memory (app
> data). I tried filesink with "append" property, and, yes, it saves
> new frames, but the output movie still has one frame only. Please
> advice a solution.

Not sure I understand what you want exactly.

You have frames in memory. Do you want to write them into a single
quicktime file, or do you want one quicktime file for each single
frame?

You probably want something like appsrc ! qtmux ! filesink ?

Cheers
-Tim

--
Tim Müller, Centricular Ltd - http://www.centricular.com

Join us at the GStreamer Conference! 25-26 October 2018 in Edinburgh,
Scotland
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Append frame

Igors
Hi, Tim

Sorry for delay

>> You have frames in memory. Do you want to write them into a single
>> quicktime file, or do you want one quicktime file for each single
>> frame?

Frames are written (one by one) into a single .mov file, the problem is:
user can quit from the writer app and restart it, continuing from last ready
frame. How to merge with existing movie ?

Thx



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel