Thread Installationsproblem mit FFmpeg::Command auf Win7 (18 answers)
Opened by bianca at 2017-08-29 19:19

bianca
 2017-08-29 19:19
#187295 #187295
User since
2009-09-13
6977 Artikel
BenutzerIn

user image
Guten Abend!
Ich versuche gerade CPAN:FFmpeg::Command auf Win7 64 Bit und perl 5, version 20, subversion 2 (v5.20.2) built for MSWin32-x86-multi-thread-64int zu installieren.
Das Ergebnis sieht so aus:
Quote
Configuring M/MI/MIZZY/FFmpeg-Command-0.19.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a dmake-style Makefile
Writing Makefile for FFmpeg::Command
Writing MYMETA.yml and MYMETA.json
MIZZY/FFmpeg-Command-0.19.tar.gz
C:\Strawberry\perl\bin\perl.exe Makefile.PL -- OK
Running make for M/MI/MIZZY/FFmpeg-Command-0.19.tar.gz
cp lib/FFmpeg/Command.pm blib\lib\FFmpeg\Command.pm
MIZZY/FFmpeg-Command-0.19.tar.gz
C:\STRAWB~1\c\bin\dmake.exe -- OK
Running make test
"C:\Strawberry\perl\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/00-load.t ............ 1/? # Testing FFmpeg::Command 0.19, Perl 5.020002, C:\Strawberry\perl\bin\perl.exe
Das System kann den angegebenen Pfad nicht finden.
t/00-load.t ............ ok
t/01-coderef.t ......... 1/2 Das System kann den angegebenen Pfad nicht finden.
t/01-coderef.t ......... ok
t/02-option_a.t ........ Das System kann den angegebenen Pfad nicht finden.
t/02-option_a.t ........ ok
t/03-option_b.t ........ Das System kann den angegebenen Pfad nicht finden.
t/03-option_b.t ........ ok
t/04-option_c.t ........ Das System kann den angegebenen Pfad nicht finden.
t/04-option_c.t ........ ok
t/05-option_d.t ........ Das System kann den angegebenen Pfad nicht finden.
t/05-option_d.t ........ ok
t/06-output_options.t .. Das System kann den angegebenen Pfad nicht finden.

t/06-output_options.t .. 1/? # Failed test at t/06-output_options.t line 25.
# got: 'ffmpeg -y -i in.mp4 -f mp4 -ab 64 -vcodec mpeg4 -acodec libaac -s 320x240 -ar 48000 -b 600 out.mp4'
# expected: 'ffmpeg -y -i in.mp4 -acodec libaac -b 600 -f mp4 -vcodec mpeg4 -ar 48000 -s 320x240 -ab 64 out.mp4'
Das System kann den angegebenen Pfad nicht finden.

# Failed test at t/06-output_options.t line 38.
# got: 'ffmpeg -y -i in.mp4 -f mp4 -vcodec mpeg4 -acodec libfaac -ab 64 -s 320x240 -ar 48000 -b 600 out.mp4'
# expected: 'ffmpeg -y -i in.mp4 -b 600 -acodec libfaac -f mp4 -vcodec mpeg4 -ar 48000 -s 320x240 -ab 64 out.mp4'
# Looks like you failed 2 tests of 2.
t/06-output_options.t .. Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
t/boilerplate.t ........ ok
t/pod-coverage.t ....... ok
t/pod.t ................ ok

Test Summary Report
-------------------
t/06-output_options.t (Wstat: 512 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
Files=10, Tests=15, 13 wallclock secs ( 0.44 usr + 0.23 sys = 0.67 CPU)
Result: FAIL
Failed 1/10 test programs. 2/15 subtests failed.
dmake.exe: Error code 255, while making 'test_dynamic'
MIZZY/FFmpeg-Command-0.19.tar.gz
C:\STRAWB~1\c\bin\dmake.exe test -- NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports MIZZY/FFmpeg-Command-0.19.tar.gz
Stopping: 'install' failed for 'FFmpeg::Command'.
Failed during this command:
MIZZY/FFmpeg-Command-0.19.tar.gz : make_test NO

Weiß da jemand was zu, ob es sich lohnt es zum Laufen zu bringen?
Ich möchte gern im Perl-Skript mit dem Kommandozeilen ffmpeg.exe arbeiten.

Danke
10 print "Hallo"
20 goto 10

View full thread Installationsproblem mit FFmpeg::Command auf Win7