Tagged Questions
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.
7
votes
4answers
2k views
How to join webcam FLVs
I want my website to join some webcam recordings in FLV files (like this one). This needs to be done on Linux without user input. How do I do this? For simplicity's sake, I'll use the same flv as both ...
4
votes
1answer
796 views
ffmpeg vs mencoder
I'm doing a bunch of video encoding for a variety of devices and platforms. I've bounced back and forth a few times between mencoder and ffmpeg. Which do you recommend and why?
Side question: From ...
4
votes
1answer
586 views
How to capture screenshots from a video clip 50 minutes into the clip and do it fast?
Ok it seems that whenever I tell ffmpeg to take a screen cap half way though the clip (clip can be as long as 10 hours) it uses 100% of 1 cpu core and takes ages… whereas if I let it do a frame at the ...
3
votes
1answer
124 views
Plotting directly to movie with numpy and mencoder
So, this should be a comment to this thread, but it's apparently closed, so here it goes. I've been playing around quite successfully with matplotlib and numpy and mencoder, as has been suggested ...
3
votes
6answers
2k views
Using Python to execute a command on every file in a folder
I'm trying to create a Python script that would :
Look into the folder "/input"
For each video in that folder, run a mencoder command (to transcode them to something playable on my phone)
Once ...
2
votes
0answers
42 views
converting flv to mp4
I have converted the flv files into mp4 using the mencoder by using the following command
mencoder input.flv -o outout.mp4 -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts
...
2
votes
1answer
181 views
Writing .Ts file 'on demand' (inotify ?…)
I have a mediaplayer that can only read samba shared files. I would like to play http stream (from my dreambox for instance).
My idea is to share a folder on my linux. In this share, I will put a ...
1
vote
2answers
173 views
Merge two .m4a files or convert .wav file to m4a
I was looking for a way to record in mpeg-4 with the ability to pause and resume but it seemed like there isn't one. So I decided to record in raw wave format and convert to .m4a. Is there a way I can ...
1
vote
2answers
369 views
Converting G2M3 and G2M2 encoded Videos (GoToMeeting Videos) to a video type that FFMPEG supports
I'm developing a PHP application that uses FFMPEG-PHP to split videos and convert them to FLV. And I ran into this problem :
FFMPEG does not support G2M3 or G2M2 encoded videos, and I have to make ...
1
vote
1answer
253 views
Dump last frame of video file using ffmpeg/mencoder/transcode et. al
I'd like to grab the last frame in a video (.mpg, .avi, whatever) and dump it into an image file (.jpg, .png, whatever). Toolchain is a modern Linux command-line, so things like mencoder, transcode, ...
1
vote
1answer
3k views
FFMpeg Convert AVI to MP4 - Audio / Video Out of Sync
I have an application that lets users record video from their webcams. The users record 3 clips, which are then combined into one video for playback.
I am having issues with the audio and video on ...
1
vote
2answers
571 views
How to convert various video file formats into FLV (for FlowPlayer)?
We need to allow our users to upload video files (which will be in various different formats naturally), and convert them all into FLV so it can be streamed using FlowPlayer (http://flowplayer.org/).
...
1
vote
3answers
453 views
How to convert 3GP video for Android to view?
I'm creating 3GP videos with the Android - however, when the 3GP files are posted on a site, the same Android phone cannot view it back. (The file works on the iPhone).
What is right way to ...
1
vote
2answers
710 views
How to route the exe exception back to VB6 app?
i have a vb6 apps which will call the mencoder.exe which is part of the mplayer to convert some files into flv format. i'm getting this weird unhandled exception problem from mencoder whenever i try ...
1
vote
4answers
961 views
Using Python to call Mencoder with some arguments
I'll start by saying that I am very, very new to Python.
I used to have a Windows/Dos batch file in order to launch Mencoder with the right set of parameters, without having to type them each time.
...
1
vote
2answers
2k views
How to split flv file by size using FFmpeg or mencoder or smth else?
I need to split an flv file into chunks of the known size on linux server. For example my original file is 9Mb and the chunk size is 4Mb. So I should get 3 parts - 4Mb, 4Mb and 1 Mb.
Seems that ...
0
votes
0answers
10 views
How to extract frames using mencoder into specific directory?
I can't seem to extract images into a specific directory.
The current command I am running is
mplayer -vo jpeg CustomLogoAni.mp4
Is it also possible to set the prefix for the file? Similar to ...
0
votes
0answers
8 views
How to avoid artefacts in first clip of mencoder assembled video
I'm trying to take a series of mp4 files and assemble them into a single video using mencoder. The problem I'm running into is that the first clip in the series - regardless of which one it is - gets ...
0
votes
1answer
46 views
Mencoder Mp4(x264) Encoding
I want to convert any video to mp4(x264).But codecs of videos which will be processed are different(x264,Xvid,etc.). I want that properties of video which I convert should be same with video which I ...
0
votes
0answers
19 views
convert video files to flv using mencoder
i am converting video files of any format to flv. I'm using this command:
mencoder happydent.mov -o happydent.flv -ss 0 -endpos 120 -of lavf \
-oac mp3lame -lameopts abr:br=40:mode=3 -ovc lavc ...
0
votes
1answer
34 views
Reverse video generating with mencoder
I'm currently using mencoder to generate a video file output of many pngs
mencoder 'mf://*.png' -mf type=png:fps=2 -ovc lavc -lavcopts vcodec=wmv2 -oac copy -o out.mpg")
This works fine, but i ...
0
votes
0answers
46 views
ffmpeg or mencoder to add audio to avi with audio
Can I add audio to file which already has audio.
I have avi with couple of sound fx and now I want to add loop in the background.
I've tried
mencoder test.avi -o out.avi -ovc copy -oac mp3lame ...
0
votes
1answer
65 views
Convert series of images to video
I have series of images with sorted names, like 0000000354 ... 0000008591
I have tried using ffmpeg or MEncoder to convert theme. In ffmpeg the problem is this that it will operate while the names are ...
0
votes
0answers
105 views
mencoder generates empty .avi file
i am calling mencoder from a python script to generate a movie from various .png files:
import sys, os
command = ''.join([
'mplayer\mencoder.exe ',
'mf://frames/out_*.png ',
...
0
votes
0answers
177 views
Best video codec to convert from motion-jpeg + pcm (compact camera .MOV) with mencoder and libavcodec
I started to create some videos for youtube, where I create many takes, then select some intervals, then extract these intervals to avi format, then merge the final avi. All these operations are done ...
0
votes
0answers
63 views
hardcode subtitle with mencoder
I tried to hardcode a subtitle from file into a video file, and here is my command:
mencoder hifi.avi -ss 30 -endpos 60 -o test.mp4 -oac faac -faacopts mpeg=4:object=2:raw:br=128 -of lavf -lavfopts ...
0
votes
0answers
65 views
Mencoder subtitle problem
I want to include subtitle to a avi file with mencorder. Mencoder is starting to encode but subtitle does not appeaer in new file. Here is my mencoder code
/usr/local/bin/mencoder -oac copy -ovc copy ...
0
votes
1answer
184 views
Where is the documentation for the Mjpeg codec used in mencoder, VLC and FFMpeg?
Mencoder has a lovely option for converting a mjpeg file into an avi file with an 'MJPG' codec that plays in VLC.
The command line to do this is:
mencoder filename.mjpeg -oac copy -ovc copy -o ...
0
votes
2answers
322 views
Forcing custom H.264 intra-frames (keyframes) at encode-time?
I have a video sequence that I'd like to skip to specific frames at playback-time (my player is implemented using AVPlayer in iOS, but that's incidental). Since these frames will fall at unpredictable ...
0
votes
0answers
48 views
Encoding Video and moving video + Queuing system
Hi Stackoverflow: I want make an upload script, so the user uploads a video to my site, than it gets into a background process (and user gets mailed when the vid is ready), that video should moved to ...
0
votes
0answers
65 views
How to add a background music to an flv video using linux commands, ffmpeg or mencoder
I have a FLV video which has the video and some sounds in it, the sounds are statements (like some body is explaining about my product)
I want to add a background music to that video which should ...
0
votes
1answer
127 views
FFMPEG find if MOV videos is h.264
How can we find out in PHP if a MOV or MP4 video is encoded with h.264. I have both mencoder and FFMPEG installed.
0
votes
5answers
192 views
Bash Script: Can't execute mencoder command!
here's a script.. just wanna practise some bash skills and make a quick util for my chinese mp4 player =)
#!/bin/bash
#####################################
# RockChip 4gb Player mencoder preset
...
0
votes
2answers
1k views
Merge/Join images & video files together using mencoder or ffmpeg
Hi i have command to merge video files
but i want to join an image to a video file.
What i am doing:
1) convert image to mp4 using ffmpeg
2) joining this converted video to my selected video using ...
0
votes
1answer
203 views
Stitching videos together with in/out points
I'm working on a project that basically stitches videos together.
I need something a bit more complex than cat as I need to set in and out points of the video.
Say I needed to render out the ...
0
votes
2answers
149 views
What is the command for converting video from .asf to mp4 using mencoder?
I need to convert my video files that is in asf file format to Mp4 format with h264 codec. But I couldn't able to find how to do it. Could anyone help on this pls? And default frame per sec(FPS) using ...
0
votes
1answer
668 views
mencoder -> x264 : FPS problem : Video is 2x faster at the output
I got an input video, ffmpeg says about it : 29.96FPS 59.75 tbr 1k tbn 59.83 tbc
My process to encode is :
$ mencoder input_video -vf dsize=480:320:0,scale=0:0,expand=480:320,dsize=1.5,format=i420 ...
0
votes
1answer
468 views
fast encoding video codec?
can anybody compare popular video codecs by encoding speed? I understand that usually better compression requires more processing time, but it's also possible that some codecs still provide comparably ...
0
votes
1answer
139 views
Merge AVI files with partial sound tracks
I need to merge two AVI files where sound tracks are substantially shorter than video ones - i.e. it can be minutes of video without sound at the end. When I merge either with transcode or mencoder, ...
0
votes
1answer
110 views
mplayer/mencoder fails encoding on a RHEL5 machine
I'm using an application called ClipShare to post videos. However, encoding seems to fail. Here's what I get from the logs:
/usr/local/bin/mencoder /clipshare/video/39.wmv -o ...
0
votes
1answer
273 views
Python subprocess + mencoder not working, same command works in terminal
I am having a problem using mencoder (SVN-r30531-4.2.1) through a python (2.6.1) subprocess. I am trying to join two mp4 files which are exactly the same size, codec, etc. Both have no audio. The code ...
0
votes
2answers
2k views
split video (avi/h264) on keyframe
Hallo.
I have a big video file. ffmpeg, tcprobe and other tool say, it is an h264-stream in an AVI-container.
Now i'd like to cut out small chunks form the video.
Problem: The index of the video ...
0
votes
1answer
881 views
Can't correctly stream x264 video to mobile via RTSP
I'm creating mobile version of YouTube-like website. And i'm going to use Darwin Streaming Server for streaming low-res clips compressed with x264 and NeroAAC and hinted with MP4Box.
When i'm playing ...
0
votes
1answer
95 views
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 ...
0
votes
1answer
922 views
FFmpeg bitrate issue
I'm dealing with a very big issue about bit rate , ffmpeg provide the -b option for the bit rate and for adjustment it provide -minrate and -maxrate, -bufsize but it don't work proper. If i'm giving ...
0
votes
1answer
650 views
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 ...