Tagged Questions
1
vote
1answer
2k views
How to do I convert an animated gif to an mp4 or mv4 on the command line?
What command would I use to convert an mp4 or mv4 video file to an animated gif, and vice versa. That is, convert a animated gif to a mp4 or mv4.
1
vote
1answer
745 views
Ffmpeg problems on centOS 5.8 64 bit
I did install ffmpeg with winff, unsuccessfully when I try converting avi to x264, it says I don't have it. When I try to convert mp4 to Xvid I get unknown encoder 'libxvid'. It's like nothing really ...
3
votes
2answers
2k views
How do I convert a MKV file to H.264/AVC with a resolution of 640x360 using FFMPEG?
I have a MKV video which I want to put in my mobile (a Nokia XM 5800) and based on this I can play H.264/AVC format videos on it. Based on what I have read, the container should be MP4 and I can ...
9
votes
2answers
815 views
Convert Ogv -video to Gif -animation?
I created Ogv -videos with gtk-recordMyDesktop -screecasting program, trying to tackle this problem here with bruteforce over X. You can view the videos with VLC. Now the puzzle is to find some ways ...
4
votes
3answers
10k views
How can I embed subtitles into videos with ffmpeg?
I'm told it's possible to embed subtitles (.srt) into video files (.avi) using ffmpeg, but I can't find any mention of it in the man page. Is this possible? What command do I use?
1
vote
1answer
294 views
ffmpeg could not open file.mpg
When I want to convert a video with the following command:
ffmpeg -i file.wmv -sameq file.mpg
it ends with this error message:
FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1.1, Copyright (c) 2000-2009 ...
1
vote
3answers
481 views
Alternative to Miro Video Converter for Linux?
Back in the Windows/Mac days, I used the wonderfully easy to use Miro Video Converter to convert videos I have into either the more open and Freerer Theora or WebM formats. Two problems:
(1) No Linux ...
4
votes
3answers
873 views
Transcoding MJPEG Stream to FLV or MP4
I want to transcode MJPEG stream that comes from IP camera (http://xx.yy.zz.tt:8080/video.cgi) to FLV or MP4 stream under Linux OS so that users can play the file using a web based Flash player such ...