Displaying 9 results from an estimated 9 matches for "playbin".
2020 Aug 13
0
GT215 hw video decoder + gst-play-1.0 for mpeg2 = assertion
...: VAEntrypointVideoProc
but attempt at using mpeg2-vaapi decoder in Gstreamer 1.14 results in ...
LANG=C DRI_PRIME=1 gst-play-1.0 --verbose /home/guest/botva/vid/dreamtime.mpg
Press 'k' to see a list of keyboard shortcuts.
Now playing /home/guest/botva/vid/dreamtime.mpg
/GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0: ring-buffer-max-size = 0
/GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0: buffer-size = -1
/GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0: buffer-duration = -1
/GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0: use-buffering = false
/GstPlayBin:playbin/Gs...
2006 Aug 15
2
OGM and GStreamer
...When I parsing ogg file with ogmdemux element, I recieve (in
"pad-added" signal callback) video pad as "application/x-ogm-video", but
not as "video/something". And that why I can't link It to the oggmux
element and write new OGG file :(
2) I'am using "playbin" to play media file, but It have some ugly
seeking. Where I can't find some info on how to make good seeking (event
by frames)?
3) How to extract subtitles from OGG files? I need It for my program
(editor).
Maxim.
P.S. My program written in Python.
2017 Jul 27
1
Fixing Ogg Vorbis files with incorrectly framed headers
...0040629 (1.1.0)
Channels: 2
Rate: 44100
[…]
$ gst-play-1.0 somefile.ogg
Press 'k' to see a list of keyboard shortcuts.
Now playing /tmp/somefile.ogg
ERROR Could not decode stream. for file:///tmp/somefile.ogg
ERROR debug information: gstvorbisdec.c(352):
vorbis_handle_header_packet
(): /GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0/GstDecodeBin:decodebin0/GstVorbisDec:vorbisdec0:
couldn't read header packet (-132) Reached end of play list.
$ vorbiscomment --list --raw --escapes somefile.ogg >somefile.txt
$ vorbiscomment --write --raw --escapes somefile.ogg <somefile.txt
$ og...
2006 Aug 16
1
OGM and GStreamer
...with ogmdemux element, I recieve (in
> "pad-added" signal callback) video pad as "application/x-ogm-video", but
> not as "video/something". And that why I can't link It to the oggmux
> element and write new OGG file :(
>
> 2) I'am using "playbin" to play media file, but It have some ugly
> seeking. Where I can't find some info on how to make good seeking (event
> by frames)?
>
> 3) How to extract subtitles from OGG files? I need It for my program
> (editor).
>
> Maxim.
>
> P.S. My program written in...
2006 Aug 16
0
OGM and GStreamer
...When I parsing ogg file with ogmdemux element, I recieve (in
"pad-added" signal callback) video pad as "application/x-ogm-video", but
not as "video/something". And that why I can't link It to the oggmux
element and write new OGG file :(
2) I'am using "playbin" to play media file, but It have some ugly
seeking. Where I can't find some info on how to make good seeking (event
by frames)?
3) How to extract subtitles from OGG files? I need It for my program
(editor).
Maxim.
P.S. My program written in Python.
__________________________________...
2014 Jan 01
15
[Bug 73200] New: vdpau-GL interop fails due to different screen objects
https://bugs.freedesktop.org/show_bug.cgi?id=73200
Priority: medium
Bug ID: 73200
Assignee: nouveau at lists.freedesktop.org
Summary: vdpau-GL interop fails due to different screen objects
Severity: normal
Classification: Unclassified
OS: All
Reporter: ystreet00 at gmail.com
Hardware: Other
2008 Mar 26
1
Souffleur project patches
...project's
main purpose but I had no one to talk to about its main goal.
Modifications to the GUI were made and due to that, probably the project
functionality.
Here is are the patches for each file and what they do so far:
-> GPlayer.py.diff
Changes the default playbin video sink to autovideosink
with textoverlay.
This change was done because GStreamer does not support
all kinds of subtitles yet and I do not expect to be dependent on
GStreamer subtitle support development
-> MediaInfo.py.diff
Fixed broken import messag...
2006 Jun 20
4
Souffleur subtittle editor (SoC). Need Help with GStreamer
Hi, All!!!
I am at last added some GStreamer support to the Souffleur, and I am
already read this manuals:
- http://pygstdocs.berlios.de/
-
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/index.html
But it's steel hard for me to understand (or maybe I something missed)
how it work. :(
For example: I don't know where to search info on how to load additional
info on
2019 Jul 25
20
[Bug 111213] New: VA-API nouveau SIGSEGV and asserts
...SIGSEV due to NULL pointer
ArchLinux discussion thread
https://bbs.archlinux.org/viewtopic.php?id=247466
- h264 video decode failed with assertion and tendency to crash GNOME/GUI
Test h264 clip:
$ youtube-dl -f mp4 https://www.youtube.com/watch?v=azvR__GRQic
Gstreamer command line
$ gst-launch-1.0 playbin uri=file:///path/to/MP4
or
$ gst-launch-1.0 filesrc location=/path/to/MP4 ! qtdemux ! vaapidecodebin !
vaapisink
Use enhanced-h264ify plugin on Chromium to playback the same h264 video clip
from YouTube.com
Geforce 9300 mGPU - video played as garbage, browser may crash
GT730 - fallback to FFmpegVi...