Hello,
I would like to encode with mencoder stream from my /dev/video0 camera and
send it directly to mplayer for immediate watching (or to any
other player => this is why I need to encode it with mencoder first)
I tried something like this:
$ mkfifo output.avi
$ mencoder tv:// -tv driver=v4l2:width=720:height=576:device=/dev/video0
-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=900 -o output.avi -v -nosound
BUT this does not work
$ mplayer output.avi (this is how I wanted to play it)
When I save stream to normal file first, mencoder works ok - but file
is getting bigger and bigger, so this is not way to go for me (I need
to save it to something like fifo and then play it in realtime).
Any idea please how to put strem into fifo or pipe and then play it?
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Using precompiled binaries from other apps?(mpeg2enc,mplayer,mencoder...)
By nicksla in forum MacReplies: 2Last Post: 18th Sep 2014, 09:53 -
mencoder/mplayer audio parallel extract possible?
By Selur in forum Newbie / General discussionsReplies: 0Last Post: 19th Aug 2013, 09:59 -
Field matching with mplayer/mencoder
By Selur in forum Newbie / General discussionsReplies: 0Last Post: 12th Jan 2013, 00:31 -
Looking for Ubuntu up-to-date MPlayer/Mencoder repository
By Selur in forum LinuxReplies: 2Last Post: 15th Dec 2012, 17:28 -
Mplayer/mencoder and external subtitles not working?
By Selur in forum LinuxReplies: 0Last Post: 3rd Aug 2012, 09:03