QX11Grab, a system tray applet for X11 desktop environments that uses FFmpeg to recording X11 Desktops and Windows, is now at version 0.4.5.
QX11Grab is not a recording software per se, it just prepares the settings for Ffmpeg.
The FFmpeg package, a complete solution to record, convert and stream audio and video, is now at version 1.0.
FFmpeg 1.0, codenamed Angel, features a lot of fixes, updates and a large number of new features.
Highlights of FFmpeg 1.0:
• The ffprobe test dependency has been fixed;
• A few common disposition cases have been added;
• An exploitable crash regarding mp3dec has been rep
I am a newbie in Centos. I installed ffmpeg in my server using yum command. I want to install ffmpeg-php.
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
The Video Disk Recorder, or VDR, a software that can be used to record HDTV input (High Definition Television), is now at version 2.0. The Video Disk Recorder 2.0 has some pretty interesting features.
FF Multi Converter, a simple graphical application which enables you to convert audio, video, image and document files between all popular formats, using and combining other programs, is now at version 1.4.1.
Highlight of FF Multi Converter 1.4.1:
• Audio/video ffmpeg-presets management have been implemented and can be compared with what's found in WinFF;
• In-line processing of the ff
The FFmpeg package, a complete solution to record, convert and stream audio and video, is now at version 1.1.FFmpeg 1.1, codenamed Fire Flower, features a lot of fixes, updates and a large number of new features.Highlights of FFmpeg 1.1:• Stream disposition information printing in ffprobe is now possible;• A filter for loudness analysis following EBU R128 has been added;• Opus encod
I want to use ffmpeg and libmp3lame on a stable Debian box. Alas, Debian does not support the libmp3lame package. So, I downloaded the sources for ffmpeg and the lame encoder, configured and installed them manually (on a testing machine).
But I do not want to install ffmpeg and libmp3lame on the machine for all users (also because the built is not stable).
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.