ProRes 422 & ProRes 4444

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

ProRes 422 & ProRes 4444

Tommato
Hi,

is it possible with GStreamer to save a mov file in ProRes 422 and ProRes
4444? sorry about this naive question, which steps are needed for that?

Thx
Tom



--
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: ProRes 422 & ProRes 4444

Gst-Geek
Yes it is very much possible, but prores encoder is not real time

Note that. Gstreamer used ffmpegs prores encoder.
gst-launch-1.0 videotestsrc ! avenc_prores_ks ! qtmux ! filesink
location=test.mov -e



--
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: ProRes 422 & ProRes 4444

Tommato
Ola Shilvin!

Worked perfectly! the "test.mov" created is a ProRes 422 HQ, is it possible
to create in the ProRes 4444 codec option? ProRes 4444 support 12 bits per
channel or more and Alpha channel "Transparency" channel for Masks.

Thanks a lot for your help!

Tom



--
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: ProRes 422 & ProRes 4444

Gst-Geek


avenc_prores_ks Supports format: { (string)I422_10LE, (string)Y444_10LE,
(string)A444_10LE }. Use required format generate required test pattern.


gst-launch-1.0 videotestsrc ! video/x-raw,format=A444_10LE ! avenc_prores_ks
! qtmux ! filesink
location=test.mov -e




--
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: ProRes 422 & ProRes 4444

Tommato
Ola ShilVin!

Worked perfectly the "test.mov"!
Thank you very much!

Tom



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