Prev: pgi fortran problems
Next: OpenSuSE 10.3 installation
From: Peter Terpstra on 7 Mar 2010 04:52 Pipo wrote: > For conversion you can try ffmpeg. Something like : > > ffmpeg -i input.wma -ab 32 output.mp3 > > -ab 32 is for bit rate (32 or 64 kb/s) Thank you very much for your answer, then I get a different kind of error also about the codecs: Decoder (codec id 86057) not found for input stream #0.0 prompt>rpmqpack|grep codec w32codec-all libxine1-codecs jakarta-commons-codec opensuse-codecs-installer soundkonverter-packman-codecs k3b-codecs soundkonverter-codecs libavcodec52 Kind Regards, Peter
From: Peter Terpstra on 7 Mar 2010 04:59 Lloyd Branum wrote: > VLC will handle wma with no problems. www.videolan.org If I could play them, I could also convert them. VLC says: No suitable decoder module: VLC does not support the audio or video format "wmal". Unfortunately there is no way for you to fix this. Kind Regards, Peter
From: Pipo on 7 Mar 2010 06:13 Peter Terpstra wrote: > Pipo wrote: > >> For conversion you can try ffmpeg. Something like : >> >> ffmpeg -i input.wma -ab 32 output.mp3 >> >> -ab 32 is for bit rate (32 or 64 kb/s) > > Thank you very much for your answer, then I get a different > kind of error also about the codecs: > > Decoder (codec id 86057) not found for input stream #0.0 > > > prompt>rpmqpack|grep codec > w32codec-all > libxine1-codecs > jakarta-commons-codec > opensuse-codecs-installer > soundkonverter-packman-codecs > k3b-codecs > soundkonverter-codecs > libavcodec52 > > Kind Regards, > > Peter Just tried on a wma file on my Suse 11.2 64 bits and it works fine : orion:~/tmp > ffmpeg -i Mamma_Mia.wma -ab 32 Mamma_Mia.mp3 FFmpeg version UNKNOWN, Copyright (c) 2000-2010 Fabrice Bellard, et al. built on Feb 23 2010 17:44:28 with gcc 4.4.1 [gcc-4_4-branch revision 150839] configuration: --shlibdir=/usr/lib64 --prefix=/usr -- mandir=/usr/share/man --libdir=/usr/lib64 --enable-shared -- enable-libmp3lame --enable-libvorbis --enable-libtheora --enable- libspeex --enable-libfaad --enable-libfaac --enable-nonfree -- enable-libxvid --enable-postproc --enable-gpl --enable-x11grab -- enable-libschroedinger --enable-libdirac --enable-libgsm -- enable-version3 --enable-libopencore-amrnb --enable-libopencore- amrwb --enable-libx264 --enable-libdc1394 --enable-pthreads libavutil 50. 9. 0 / 50. 9. 0 libavcodec 52.54. 0 / 52.54. 0 libavformat 52.52. 0 / 52.52. 0 libavdevice 52. 2. 0 / 52. 2. 0 libswscale 0.10. 0 / 0.10. 0 libpostproc 51. 2. 0 / 51. 2. 0 Input #0, asf, from 'Mamma_Mia.wma': Metadata: title : Mamma Mia author : Abba copyright : comment : Lyrics : MediaPrimaryClassID: {D1607DBC-E323-4BE2-86A1-48A42A28441E} WMFSDKVersion : 10.00.00.4054 WMFSDKNeeded : 0.0.0.0000 IsVBR : 0 EncodingTime : 1844674 UniqueFileIdentifier: ; Composer : B Anderson, B Ulvaeus, S Anderson Genre : Pop AlbumTitle : Classic AlbumArtist : ABBA MCDI : E+96+320F+7C5B+B7C2+F64F+13D3F+19343+1F27C+23974+26F98+2A666+2DF87+33A2C+39111+3D4CD Provider : User Feedback TrackNumber : 4 Duration: 00:03:33.50, start: 1.579000, bitrate: 128 kb/s Stream #0.0(eng): Audio: wmav2, 44100 Hz, 2 channels, s16, 128 kb/s WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s Output #0, mp3, to 'Mamma_Mia.mp3': Metadata: TSSE : Lavf52.52.0 Stream #0.0(eng): Audio: libmp3lame, 44100 Hz, 2 channels, s16, 0 kb/s Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop encoding size= 3338kB time=213.60 bitrate= 128.0kbits/s video:0kB audio:3338kB global headers:0kB muxing overhead 0.000966% orion:~/tmp > ls -l total 14776 -rw-rw-r-- 1 bz users 3417685 2010-03-07 11:09 Mamma_Mia.mp3 -rw-rw-r-- 1 bz users 3441942 2010-03-07 11:07 Mamma_Mia.wma
From: Darklight on 7 Mar 2010 06:25 Peter Terpstra wrote: > > Dear readers, > At the moment I'm unable again to play or convert wma files. > > mplayer says it is supported, but it does not work. > > > prompt>mplayer -vo null -vc dummy -af volume=0,resample=44100:0:1 -ao > pcm:waveheader file.wma > MPlayer dev-SVN-r30099-4.4-openSUSE Linux 11.2 (x86_64)-Packman (C) > 2000-2009 MPlayer TeamCan't open joystick device /dev/input/js0: No such > file or directory > Can't init input joystick > mplayer: could not connect to socket > mplayer: No such file or directory > Failed to open LIRC support. You will not be able to use your remote > control. > > Playing file.wma. > ASF file format detected. > [asfheader] Audio stream found, -aid 1 > Clip info: > title: Tarrega: Recuerdos de la Alhambra > author: Alirio Diaz > ========================================================================== > Requested audio codec family [wma9dmo] (afm=dmo) not available. > Enable it at compilation. > Requested audio codec family [wmadmo] (afm=dmo) not available. > Enable it at compilation. > Cannot find codec for audio format 0x163. > Audio: no sound > Video: no video > > prompt>mplayer -ac help|grep dmo > wma9dmo dmo working Windows Media Audio 9 DMO [wma9dmod.dll] > wmadmo dmo working Windows Media Audio DMO [wmadmod.dll] > wma9spdmo dmo working Windows Media Audio 9 Speech DMO > [wmspdmod.dll] > > Anyone? > > I have opensuse 11.2 on a 64bit machine here. > > Thanks in advantage! > > Peter > Audacity will do what you want
From: Peter Terpstra on 7 Mar 2010 08:12
Pipo wrote: > Just tried on a wma file on my Suse 11.2 64 bits and it works > fine : Well I'm sorry, but not here: prompt>ffmpeg -i 02\ Lauro\ \ Dos\ Valses\ Venezolanos\ -\ Uno.wma -ab 32 02\ Lauro\ \ Dos\ Valses\ Venezolanos\ -\ Uno.mp3 FFmpeg version UNKNOWN, Copyright (c) 2000-2010 the FFmpeg developers built on Mar 3 2010 18:46:54 with gcc 4.4.1 [gcc-4_4-branch revision 150839] configuration: --shlibdir=/usr/lib64 --prefix=/usr --mandir=/usr/share/man --libdir =/usr/lib64 --enable-shared --enable-libmp3lame --enable-libvorbis --enable- libtheora --enable-libspeex --enable-libfaad --enable-libfaac --enable-nonfree -- enable-libxvi d --enable-postproc --enable-gpl --enable-x11grab --enable-libschroedinger --enable-l ibdirac --enable-libgsm --enable-version3 --enable-libopencore-amrnb -- enable-libopen core-amrwb --enable-libx264 --enable-libdc1394 --enable-pthreads libavutil 50. 9. 0 / 50. 9. 0 libavcodec 52.55. 0 / 52.55. 0 libavformat 52.54. 0 / 52.54. 0 libavdevice 52. 2. 0 / 52. 2. 0 libswscale 0.10. 0 / 0.10. 0 libpostproc 51. 2. 0 / 51. 2. 0 [asf @ 0x64b5e0]max_analyze_duration reached Input #0, asf, from '02 Lauro Dos Valses Venezolanos - Uno.wma': Metadata: WMFSDKVersion : 9.00.00.3250 WMFSDKNeeded : 0.0.0.0000 IsVBR : 1 WM/AlbumTitle : 400 years of Classical Guitar WM/Year : 1991 WM/GenreID : (32) WM/Genre : Classical WM/TrackNumber : 2 WM/Track : 2 WM/AlbumArtist : Alirio Diaz WM/Publisher : Tuxedo music WM/Composer : Lauro title : Lauro: Dos Valses Venezolanos - Uno author : Alirio Diaz copyright : comment : Duration: 00:02:50.26, start: 3.000000, bitrate: 641 kb/s Stream #0.0(fre): Audio: 0x0163, 44100 Hz, 2 channels, 638 kb/s WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits /s Output #0, mp3, to '02 Lauro Dos Valses Venezolanos - Uno.mp3': Stream #0.0(fre): Audio: libmp3lame, 44100 Hz, 2 channels, s16, 0 kb/s Stream mapping: Stream #0.0 -> #0.0 Decoder (codec id 86057) not found for input stream #0.0 02 Lauro Dos Valses Venezolanos - Uno.mp3 has become a empty file. It has worked in the past. Kind Regards, Peter |