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.
0
votes
0answers
44 views
Transition effects between images using ImageMagick and FFMPEG [closed]
I'm trying to generate a video using still images. I'm using Image Magick's convert command to duplicate the images.
convert screen6.png -duplicate 10 -background black -gravity center -extent ...
0
votes
0answers
14 views
How to append 2 video files [migrated]
Is there any way to append one video file to another ?
I've got a very large file (2GB) to which I'm trying to append some tiny files (~4MB). They all are in the same format.
It's easy to concat ...
0
votes
0answers
45 views
How do you make an MJPEG video from many JPEGs?
We have a web service that receives a sequence of JPEGs which we need to turn into a video.
I'm attempting to get MEncoder to assemble them into an MJPEG.
Just using some test images for the moment, ...
1
vote
1answer
67 views
Video from photos using mencoder?
During the day I take pictures from the camera every minute. I would like to make a video from the images. 1 day -> 1 video
I use mencoder to do that at the end of the day like this: mencoder ...
0
votes
0answers
60 views
MEncoder : The video output is accelerated : I want to keep the original FPS
I have a problem with MEncoder, when I try to convert .mp4 to .mpg, the input video is accelerated.
I tried to change ofps but it's always the same thing.
The original vidéo is 30sec and the output ...
2
votes
1answer
55 views
Best way to call terminal command repeatedly
I'm using mencoder to split files and I'd like to turn this into an Object Oriented approach, if possible, using Java or similar, for example. But I'm not sure the best way, so I leave it in the open. ...
-1
votes
1answer
225 views
How to convert any videofile to an mp4 with mencoder [closed]
My hoster has some problems with ffmpeg, so i try to convert my videos with mencoder version 1.0~rc3+svn20090426.
The source files are coming from users and can be totally different - my target file ...
0
votes
0answers
114 views
Hardcode subtitles with mencoder
Trying to figure out a command line for hardcoding srt file into a wmv file using mencoder. The output should be copied into a new file in that same location but with new name, but same wmv extension. ...
-1
votes
1answer
441 views
ffmpeg subtitle [closed]
How can I burn subtitle to a .mp4 file by ffmpeg (or mencoder) without loss video quality?
I tried ffmpeg -i inputfile.mp4 -i subtitlefile.srt outputfile.mp4 -newsubtitle and mencoder input.mp4 -sub ...
1
vote
0answers
247 views
Auto detect rotation and rotate video accordingly with mencoder, handbrake cli or ffmpeg
I have found questions on rotating videos with mencoder and ffmpeg however I am after a fully automated solution.
Can anybody help with this.
I want to
Detect the video orientation
Rotate if ...
1
vote
0answers
113 views
Python - mencoder doesn't produce video in a different folder
Python - mencoder doesn't produce video in a different folder.
I'm using Python to call mencoder to take a bunch of images and convert them into a video. The code I have do to this is:
def ...
0
votes
1answer
51 views
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 ...
-1
votes
1answer
72 views
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??.
2
votes
1answer
129 views
QtiPlot and Python: global name 'QLocale' is not defined
I'm developing a Python script the will run inside an application named QtiPlot. I searched the Qtiplot's documentation for Python API and it uses PyQt 4. I coded my script as bellow:
#! /usr/bin/env ...
2
votes
1answer
151 views
Converting any video to iPhone - transcoding logic/algorithm?
I have many-many video files in different formats (mostly avi). For example, some relevant lines from ffprobe:
Duration: 02:27:14.70, start: 0.000000, bitrate: 664 kb/s
Stream #0.0: Video: ...
0
votes
1answer
155 views
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 ...
0
votes
0answers
269 views
Trimming video from it's end using FFMpeg or Mencoder [closed]
I have pack of .avi files that needs to be trimmed by 5 last seconds. I'm doing it using batch processing and naturally, they all have different length so I can't set a trim from the beginning.
I know ...
0
votes
0answers
75 views
mencoder video encoding time
I am trying to get video encoding final time by encoding 1 second video
example
1 second video encoding time = 0.069
how much 152 second encoding time ?
i need to set this time in my php script
0
votes
1answer
125 views
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 ...
0
votes
0answers
141 views
-subfont-text-scale is not an MEncoder option
As the title, when I try to merge a srt file and an avi file, I run
mencoder cool.mp4 -o cool.hardsubs.avi -sub cool.srt -subfont "SimSun" -fontconfig -subcp utf-8 -subfont-text-scale 3
Then it ...
1
vote
1answer
105 views
Error while join video files using Mencoder
I am cutting and joining a video file using mencoder. But the output file is not playing in flv player in my website. But it playing in VLC media player without any error. What will be the problem?
1
vote
2answers
3k views
Re-sampling H264 video to reduce frame rate while maintaining high image quality
Here's the mplayer output for a video of interest:
br@carina:/tmp$ mplayer foo.mov
mplayer: Symbol `ff_codec_bmp_tags' has different size in shared object, consider re-linking
MPlayer 1.0rc4-4.5.2 ...
1
vote
1answer
481 views
Commandline video/image crossfading
I have a test.avi
using ffmpeg or mencoder or some other commandline utility,
I want to take splash.png put it at the beginning of the video,
fade it out, show test.avi, then at the end of test.avi, ...
0
votes
1answer
1k views
Black overlay appears when merging a transparent video to another video
This is what I have done so far:
Command to create a transparent PNG image:
convert -size 640x480 -background transparent -fill blue \
-gravity South label:ROCK image1-0.png
Command to create a ...
0
votes
1answer
266 views
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 ...
1
vote
1answer
520 views
Audio stream shorter than video stream
I generate a bunch of videos by looping .PNG inputs along with .AMR audio.
ffmpeg -loop 1 -i slide001.png -i slide001.amr -vcodec rawvideo -acodec pcm_s16le -t 5 slide001.avi
Eventually I join the ...
2
votes
1answer
425 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
1answer
2k 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 ...
3
votes
1answer
419 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
...
0
votes
1answer
330 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
2answers
395 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 ...
2
votes
2answers
1k 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
1answer
287 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
1answer
386 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
654 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 ...
4
votes
1answer
303 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 ...
0
votes
2answers
677 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 ...
1
vote
2answers
902 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 ...
0
votes
1answer
515 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.
12
votes
2answers
9k 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 ...
0
votes
5answers
368 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
2k 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
318 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
923 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
1k 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 ...
2
votes
1answer
1k 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
9k 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 ...
0
votes
1answer
869 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
267 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
221 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 ...
