ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] mplayer & playlists
@ 2003-01-26 17:47 Sergey B.
  2003-01-26 21:08 ` Pavel S. Khmelinsky
  2003-01-27  4:23 ` Taras Ablamsky
  0 siblings, 2 replies; 5+ messages in thread
From: Sergey B. @ 2003-01-26 17:47 UTC (permalink / raw)
  To: community

Есть компакт, с записанными на нем видеоклипами, как заставить консольный 
mplayer проиграть их все???
-- 
Registered Linux User #298986 is now listening: FM Radio 107,80MHz - XMMS



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] mplayer & playlists
  2003-01-26 17:47 [Comm] mplayer & playlists Sergey B.
@ 2003-01-26 21:08 ` Pavel S. Khmelinsky
  2003-01-26 21:23   ` Dmitry V. Popkov
  2003-01-27  4:23 ` Taras Ablamsky
  1 sibling, 1 reply; 5+ messages in thread
From: Pavel S. Khmelinsky @ 2003-01-26 21:08 UTC (permalink / raw)
  To: community

Sergey B. wrote:

>Есть компакт, с записанными на нем видеоклипами, как заставить консольный 
>mplayer проиграть их все???
>  
>

for i in `find  /mnt/cdrom -type f`; do mplayer $i; done

Я обычно так делаю... может можно проще...




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] mplayer & playlists
  2003-01-26 21:08 ` Pavel S. Khmelinsky
@ 2003-01-26 21:23   ` Dmitry V. Popkov
  2003-01-26 22:01     ` Pavel S. Khmelinsky
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Popkov @ 2003-01-26 21:23 UTC (permalink / raw)
  To: community

Pavel S. Khmelinsky пишет:
> Sergey B. wrote:
> 
>> Есть компакт, с записанными на нем видеоклипами, как заставить 
>> консольный mplayer проиграть их все???
>>  
>>
> 
> for i in `find  /mnt/cdrom -type f`; do mplayer $i; done
> 
> Я обычно так делаю... может можно проще...
> 
Проще это вот так
mplayer /mnt/cdrom/*
:)

-- 
     D.V.P.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] mplayer & playlists
  2003-01-26 21:23   ` Dmitry V. Popkov
@ 2003-01-26 22:01     ` Pavel S. Khmelinsky
  0 siblings, 0 replies; 5+ messages in thread
From: Pavel S. Khmelinsky @ 2003-01-26 22:01 UTC (permalink / raw)
  To: community

Dmitry V. Popkov wrote:

> Pavel S. Khmelinsky пишет:
>
>> Sergey B. wrote:
>>
>>> Есть компакт, с записанными на нем видеоклипами, как заставить 
>>> консольный mplayer проиграть их все???
>>>  
>>>
>>
>> for i in `find  /mnt/cdrom -type f`; do mplayer $i; done
>>
>> Я обычно так делаю... может можно проще...
>>
> Проще это вот так
> mplayer /mnt/cdrom/*
> :) 

Если клипы на компакте расположены в директориях, то в Вашем случае они 
не будут проиграны, я просто написал универсальный (на мой взгляд) способ.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Comm] mplayer & playlists
  2003-01-26 17:47 [Comm] mplayer & playlists Sergey B.
  2003-01-26 21:08 ` Pavel S. Khmelinsky
@ 2003-01-27  4:23 ` Taras Ablamsky
  1 sibling, 0 replies; 5+ messages in thread
From: Taras Ablamsky @ 2003-01-27  4:23 UTC (permalink / raw)
  To: community

Sergey B. пишет:

|Есть компакт, с записанными на нем видеоклипами, как заставить консольный
|mplayer проиграть их все???

t@v-lug ~ $ man mplayer
MPlayer(1)                                             MPlayer(1)

NAME
~       mplayer - Movie Player for Linux
~       mencoder - Movie Encoder for Linux

SYNOPSIS
~       mplayer [options] [file | URL | playlist | - ]
-----------------------------------^^^^^^^^------

а playlist можно создать и как тут народ советовал
t@v-lug ~ $ find /mnt/cdrom -type f >playlist;mplayer -vo x11 -zoom
-playlist playlist

выгода с playlist в том что можно перемешаться между треками используюя <>

Удачи.

-- 
Абламский Тарас
<taras.ablamsky@volsu.ru>
Волгоград Linux User Group
http://volgograd.lug.ru/





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-01-27  4:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-26 17:47 [Comm] mplayer & playlists Sergey B.
2003-01-26 21:08 ` Pavel S. Khmelinsky
2003-01-26 21:23   ` Dmitry V. Popkov
2003-01-26 22:01     ` Pavel S. Khmelinsky
2003-01-27  4:23 ` Taras Ablamsky

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