Skip Menu |

This queue is for tickets about the FFmpeg-Command CPAN distribution.

Report information
The Basics
Id: 99994
Status: new
Priority: 0/
Queue: FFmpeg-Command

People
Owner: Nobody in particular
Requestors: steve.cookson [...] sca-uk.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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.
Subject: Re: Ffmpeg Kubuntu 14.04 lts.
Date: Wed, 05 Nov 2014 15:49:25 +0000
To: bug-ffmpeg-command [...] rt.cpan.org, gosukenator [...] gmail.com, sumikawa [...] sumikawa.jp
From: Steve Cookson <steve.cookson [...] sca-uk.com>
Hi People, In fact the problem turned out to be with my decoder, not with Ffmpeg::Control. The make test errors are still as reported in my previous email, they just don't stop me. I skip the make test and go straight to make install. Sorry about that. Regards Steve. On 03/11/14 20:25, Steve Cookson wrote: Show quoted text
> 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.