Skip to main content

Questions tagged [ffmpeg]

Media tool with support for multiple codecs, filters, and containers. Include your actual command and the complete console output when asking questions involving FFmpeg tools. An easy way to do this is by adding `-report` to your command and pasting the contents of the logfile generated. For help with CLI use only of ff* binaries - ffmpeg, ffprobe, ffplay. For help with API usage, post on Stack Overflow.

5 votes
2 answers
5k views

FFMPEG not resizing a video properly

I am trying to use FFMPEG to resize a video using -s 480x272. Unfortunately something is causing FFMPEG to output a video with 483x272. For those curious this is the command I am using: ffmpeg -i '...
Brentley_11's user avatar
1 vote
3 answers
11k views

How do I configure FFserver+FFmpeg to fetch a live stream in one format and output it in another?

I've got an IP camera on a 3G modem. I need to fetch its stream from a landline server and re-stream it. Right now the only cheap option seems to be FFserver (but feel free to suggest others), but I'...
Blixt's user avatar
  • 692
3 votes
6 answers
4k views

What is the easiest way to scale a Quicktime MOV to a different size in Windows?

I've tried a ffmpeg, and it doesn't know how to read Quicktime MOV, neither does VirtualDub. Avidemux crashes when I open the Quicktime MOV. In Linux, I'd just use MEncoder, but I'm telling someone ...
Neil's user avatar
  • 5,658
3 votes
2 answers
3k views

FFmpeg tweaks for converting from WMV to FLV?

When using ffmpeg to convert from .wmv files to .flv files, I find that either the quality is too low or the bps is too high. I am working on a Ubuntu Linux installation. Any suggestions? The bps ...
user avatar
5 votes
1 answer
2k views

Is there a way to make FFmpeg seek faster to an end of file on a network share?

I'm using ffmpeg to generate image previews from flv videos. The OS is Debian 5 and it's the apt version of ffmpeg. The flv files are located on a NAS share that is mounted as NFS. Getting the ...
Vasil's user avatar
  • 151
3 votes
2 answers
5k views

Error encoding with ffmpeg: “[NULL @ 0x16a4010]error, non monotone timestamps”

I kept having trouble encode videos. I can encode the video to MPG but the size is 10+x bigger (no joke). So I thought I'd do something simple. Strip the sound, copy the video like this: ffmpeg -i 5....
user avatar
1 vote
2 answers
7k views

Out of sync audio video using mencoder

I converted an mkv (matroska) file to avi using ffmpeg: ffmpeg -i input.mkv -f mp4 -vcodec mpeg4 -sameq -r 29.97 -b 512kb -acodec ac3 -ab 128kb -vol 512 output.avi The output file plays fine using ...
user avatar
4 votes
3 answers
8k views

Synchronizing audio and video using MP4Box / ffmpeg to concatenate files

I have two H.264 encoded MPEG-4 files that I need to concatenate. I have been using MP4Box for this task by first ensuring the files are encoded identically (even went so far as to compare output from ...
Jesse L's user avatar
  • 143
1 vote
2 answers
3k views

Convert mkv/h264 video so it can be played on a "mid-range" Sony Ericsson phone. (using Ubuntu)

As a little experiment I thinking of converting some video/movies/tv-series into a format that could be playable on my K850, but to be a little bit more generic in this question let's say "mid range ...
Johan's user avatar
  • 5,455
0 votes
1 answer
97 views

Which version of flash is required for animation created with ffmpeg?

I just created a simple flash animation (as swf file) using a series of images and ffmpeg. How can I find out which version of flash it requires? Do I have to test that manually?
Kim's user avatar
  • 2,358
0 votes
3 answers
5k views

How to convert mjpg file type to flv using ffmpeg?

I can convert avi, wmv and other video files easilly, but not this format. I`ve looked for some info how to convert mjpg files with ffmpeg and found nothing. As this format is widely used in web ...
Yaroslav Yakovlev's user avatar
0 votes
1 answer
5k views

Streaming webcam and static video from Ubuntu in h.264 over RTP/RTSP

What setup can be used to stream video from Ubuntu? I'd like to find something that would Use my laptop webcam to produce a stream a H.264 IP-camera working over RTP/RTSP would produce. Produce a ...
Alex's user avatar
  • 481
0 votes
1 answer
929 views

How to view veoh.com videos with HT03-A Android

It is not possible to be able to watch videos of veoh in iPhone ,but android is not able to Can I convert videos with ffmpeg? If there is a method else, give me information
ffffff's user avatar
  • 217
4 votes
1 answer
3k views

How can I fix Problems with interlaced video jerking/flicking when playedback on DVD players? (Mixing own DVD from raw footage)

I'm trying to make a DVD and the final DVD jerks when played on standalone DVD players. It seems to play fine on PCs. I think the problem may be to do with interlacing settings when rendering the ...
Simon P Stevens's user avatar
5 votes
2 answers
4k views

How can I encode a VRO file to an AVI file

I have a Canon hand held camera that writes video to a mini-dvd disc. The disc contains a file with a VRO extension which ffmpeg was quite happy to process into an AVI that I could then load into ...
Skizz's user avatar
  • 982
2 votes
2 answers
2k views

How to convert .flv file to .3gp using ffmpeg?

I have converted any video format to 3gp file format using ffmpeg on one server. But on another server it not works. Following is my script: exec("ffmpeg -i test.flv -sameq -acodec libmp3lame -ar ...
user avatar

15 30 50 per page
1
234 235 236 237
238