Displaying 7 results from an estimated 7 matches for "filesrc".
Did you mean:
filesrv
2005 Jul 29
2
theora optimizations
..._LIBRARY_PATH, then running a gstreamer pipeline.
Wim has adapted a patch from David Schleef, maintainer of liboil, and
made patches to both theora and liboil for mmx.
- unoptimized TRUNK:
[xiph-head] [thomas@thomas theora]$ time
LD_LIBRARY_PATH=/home/thomas/xiph/head/theora/lib/.libs gst-launch
filesrc location=/home/thomas/gst/media/large/matrix.avi ! spider !
theoraenc ! fakesink
RUNNING pipeline ...
Execution ended after 3637 iterations (sum 490841744000 ns, average
134957861 ns, min 169000 ns, max 2447342000 ns).
real 8m11.662s
user 7m49.656s
sys 0m2.247s
- alpha3 with wim's o...
2004 Nov 28
1
OT: mixing monitor files to stereo wav
Hi,
i am looking for a tool to merge the two wav files of a monitored call
into one. soxmix does that well but actually merges the two channels.
I would prefer a solution that creates a stereo wav file of the two mono
files so you have the called party on one (e.g. left) channel and the
calling party on the other (e.g. right).
I can do this interactivly using audacity but i am looking for a tool
2010 May 25
0
Converting video files into .h263
By browsing on the mailing list I learned that its possible to generate .h263 asterisk friendly files with gstreamer.
The script below it's supposed to do just that, however I get error when trying it out locally.
gst-launch filesrc location=AstriDevCon_Europe_2006.mov ! qtdemux name=demux ! ffdec_h263 ! videoscale ! video/x-raw-yuv,width=352,height=288 ! ffenc_h263 rtp-payload-size=512 ! rtph263pay ! asteriskh263 ! filesink location=avout.h263 demux. ! queue ! ffdec_adpcm_ima_qt ! audioconvert ! audioresample ! audio/x-raw-in...
2010 Nov 26
3
how to set default audio track?
Hallo oggs,
i googled it but still can't find any answer: how can i set default
audio track?
I transcode my dvds to ogg, i use gst-launch for it:
gst-launch filesrc location=stream.dump ! mpegpsdemux name=demux \
oggmux name=mux ! filesink location=out.ogg \
demux.audio_80 ! a52dec mode=2 ! audioconvert ! audioresample !
audio/x-raw-float,rate=44100,channels=2 ! audiorate ! \
taginject tags="language-code=eng" ! vorbisenc ! queue ! mux. \
demux.audio...
2010 Nov 26
0
how to set default audio track?
...,
Silvia.
On Fri, Nov 26, 2010 at 9:28 PM, Alexey Fisher
<bug-track at fisher-privat.net> wrote:
> Hallo oggs,
>
> i googled it but still can't find any answer: how can i set default
> audio track?
>
> I transcode my dvds to ogg, i use gst-launch for it:
> gst-launch filesrc location=stream.dump ! mpegpsdemux name=demux \
> oggmux name=mux ! filesink location=out.ogg \
> demux.audio_80 ! a52dec mode=2 ! audioconvert ! audioresample !
> audio/x-raw-float,rate=44100,channels=2 ! audiorate ! \
> taginject tags="language-code=eng" ! vorbisenc ! queue...
2015 Apr 09
42
[Bug 89969] New: vaDriverInit fails with gallium/nouveau driver
https://bugs.freedesktop.org/show_bug.cgi?id=89969
Bug ID: 89969
Summary: vaDriverInit fails with gallium/nouveau driver
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2019 Jul 25
20
[Bug 111213] New: VA-API nouveau SIGSEGV and asserts
...ad
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 FFmpegVideoDecoder after asserts
ve4_set_surface_info:969 -...