gstreamer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
gstreamer [2010/09/26 22:36] 87.175.251.180gstreamer [2011/08/12 10:42] – [Ablage ;)] 195.243.22.26
Line 20: Line 20:
  
 ===== Beispiele ===== ===== Beispiele =====
 +
 +=== Praktische Decodebins! ===
 +
 +  gst-launch-0.10 filesrc location="Downloads/tues_11_16.flv" ! decodebin name=dec  dec. ! ffdec_flv ! videoscale method=2 ! video/x-raw-yuv,width=853,height=480 ! vp8enc threads=2 mode=vbr ! webmmux name="mux" ! filesink location=honcast.webm  dec. ! audioconvert ! vorbisenc quality=0.2 ! queue ! mux.audio_0
 +
  
 === DVD -> WebM  === === DVD -> WebM  ===
Line 49: Line 54:
 Manchmal kommen zum testen auch y4m Videos zum Einsatz, was im Endeffekt die YCbCr Einzelbilder in einem mpeg-Container sind Manchmal kommen zum testen auch y4m Videos zum Einsatz, was im Endeffekt die YCbCr Einzelbilder in einem mpeg-Container sind
 ===== Ablage ;) ===== ===== Ablage ;) =====
 +
 +=== abspielen der ip-webcam (android webcam dingen) ===
 +
 +   gst-launch-0.10 -v souphttpsrc location="http://10.10.14.113:8080/videofeed" do-timestamp=true ! multipartdemux ! image/jpeg, width=640,height=480, framerate=15/1 ! jpegdec ! ffmpegcolorspace ! ximagesink
  
 === mkv -> shoutcast+local === === mkv -> shoutcast+local ===
  • gstreamer.txt
  • Last modified: 2012/02/18 13:29
  • by brot