Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-bad gst-plugins-bad
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 985
    • Issues 985
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 132
    • Merge requests 132
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • gst-plugins-badgst-plugins-bad
  • Issues
  • #1176

Closed
Open
Created Jan 14, 2020 by Guillaume Desmottes@gdesmott🐐Developer

transcodebin: need API to only transcode one stream type and let the rest passthrough

I have a container containing one audio and one video stream. I'd like to use transcodebin to produce a file using a specific container and audio formats but keep the existing video stream as it and just remux it (I don't want to re-encode video to save CPU).

I didn't find any convenient way to do this using the current API. The only option is to configure the profile with the video format used in the input but I don't know it beforehand. Maybe we could have a wildcard or passthrough special profile saying "I don't care what the format is, just re-use whatever we already have if supported by the container" ?

cc @thiblahute

Assignee
Assign to
Time tracking