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
0
votes
0 answers

Extract audio file using mencoder

I have a mp4 file and I want to extract the audio. (preferably in flac format.) I can do it with ffmpeg command: $ ffmpeg -i infilename.mp4 -acodec flac outfilename.flac Unfortunately, my Ubuntu 14.04 does not have ffmpeg command, and have mencoder…
ywat
  • 2,757
  • 5
  • 24
  • 32
0
votes
1 answer

continously add picture to video

Every x minutes I grab an image from a network-cam. Now i want to add this picture to an existing video file - on the fly. I don't want to keep numerous image files and then encode them once in a while with e.g. mencoder mf://@${LIST} -mf…
m.sr
  • 131
  • 1
  • 4
0
votes
1 answer

MEncoder conversion - broken frames

When I'm converting files from mp4 to other formats like flv or mp4 (for mobile), for some files I get output files broken, containing broken frames (pixelated or completely grey). Some frames are OK but most of them are broken. Here are the command…
0
votes
1 answer

How to install ffmpeg, ffmpeg-PHP, Mplayer, Mencoder, LAME MP3 encoder for Winxp. php version 5.3.0

I am newbie in php.Can any body tell me how i install ffmpeg, ffmpeg-PHP, Mplayer, Mencoder in Windows XP and php version should be 5.3.0 or Wamp server release July 11 2009/Xamp Server release 2009/12/23. I make search on google and i find tutorial…
user295239
  • 369
  • 1
  • 3
  • 4
0
votes
1 answer

Install yamdi, ffmpeg, mplayer, mencoder and mediainfo

Regards, For one a script I need the following support to have on the my server. Mencoder 1.0rc1 Mplayer 1.0rc1 FFmpeg (from SVN) flvtool2 or yamdi MediaInfo (http://mediainfo.sourceforge.net/en) How do I check what I got from this on server?…
NetSector
  • 106
  • 2
  • 11
0
votes
1 answer

Cutting a video to the last 10 seconds

So I am looking for a way to cut a video file to the last 10 seconds of the file. Normally I would use FFMPEG or mencoder but the situation is that the file to be cut is going to be a different size every time it's cut. So I found some stuff for a…
0
votes
0 answers

add background music to existing avi

I have a video.avi which I have generated with mencoder before. It has a video and audio stream and I'm trying add (mix) a background.mp3 file to it, but I haven't found anything on the internet, thats why I'm asking. The background music is always…
Johnny
  • 173
  • 1
  • 3
  • 12
0
votes
1 answer

DVD with damaged frames

I have a few damaged DVDs. MEncoder can skip damaged frames. But if output have less frames then input, audio not correspondend with video... Video is delayed... How can I ask MEncoder for correctly set FPS, if it skip any frame during converting?…
Matesax
  • 23
  • 1
  • 8
0
votes
1 answer

mencoder generate mp4 h.264 from jpg playback stops in html videotag chrome

So I have some images from which I create a video with mencoder. mencoder -idx -nosound -noskip -of lavf -lavfopts format=mp4 -ovc x264 -x264encopts pass=1:bitrate=2000:crf=24 -o output.mp4 -mf fps=15 'mf://@files.txt' (where files.txt is a list of…
jedimorten
  • 56
  • 7
0
votes
1 answer

Encode uncompressed avi from webcam

I have to record videos for a project I'm doing. Two of these are USB cameras and another is a n IP overhead camera.All three are connected to a laptop computer. After recording the videos I need to be able to open them in an editor (not for editing…
shaun
  • 560
  • 1
  • 11
  • 29
0
votes
0 answers

FFmpeg and mencoder

Currently i am making 2 videos with this command: ffmpeg -loop 1 -r 25 -t 5 -i /home/psafari/public_html/youtube_images/movie_" . $id . ".jpg -q:v 1 -an /home/psafari/public_html/youtube_videos/".$movie1." ffmpeg -loop 1 -r 25 -t ".$t." -i…
jesper
  • 1
  • 6
0
votes
2 answers

How do I create a new .mpeg from the last 10 seconds of an original using ffmpeg or MEncoder

I have a number of .mpeg files that I only want to use the last 10 seconds of (kind of like a replay) Is ffmpeg or MEncoder able to do this and if so can someone please help me out with the command line syntax?
0
votes
1 answer

Hardsub/Converting via Windows commandline

I have been trying to hardsub a video via cmd for a long time now. Still i could not find a proper way of doing it. I tried HandbrakeCLI, ffmpeg and mencoder but still could not find a way to do it. I got so closer to hardsubbing with HandbrakeCLI…
0
votes
1 answer

What is the proper command to encode a video for Google TV (Logitech revue) for streaming using mencoder

I am pretty new to Streaming but I have a nodeJS app up and streaming a video that I can see in my browser. It doesn't, however, work on the Google TV browser so I created a Simple Android App using the VideoView and setting the URL to the GET…
Jackie
  • 21,969
  • 32
  • 147
  • 289
0
votes
1 answer

understand what is the GOP size (i-frame/p-frame ratio) in a video

i am doing stuffs with a video in action script and i need to seek a video to acertain frame. according to the reference, using NetStream.seek i can seek only to the nearest k-frame: Seeks the keyframe (also called an I-frame in the video industry)…
nkint
  • 11,513
  • 31
  • 103
  • 174