* [Comm] Конвертировать wma-wav
@ 2010-01-27 22:07 Yuriy
2010-01-27 22:12 ` Konstantin Pavlov
0 siblings, 1 reply; 6+ messages in thread
From: Yuriy @ 2010-01-27 22:07 UTC (permalink / raw)
To: ALT Linux Community general discussions
Сабж.
Подскажите пожалуйста, чем я могу конвертировать wma в wav?
--
Система - ALTD 5.0 Ковчег (x86-64)
AMD Athlon II X2 240
RAM Kingston DDR2 800 2+2 Gb
MB Gigabyte M85MUS2H (onboard Nvidia 8200)
WM - Gnome+compiz
- apt настроен на
rpm [p5] ftp://ftp.linux.kiev.ua/pub/Linux/ALT/p5/branch x86_64 classic
rpm [p5] ftp://ftp.linux.kiev.ua/pub/Linux/ALT/p5/branch noarch classic
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Конвертировать wma-wav
2010-01-27 22:07 [Comm] Конвертировать wma-wav Yuriy
@ 2010-01-27 22:12 ` Konstantin Pavlov
2010-01-27 22:21 ` Yuriy
2010-02-01 21:07 ` Arioch
0 siblings, 2 replies; 6+ messages in thread
From: Konstantin Pavlov @ 2010-01-27 22:12 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 228 bytes --]
On Thu, Jan 28, 2010 at 12:07:05AM +0200, Yuriy wrote:
> Сабж.
> Подскажите пожалуйста, чем я могу конвертировать wma в wav?
ffmpeg'ом.
--
<dottedmag> swi: не забывай, что юзеры - это помесь hiddenman'а со stalker'ом
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Конвертировать wma-wav
2010-01-27 22:12 ` Konstantin Pavlov
@ 2010-01-27 22:21 ` Yuriy
2010-01-27 22:31 ` Konstantin Pavlov
2010-02-01 9:10 ` Maxim Byshevski-Konopko
2010-02-01 21:07 ` Arioch
1 sibling, 2 replies; 6+ messages in thread
From: Yuriy @ 2010-01-27 22:21 UTC (permalink / raw)
To: community
28.01.2010 00:12, Konstantin Pavlov пишет:
> On Thu, Jan 28, 2010 at 12:07:05AM +0200, Yuriy wrote:
>> Сабж.
>> Подскажите пожалуйста, чем я могу конвертировать wma в wav?
>
> ffmpeg'ом.
=====================
ffmpeg -i 01_Дорожка.wma out.wav
FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
All the errors with this package you should report
to ALT Linux bugzilla (https://bugzilla.altlinux.org)!
libavutil 50. 3. 0 / 50. 3. 0
libavcodec 52.32. 0 / 52.32. 0
libavformat 52.36. 0 / 52.36. 0
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 0. 5. 0 / 0. 5. 0
libswscale 0. 7. 1 / 0. 7. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Sep 27 2009 01:32:59, gcc: 4.4.1 20090725 (ALT Linux 4.4.1-alt1)
Input #0, asf, from '01_Дорожка.wma':
Duration: 00:08:26.92, start: 3.000000, bitrate: 776 kb/s
Stream #0.0(rus): Audio: 0x0163, 44100 Hz, 2 channels, s16, 770 kb/s
Output #0, wav, to 'out.wav':
Stream #0.0(rus): Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411
kb/s
Stream mapping:
Stream #0.0 -> #0.0
Decoder (codec id 86057) not found for input stream #0.0
===============
Я так понимаю ему кодека не хватает? Как поставить?
--
Система - ALTD 5.0 Ковчег (x86-64)
AMD Athlon II X2 240
RAM Kingston DDR2 800 2+2 Gb
MB Gigabyte M85MUS2H (onboard Nvidia 8200)
WM - Gnome+compiz
- apt настроен на
rpm [p5] ftp://ftp.linux.kiev.ua/pub/Linux/ALT/p5/branch x86_64 classic
rpm [p5] ftp://ftp.linux.kiev.ua/pub/Linux/ALT/p5/branch noarch classic
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Конвертировать wma-wav
2010-01-27 22:21 ` Yuriy
@ 2010-01-27 22:31 ` Konstantin Pavlov
2010-02-01 9:10 ` Maxim Byshevski-Konopko
1 sibling, 0 replies; 6+ messages in thread
From: Konstantin Pavlov @ 2010-01-27 22:31 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 1464 bytes --]
On Thu, Jan 28, 2010 at 12:21:12AM +0200, Yuriy wrote:
> 28.01.2010 00:12, Konstantin Pavlov пишет:
> > On Thu, Jan 28, 2010 at 12:07:05AM +0200, Yuriy wrote:
> >> Сабж.
> >> Подскажите пожалуйста, чем я могу конвертировать wma в wav?
> >
> > ffmpeg'ом.
>
> =====================
> ffmpeg -i 01_Дорожка.wma out.wav
> FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
> All the errors with this package you should report
> to ALT Linux bugzilla (https://bugzilla.altlinux.org)!
> libavutil 50. 3. 0 / 50. 3. 0
> libavcodec 52.32. 0 / 52.32. 0
> libavformat 52.36. 0 / 52.36. 0
> libavdevice 52. 2. 0 / 52. 2. 0
> libavfilter 0. 5. 0 / 0. 5. 0
> libswscale 0. 7. 1 / 0. 7. 1
> libpostproc 51. 2. 0 / 51. 2. 0
> built on Sep 27 2009 01:32:59, gcc: 4.4.1 20090725 (ALT Linux 4.4.1-alt1)
> Input #0, asf, from '01_Дорожка.wma':
> Duration: 00:08:26.92, start: 3.000000, bitrate: 776 kb/s
> Stream #0.0(rus): Audio: 0x0163, 44100 Hz, 2 channels, s16, 770 kb/s
> Output #0, wav, to 'out.wav':
> Stream #0.0(rus): Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411
> kb/s
> Stream mapping:
> Stream #0.0 -> #0.0
> Decoder (codec id 86057) not found for input stream #0.0
> ===============
>
>
> Я так понимаю ему кодека не хватает? Как поставить?
WMA Lossless свободными утилитами не поддерживается.
--
<wRAR> AMorozov: вернемся к нашим питонам
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Конвертировать wma-wav
2010-01-27 22:21 ` Yuriy
2010-01-27 22:31 ` Konstantin Pavlov
@ 2010-02-01 9:10 ` Maxim Byshevski-Konopko
1 sibling, 0 replies; 6+ messages in thread
From: Maxim Byshevski-Konopko @ 2010-02-01 9:10 UTC (permalink / raw)
To: ALT Linux Community general discussions
> Я так понимаю ему кодека не хватает? Как поставить?
Для mplayer существует возможность проигрывания через бинарный кодек
(0x163, см. [1]). А если mplayer заиграет — то он же сможет и сдампить
в wav.
[1]: http://www.mplayerhq.hu/DOCS/codecs-status.html#ac
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Comm] Конвертировать wma-wav
2010-01-27 22:12 ` Konstantin Pavlov
2010-01-27 22:21 ` Yuriy
@ 2010-02-01 21:07 ` Arioch
1 sibling, 0 replies; 6+ messages in thread
From: Arioch @ 2010-02-01 21:07 UTC (permalink / raw)
To: community
В письме от Thu, 28 Jan 2010 01:12:26 +0300, Konstantin Pavlov
<thresh@altlinux.ru> сообщал:
неплохая морда, но не локализуемая видимо -
http://www.miksoft.net/mobileMediaConverter.htm
>
> ffmpeg'ом.
>
--
Используется революционный почтовый клиент браузера Opera:
http://www.opera.com/mail/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-02-01 21:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-27 22:07 [Comm] Конвертировать wma-wav Yuriy
2010-01-27 22:12 ` Konstantin Pavlov
2010-01-27 22:21 ` Yuriy
2010-01-27 22:31 ` Konstantin Pavlov
2010-02-01 9:10 ` Maxim Byshevski-Konopko
2010-02-01 21:07 ` Arioch
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git