Skip Menu |

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

Report information
The Basics
Id: 55096
Status: resolved
Priority: 0/
Queue: Video-FFmpeg

People
Owner: Nobody in particular
Requestors: Sergiy.Borodych [...] gmail.com
Cc:
AdminCc:

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



Subject: some tests failed
For me failed 2 test # Failed test 'duration_us' # at t/Video-FFmpeg.t line 19. # got: '14080747' # expected: '14140952' # Failed test 'bit_rate' # at t/Video-FFmpeg.t line 21. # got: '439810' # expected: '437937' but then i check this # ffmpeg -i test.ogm I has result ... Duration: 00:00:14.08, start: 0.000000, bitrate: 439 kb/s ... so for me "got" version is right ? or not ? maybe need change in test file ? -- Sergiy Borodych
On Mon Mar 01 07:13:19 2010, BOR wrote: Show quoted text
> For me failed 2 test > > # Failed test 'duration_us' > # at t/Video-FFmpeg.t line 19. > # got: '14080747' > # expected: '14140952' > > # Failed test 'bit_rate' > # at t/Video-FFmpeg.t line 21. > # got: '439810' > # expected: '437937' > > but then i check this > # ffmpeg -i test.ogm > > I has result > ... > Duration: 00:00:14.08, start: 0.000000, bitrate: 439 kb/s > ... > > so for me "got" version is right ? or not ? > maybe need change in test file ?
Sorry, took some time for me to get back to this project. What version of libavformat are you using, what distribution, and what architecture? -- Max Vohra
Aha! Variable bitrates give variable responses across lavformat versions. Fixed by re-encoding the video to use defined bitrates. Fixed in Video::FFmpeg 0.46 Max Vohra Seattle Networks LLC