Gapless playback

Arun Raghavan arun at arunraghavan.net
Mon Jul 25 04:28:15 UTC 2016



On Sun, 24 Jul 2016, at 10:34 AM, Adeel Arshad wrote:
> Hi
> 
> I am new to gstreamer. I am using the following pipeline (suggested by a
> friend) to run mpeg2 files on decklink card. The issue I am facing that I
> can't able to play gaplessly.
> 
> gst-launch-1.0 uridecodebin
> uri=file://'/Users/administrator/Desktop/MAC_APPS/senate.mov'
> name=decoder
> decoder. ! tee name=t t. ! queue ! autovideoconvert ! deinterlace
> method=greedyh ! videoscale ! interlace field-pattern=2:2
> top-field-first=TRUE ! decklinkvideosink mode=3 decoder. ! audioconvert !
> decklinkaudiosink t. ! queue ! autovideosink

That should pretty much translate to:

playbin uri=... video-sink='decklinkvideosink mode=3'
audio-sink='decklinkaudiosink' video-filter='whatever you actually need'

-- Arun


More information about the gstreamer-devel mailing list