Quantcast
Channel: Commands tagged webm
Browsing all 3 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Find the raw WebM files in your browser cache

$ find $HOME/.mozilla/firefox/*/Cache/ -mtime -1 -size +10M -regex '[^_]*' -exec file -F ' ' {} \; | grep WebM | awk '{ print $1}' Useful for keeping a copy of HTML5 WebM media commonly found on web...

View Article



Image may be NSFW.
Clik here to view.

Screencast of your PC Display with webm output

$ avconv -v warning -f alsa -ac 2 -i default -f x11grab -r 15 -s wxga -i :0.0 -acodec libvorbis -ab 320k -vcodec libvpx -qmax 2 -qmin 1 -threads auto -y -metadata title="Title here"...

View Article

Image may be NSFW.
Clik here to view.

Conversion of video to Webm using Gstreamer

$ for i in *avi ; do gst-launch webmmux name=mux ! filesink location=/video/"${i%%.*}".webm uridecodebin uri=file:///video/"${i}" name=demux demux. ! vp8enc ! queue ! mux.video_0 demux. ! audioconvert...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images