Questions tagged [mencoder]

MEncoder is a free command line video decoding, encoding and filtering tool released under the GNU General Public License. It is a close sibling to MPlayer and can convert all the formats that MPlayer understands into a variety of compressed and uncompressed formats using different codecs.

mencoder (MPlayer’s Movie Encoder) is a simple movie encoder, designed to encode MPlayer-playable movies (see above) to other MPlayer-playable formats (see below). It encodes to MPEG-4 (DivX/Xvid), one of the libavcodec codecs and PCM/MP3/VBRMP3 audio in 1, 2 or 3 passes. Furthermore it has stream copying abilities, a powerful filter system (crop, expand, flip, postprocess, rotate, scale, noise, RGB/YUV conversion) and more.

Online resources

95 questions
-1
votes
1 answer

Record video in background with mencoder

I have an USB tv stick Sundtek MediaTV Pro III which has an analog input. with the following command, recording works perfectly. mencoder tv:// -tv…
SuiTheDoc
  • 179
  • 2
  • 9
-1
votes
1 answer

Using mencoder to record a video

I'm trying to use mencoder to record a video. The following command was taken from an online tutorial: mencoder tv:// -tv driver=v4l2:width=640:height=480:device=/dev/video0:forceaudio:adevice=/dev/dsp -ovc lavc -oac mp3lame -lameopts…
George
  • 6,927
  • 4
  • 34
  • 67
-1
votes
1 answer

Convert images to a video file while keeping the same file name?

My intention would be to get at the same time, picture1.jpg, picture2.jpg, picture3.jpg to video format such as picture1.mp4, picture2.mp4, picture3.mp4. I am currently using Mencoder and Linux bash code mencoder mf: //*.jpg -mf w = 1366: h = 768:…
Ertzi
  • 3
  • 3
-1
votes
1 answer

Install MEncoder in Ubuntu

I am trying to install MEncoder on Ubuntu 13.04. I tried -> sudo apt-get install mencoder but the following error is coming: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package…
Tauqeer Ahmad
  • 43
  • 1
  • 11
-1
votes
1 answer

Convert mp4 to mpt with lower quality

i need to convert videos from .mp4 to .mp4 (only videos that are disproportionate between quality and size), I've tried with ffmpeg and mencoder, but can not play with fwplayer, any ideas??.
etebar
  • 29
  • 1
  • 2
1 2 3 4 5 6
7