Before upgrading to openSUSE 13.1 I took the opportunity and finally nuked my Windows partitions. When rearranging the linux partitions from extended to primary it seemed easier to create virgin partitions, restore the backup of /home and do a new installation.
Almost everything is glorious now and I'm even more enthusiastic about openSUSE. Only processing .m2v videos with Avidemux won't work. Here's what I did before:
Surprisingly Avidemux now refuses to open the m2v: 'Cannot find a demuxer for /home/henning/Videos/temp/TV-Show.m2v'
MPlayer doesn't mplay it as well, while UMPlayer, Handbrake and Kaffeine work fine.
I installed codecs etc with 1-Click-Installation from opensuse-community.org/Restricted_formats/13.1
Installed MPEG codecs:
My
I have no clue where to look for what missing codec, so every hint is appreciated.
Almost everything is glorious now and I'm even more enthusiastic about openSUSE. Only processing .m2v videos with Avidemux won't work. Here's what I did before:
- Kaffeine: Record a TV-Show (DVB-T) in m2t format.
- ProjectX: Demux m2t --> m2v + mp2
- Avidemux: Process m2v + mp2 --> avi (so my standalone-player can handle it)
Surprisingly Avidemux now refuses to open the m2v: 'Cannot find a demuxer for /home/henning/Videos/temp/TV-Show.m2v'
MPlayer doesn't mplay it as well, while UMPlayer, Handbrake and Kaffeine work fine.
I installed codecs etc with 1-Click-Installation from opensuse-community.org/Restricted_formats/13.1
Installed MPEG codecs:
Code:
henning@monkeys-tool:~> ffmpeg -codecs | grep mpeg
ffmpeg version 2.1.1 Copyright (c) 2000-2013 the FFmpeg developers
[…]
libavutil 52. 48.101 / 52. 48.101
libavcodec 55. 39.101 / 55. 39.101
libavformat 55. 19.104 / 55. 19.104
libavdevice 55. 5.100 / 55. 5.100
libavfilter 3. 90.100 / 3. 90.100
libavresample 1. 1. 0 / 1. 1. 0
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
libpostproc 52. 3.100 / 52. 3.100
DEV..S ffv1 FFmpeg video codec #1
DEVI.S ffvhuff Huffyuv FFmpeg variant
DEV.L. mpeg1video MPEG-1 video (decoders: mpeg1video mpeg1video_vdpau )
DEV.L. mpeg2video MPEG-2 video (decoders: mpeg2video mpegvideo mpegvideo_vdpau )
DEV.L. mpeg4 MPEG-4 part 2 (decoders: mpeg4 mpeg4_vdpau ) (encoders: mpeg4 libxvid )
D.V.L. mpegvideo_xvmc MPEG-1/2 video XvMC (X-Video Motion Compensation)
D.V.L. msmpeg4v1 MPEG-4 part 2 Microsoft variant version 1
DEV.L. msmpeg4v2 MPEG-4 part 2 Microsoft variant version 2
DEV.L. msmpeg4v3 MPEG-4 part 2 Microsoft variant version 3 (decoders: msmpeg4 ) (encoders: msmpeg4 )
henning@monkeys-tool:~> ffmpeg -codecs | grep m2v
[no relevant output]
- Board: Gigabyte K8NF4G-SATA2
- CPU: AMD Sempron 3000+
- Graphics: nVidia GT200 [GeForce 210]
- Linux: 3.11.6-4-desktop
- openSUSE: 13.1 (Bottle) (i586)
- KDE: 4.11.2
- Avidemux 2.6.6, Frontend Avidemux3-qt4
I have no clue where to look for what missing codec, so every hint is appreciated.