ubuntuusers.de

Problem mit mp4: moov atom not found

Status: Ungelöst | Ubuntu-Version: Ubuntu 10.04 (Lucid Lynx)
Antworten |

Airflash

Avatar von Airflash

Anmeldungsdatum:
8. Dezember 2008

Beiträge: 43

Wohnort: Österreich > Steiermark > Trofaiach

Hallo,

seit einiger Zeit hab ich Probleme mit dem Encoden von Videos mit ffmpeg ins mp4 Format.

Wenn ich diese Videos versuche wiederzugeben mit vlc bekomm ich folgende Meldung:

VLC media player 1.1.0 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
Warning: call to signal(13, 0x1)
Blocked: call to setlocale(6, "")
Blocked: call to sigaction(17, 0xb657b0d4, 0xb657b048)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0xb732cef0]moov atom not found
TagLib: MP4: Invalid atom size
Warning: call to signal(13, 0x1)
Warning: call to srand(1278942502)
Warning: call to rand()
Blocked: call to setlocale(6, "")

(process:9911): Gtk-WARNING **: Locale not supported by C library.
	Using the fallback 'C' locale.
Warning: call to signal(13, 0x1)
Warning: call to signal(13, 0x1)
Warning: call to signal(13, 0x1)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x8568be0]moov atom not found
TagLib: MP4: Invalid atom size
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()

Nautilus erstellt für diese Videos auch kein Thumbnail.

Konvertiert hab ich es mit folgendem Befehl:

ffmpeg -i "input" -s 480x320 -vcodec mpeg4 -b 480k -acodec libfaac -ac 1 -ar 44100 -r 13 -ab 128000 -aspect 3:2 "output"

Andere mp4-Videos die ich direkt aus dem Internet lade haben nicht dieses Problem, nur die von mir erstellten.

Hoffe jemand hat einen Tipp oder eine Lösung für mich ^^

pasde

Anmeldungsdatum:
25. Dezember 2009

Beiträge: 343

Wohnort: Niedersachsen

Vielleicht

ffmpeg -i "input" -f mp4 -vcodec libxvid -r 13 -s 480x320 -aspect 3:2 -b 480k -acodec libfaac -ac 1 -ar 44100 -ab 128000 "output.mp4"

V.G. Pasde

Airflash

(Themenstarter)
Avatar von Airflash

Anmeldungsdatum:
8. Dezember 2008

Beiträge: 43

Wohnort: Österreich > Steiermark > Trofaiach

Hi pasde,

das libxvid hat keine Änderung gebracht, noch immer der gleiche Fehler.

Sonst noch jemand Vorschläge?

Antworten |