Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gst-editing-services
gst-editing-services
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 77
    • Issues 77
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 10
    • Merge Requests 10
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-editing-servicesgst-editing-services
  • Issues
  • #30

Closed
Open
Opened Oct 07, 2016 by Bugzilla Migration User@bugzilla-migration

ges-launch transcoding to STDOUT

Submitted by Karl Ellis

Link to original bug (#772585)

Description

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 !!!

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gstreamer/gst-editing-services#30