[Bug 772585] New: ges-launch transcoding to STDOUT
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Oct 7 17:45:06 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=772585
Bug ID: 772585
Summary: ges-launch transcoding to STDOUT
Classification: Platform
Product: GStreamer
Version: unspecified
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-editing-services
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: soylent.tv at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Hi,
like my post in GStreamer-devel:
http://gstreamer-devel.966125.n4.nabble.com/ges-launch-transcoding-to-the-sink-td4679899.html#a4679923
I need to transcode to STDOUT using ges-launch-1.0 to update my command tool
TrucklistStudio.
I try without success:
ges-launch-1.0 --track-types video +clip --videosink=fdsink --format
video/x-raw,format=RGB,framerate=<RATE>/1,width=<WIDTH>,height=<HEIGHT>
file://<FILE> i=<SEEK>
and the good Thibault suggest me to fill a bug report indicating:
add a `--audio-restriction-caps` and `--video-restrcition-caps` options to
set the GESTrack::restriction-caps
My original gst-launch-1.0 command was:
gst-launch-1.0 nleurisource uri=file://<FILE> inpoint=<SEEK>000000000
duration=100000000000000 ! decodebin ! videoconvert ! videoscale ! videorate !
video/x-raw, format=RGB, framerate=<RATE>/1, width=<WIDTH>, height=<HEIGHT> !
videoconvert ! fdsink
Thanks for all.
Have a good weekend.
karl
PS: I found ges-launch-1.0 very good at first usages. Thanks guys !!!
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list