FFMPEG is a tool for handling and editing multimedia stuffs. It supports all the popular media formats and has a lot of cool options and features. You probably have ffmpeg installed already in your machine if you are using some video or audio editing tool. But if you dont, you can install ffmpeg easily by installing libav-tools.
I want to use ffmpeg to store images taken by my USB web camera on my Ubuntu 11.10.
Hello,
I need to install FFMPEG and FFMPEG-PHP on Fedora 11. I've been stuck on this for a while.
I was finally able to install ffmpeg using yum:
# rpm -qa | grep ffmpeg
ffmpeg-0.5-31_git20091120.fc11.i586
However, I get a strange error when I try running it:
# ffmpeg -formats
I am a newbie in Centos. I installed ffmpeg in my server using yum command. I want to install ffmpeg-php.
i have a hama usb webcam which works fine with the fswebcam command to capture single frames but when i try to capture a video with ffmpeg i get an error:
sudo ffmpeg -f video4linux2 -i /dev/video0 myvid.mpg
ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
built on Sep 16 2012 19:54:21 with gcc 4.6.3
configuration:
libavutil 51. 54.100 / 51.
I recently installed ffmpeg and other software according to this guide: http://ffmpeg.org/trac/ffmpeg/wiki/U...mpilationGuide
Whenever I use the following command (or any similar command) to take a screenshot of a file, I end up with a 6kB black screenshot:
ffmpeg -ss 120 -i input.mkv -vframes 1 -f image2 pic.png
Is there another codec I need?
Also, I'm using Ubuntu 11.10 64-bit.
I'm able to get FFmpeg installed on my server but ffmpeg-php NEVER installs correctly. This happens every time:
FFMpeg-PHP Installation Error
Is there something wrong with the ffmpeg installation?
How should I install ffmpeg on CentOS 5.5 32-bit?
Can we compress an online video with an http url using ffmpeg directly?
If possible please give me a command that can compress online video directly & save on my PC.
I am using Ubuntu.
I compiled ffmpeg for Android (https://github.com/halfninja/android-ffmpeg-x264). Trying to cut the video using command line (as it's realized here https://github.com/uday-rayala/video-trimmer/blob/master/jni/video-trimm...).