• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] Cannot find codec 'mpeg2video' in libavcodec...

Hallo,

ich habe versucht eine Video DVD zu erstellen, habe dazu verschiedene Programme unter OpenSuse 42.2 ausprobiert. Doch immer wieder scheint es an der selben Stelle zu scheitern.
Code:
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 57.64.100 (external)
AUDIO: 48000 Hz, 2 ch, floatle, 64.0 kbit/2.08% (ratio: 8000->384000)
Selected audio codec: [ffvorbis] afm: ffmpeg (FFmpeg Vorbis)
==========================================================================
PACKET SIZE: 2048 bytes, deltascr: 43885

Exiting...
Cannot find codec 'mpeg2video' in libavcodec...
Couldn't open video filter 'lavc'.
Failed to open the encoder.

dann habe ich ffmpeg -codec versucht:
Code:
DEV.L. mpeg2video           MPEG-2 video (decoders: mpeg2video mpegvideo )

HZabe eben von der ffmpeg Seite die neuste ffmpeg Version installiert, hat leider nichts gebracht.

Hat wer einen Google Tipp für mich?

Gruß und tausend Dank
Oli
 
OP
O

oliver.teske

Newbie
Hallo,

nein, habe ich nicht. Wo kann ich finden was ich durch was ersetzen muss? Habe bis jetzt immer mit den original Repos. gearbeitet.

Gruß
Oli
 
OP
O

oliver.teske

Newbie
Hallo tomm.fa,

anbei die gewünschte Ausgabe.
Code:
oliver@localhost:~> zypper lr -d
Die Repository-Prioritäten sind ohne Effekt. Alle aktivierten Repositorys teilen sich die gleiche Priorität.

#  | Alias                            | Name                                    | Aktiviert | GPG-Überprüfung | Aktualisierung | Priorität | Typ    | URI                                                                        | Dienst
---+----------------------------------+-----------------------------------------+-----------+-----------------+----------------+-----------+--------+----------------------------------------------------------------------------+-------
 1 | google-chrome                    | google-chrome                           | Ja        | (r ) Ja         | Ja             |   99      | rpm-md | http://dl.google.com/linux/chrome/rpm/stable/x86_64                        |       
 2 | http-opensuse-guide.org-0cc0b875 | libdvdcss repository                    | Ja        | (r ) Ja         | Ja             |   99      | rpm-md | http://opensuse-guide.org/repo/openSUSE_Leap_42.2/                         |       
 3 | http-packman.inode.at-b5b659ae   | Packman Repository                      | Ja        | (r ) Ja         | Ja             |   99      | rpm-md | http://packman.inode.at/suse/openSUSE_Leap_42.2/                           |       
 4 | openSUSE-42.2-0                  | openSUSE-42.2-0                         | Nein      | ----            | ----           |   99      | yast2  | cd:///?devices=/dev/disk/by-id/ata-TSSTcorp_CDDVDW_SH-216FB_S1906YCG7005JF |       
 5 | repo-debug                       | openSUSE-Leap-42.2-Debug                | Nein      | ----            | ----           |   99      | NONE   | http://download.opensuse.org/debug/distribution/leap/42.2/repo/oss/        |       
 6 | repo-debug-non-oss               | openSUSE-Leap-42.2-Debug-Non-Oss        | Nein      | ----            | ----           |   99      | NONE   | http://download.opensuse.org/debug/distribution/leap/42.2/repo/non-oss/    |       
 7 | repo-debug-update                | openSUSE-Leap-42.2-Update-Debug         | Nein      | ----            | ----           |   99      | NONE   | http://download.opensuse.org/debug/update/leap/42.2/oss/                   |       
 8 | repo-debug-update-non-oss        | openSUSE-Leap-42.2-Update-Debug-Non-Oss | Nein      | ----            | ----           |   99      | NONE   | http://download.opensuse.org/debug/update/leap/42.2/non-oss/               |       
 9 | repo-non-oss                     | openSUSE-Leap-42.2-Non-Oss              | Ja        | (r ) Ja         | Ja             |   99      | yast2  | http://download.opensuse.org/distribution/leap/42.2/repo/non-oss/          |       
10 | repo-oss                         | openSUSE-Leap-42.2-Oss                  | Ja        | (r ) Ja         | Ja             |   99      | yast2  | http://download.opensuse.org/distribution/leap/42.2/repo/oss/              |       
11 | repo-source                      | openSUSE-Leap-42.2-Source               | Nein      | ----            | ----           |   99      | NONE   | http://download.opensuse.org/source/distribution/leap/42.2/repo/oss/       |       
12 | repo-source-non-oss              | openSUSE-Leap-42.2-Source-Non-Oss       | Nein      | ----            | ----           |   99      | NONE   | http://download.opensuse.org/source/distribution/leap/42.2/repo/non-oss/   |       
13 | repo-update                      | openSUSE-Leap-42.2-Update               | Ja        | (r ) Ja         | Ja             |   99      | rpm-md | http://download.opensuse.org/update/leap/42.2/oss/                         |       
14 | repo-update-non-oss              | openSUSE-Leap-42.2-Update-Non-Oss       | Ja        | (r ) Ja         | Ja             |   99      | rpm-md | http://download.opensuse.org/update/leap/42.2/non-oss/                     |       
oliver@localhost:~>

Ich habe jetzt noch von der Suse Seite das installiert: http://opensuse-community.org/index.html
Hat aber leider auch nichts gebracht.

Gruß
Oli
 
OP
O

oliver.teske

Newbie
Hallo,

danke Euch allen, jetzt scheint es zu funktionieren. Ich hatte den Schritt:
Code:
If things don't work after installing the codecs, make sure all your multimedia packages are coming from Packman. Go to YaST Software Managment, click "View", click "Repositories", select the Packman Repository, click on "Switch system packages".

Wohl vergessen.

Danke für den genialen Denkanstoß euch allen!!!

Gruß & 10E3 Dank
Oli
 
Oben