Subject: | Ffmpeg Kubuntu 14.04 lts. |
Date: | Mon, 03 Nov 2014 20:25:41 +0000 |
To: | bug-ffmpeg-command [...] rt.cpan.org, gosukenator [...] gmail.com, sumikawa [...] sumikawa.jp |
From: | Steve Cookson <steve.cookson [...] sca-uk.com> |
Hi Guys,
I'm just about to start looking at this bug I found on Ffmpeg::Command:
# Failed test at t/06-output_options.t line 25.
# got: 'ffmpeg -y -i in.mp4 -ar 48000 -s 320x240 -vcodec mpeg4
-ab 64 -b 600 -acodec libaac -f mp4 out.mp4'
# expected: 'ffmpeg -y -i in.mp4 -acodec libaac -b 600 -f mp4
-vcodec mpeg4 -ar 48000 -s 320x240 -ab 64 out.mp4'
# Failed test at t/06-output_options.t line 38.
# got: 'ffmpeg -y -i in.mp4 -s 320x240 -ar 48000 -b 600 -vcodec
mpeg4 -ab 64 -f mp4 -acodec libfaac out.mp4'
# expected: 'ffmpeg -y -i in.mp4 -b 600 -acodec libfaac -f mp4
-vcodec mpeg4 -ar 48000 -s 320x240 -ab 64 out.mp4'
Now that the Ubuntu repository no longer ships with Ffmpeg, I'm using
Jon Severinsson's build here:
add-apt-repository -y ppa:jon-severinsson/ffmpeg
apt-get -y update
apt-get -y upgrade
apt-get -y install ffmpeg ffmpeg-doc # Ffmpeg is used by
FFmpeg::Command for snaps and clips
It worked fine, but when I installed Ffmpeg::Command I encountered these
errors. At first I ignored them and most of my code worked OK. It's
only now that I realise the taking clips from a video no longer works.
I'm going to start testing it to understand where the error is, but I
thought you might like to know. Maybe you have a view on the repository
I am using.
Maybe there is one that doesn't have this error.
What do you think?
Regards
Steve.