Changes

MPlayer

1,784 bytes added, 18:55, 7 March 2015
The following lines were added (+) and removed (-):
*mplayer - command line driven video and audio player#mplayer - command line driven video and audio player*mencoder - video encoder and converter#mencoder - video encoder and converter*gmplayer - MPlayer with a graphical user interface#gmplayer - MPlayer with a graphical user interface== [http://www.mplayerhq.hu/design7/news.html MPlayer] ==== mplayer ==Open Analog TV Tuner or Capture Device mplayer tv:// -tv driver=v4l2:norm=NTSC:input=0:amode=1:outfmt=yv12:device=/dev/video0== mencoder ==MEncoder can convert all the formats that MPlayer recognizes into a variety of compressed and uncompressed formats using different codecs.  It can decode all media which MPlayer can decode and it supports all filters which MPlayer can use. Supported filters: cropping, scaling, vertical flipping, horizontal mirroring, expanding to create letterboxes, rotating, brightness/contrast, changing the aspect ratio, colorspace conversion, hue/saturation, color-specific gamma correction, filters for reducing the visibility of compression artifacts caused by MPEG compression (deblocking, deringing), automatic brightness/contrast enhancement (autolevel), sharpness/blur, denoising filters, several ways of deinterlacing, and reversing telecine.=== Rip / Encode a DVD ===You can use libavcodec to encode the video.  Identify the source video.  * Identify video framerate* Identify video frames/fields/pulldown/telecine* Encode constant bitrate (CBR), constant quantizer, and multipass* Crop black borders or letterboxing* select resolution and bitratesee: http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-dvd-mpeg4.html=== Rip from TV or Composite Source (V4L capture) ===Using mencoder for this is considered inefficient.  It is possible to capture and encode live TV in [[H.264]].  mencoder -tv driver=v4l2:device=/dev/video0$DEV:fps=30000/1001:audiorate=32000:adevice=/dev/dsp$DEV:input=0:amode=1:normid=4:width=512:height=384-ovc x264 -x264encopts threads=2:bitrate=800:subq=2:me=2:frameref=4:8x8dct-oac mp3lame -lameopts cbr:br=96 -endpos $TIM -o $DIR/$FIL.avi tv:// > /dev/null== References and External Resources ==* http://www.mplayerhq.hu/design7/news.html
Bureaucrat, administrator
16,192
edits