Fragen zu ffmpeg

Post Reply
Message
Author
thopre

Fragen zu ffmpeg

#1 Post by thopre »

Hi,

ich versuche, Videos für die Sony PSP zu konvertieren. Nachdem ich ffmpeg korrekt (?) kompilieren konnte, habe ich immber folgendes Problem beim Konvertieren (siehe Fehlermeldung unten!). Das Problem scheint bei jeder Datei aufzutren, egal, welche Eingabedatei ich ausprobiere.

Was ist zu tun? Was muß ich vielleicht noch zusätzlich noch installieren?

Gruß
-Thomas

ffmpeg version CVS, build 3276800, Copyright (c) 2000-2004 Fabrice Bellard
configuration:
built on Sep 28 2005 10:10:47, gcc: 2.8.1
Input #0, avi, from '/mnt/usbHD/Hentai_MarinMovie_sample.avi':
Duration: 00:00:36.2, start: 0.000000, bitrate: 928 kb/s
Stream #0.0, 23.98 fps: Video: mpeg4, yuv420p, 640x480
Stream #0.1: Audio: mp3, 48000 Hz, stereo, 192 kb/s
File 'M4V00001.MP4' already exists. Overwrite ? [y/N] y
Output #0, psp, to 'M4V00001.MP4':
Stream #0.0, nan fps: Video: mpeg4, yuv420p, 320x240, q=2-31, 768 kb/s
Stream #0.1: Audio: 0x0000, 24000 Hz, stereo, 32 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
[mpeg4 @ 0x83dcc74]removing common factors from framerate
Unsupported codec for output stream #0.1

User avatar
Soulfly
Posts: 137
Joined: 16. Apr 2003 5:05
Location: Buchholz idN

#2 Post by Soulfly »

Hallo!

Als Video für die Playstation sagt nicht wirklich viel. Zu WAS willst du das video denn konvertieren? Reicht es als SVCD???

Wie sah der command aus?

thopre

#3 Post by thopre »

Soulfly wrote:Hallo!

Als Video für die Playstation sagt nicht wirklich viel. Zu WAS willst du das video denn konvertieren? Reicht es als SVCD???

Wie sah der command aus?
SVCD sagt mir jetzt in dem Zusammenhang nichts. Das ist doch nur ein Format, wenn eine CD gebrannt werden soll - brauch ich aber gar nicht, ich will nur eine Datei im MP4-Format, die dann per USB draufgeladen wird.

mein Skript mit dem Aufruf sieht folgendermaßen aus:

MPG=/mnt/usbHD/Hentai_MarinMovie_sample.avi

ffmpeg -i $MPG -f psp -r 14.985 -s 320x240 -b 768 -ar 24000 -ab 32 M4V00001.MP4


-Thomas

Alex.MH

#4 Post by Alex.MH »

Hi,
Unsupported codec for output stream #0.1
Ich habe zwar von ffmpeg nicht viel Ahnung, aber die Fehlermeldung ist relativ eindeutig. Sieht so aus, als ob ihm der MPEG4 Codec fehlt.

Wo du den herbekommst weiss ich allerdings auch net.

Gruss,
Alex

Post Reply