Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-build gst-build
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • 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-buildgst-build
  • Issues
  • #78

Closed
Open
Created Feb 26, 2020 by vandana@vandana

transcoding dvbsrc into h264 video, aac audio

I am trying to encode the dvbsrc into h264 video and aac acudio and output, but no output gets generated.

Commands tried: Command 1: gst-launch-1.0 --gst-debug-level=3 dvbsrc modulation="QAM 256" trans-mode=8k bandwidth=8 frequency=147000000 ! decodebin name=decoder decoder. ! queue ! audioconvert ! voaacenc ! aacparse ! filesink location="test_audio.ts" decoder. ! videoconvert ! x264enc ! filesink location="test_video.ts"

This generated separate files for audio and video, but mplayer could not play audio, it played video ok

Command 2: gst-launch-1.0 --gst-debug-level=3 dvbsrc modulation="QAM 256" trans-mode=8k bandwidth=8 frequency=147000000 ! tee name=t t.! queue ! decodebin ! progressreport ! x264enc ! mux. t.! queue ! decodebin ! audioconvert ! audioresample ! avenc_aac compliance=-2 ! mux. avmux_mpegts name=mux ! filesink location=test_streamer.avi

This doesnt generate any output

Assignee
Assign to
Time tracking