Я имело ввиду с точки зрения функциональности а не гуев конечно.
а нахрена гуи ? Лично мне удобней в том же mc фильмы смотреть, один раз прописал нужную строчку с параметрами в конфиг и потом жмешь ентер и телемаркет.. Гуй это очень модно, но навязывать его низя (имхо).
само быть может и само, смотря что за дефолтный конфиг у твоего mc, но нужные опции все равно руками писать (например -vo, -ao, яркость обычно заодно правлю, постпроцессинг фильтры и все такое) - каждый под себя же точит, у всех разные мониторы/видеокарты/процессоры/глаза %-)
>Mplayer уважаю... Хороший пример open-source, который имеет 99%
>говноты, написанной под вынь.
Да, но только некоторые фильмы без win32 codecs не посмотриш :-( А тут уже никакого опен соурс нет
Запускаем mplayer:
$ mplayer -stop_xscreensaver /mnt/dos/video/Шоу\ Трумана.avi
Видим:
Using Linux hardware RTC timing (1024Hz).
Выходим:
Exiting... (Quit)
Запускаем опять:
$ mplayer -stop_xscreensaver /mnt/dos/video/Шоу\ Трумана.avi
Видим:
Failed to open /dev/rtc: Device or resource busy (mplayer should be setuid root or /dev/rtc should be readable by the user.)
Выходим.
Ещё разок:
$ mplayer -stop_xscreensaver /mnt/dos/video/Шоу\ Трумана.avi
Видим:
Using Linux hardware RTC timing (1024Hz).
>само быть может и само, смотря что за дефолтный конфиг у твоего mc, но >нужные опции все равно руками писать (например -vo, -ao, яркость обычно >заодно правлю, постпроцессинг фильтры и все такое) - каждый под себя же >точит, у всех разные мониторы/видеокарты/процессоры/глаза %-)
а у меня на них не течет. Мне удобнее в mc прописать строчки для каждого типа медиа. Например для *.qt одни, для *.mpg другие, для *.avi третьи и так далее, ты наверное скажешь что это же можно и в конфигах мплеера сделать, суть от этого не меняется
Меня в mplayer ... ну точнее не в самом mplayer
а в реализации в нем xv и xvidix прикалывает другое ...
Если сделать шот mplayer-a с вышеозначенными видеодевайсами
То как известно в окне будет только синий/лиловый квадрат
ЗАТО этот квадрат будет ПРОЗРАЧЕН для запущенного под ним
mplayera с тем же -vo ;) (с некоторыми вариациями взаимного положения таких окон)
То есть для этих видеодевайсов существует какой то "прозрачный" цвет ?
Кто знает в чем фишка ? (лень самому разбираться ;))
Чел-чел-чел !!!!
Ты прав про мс! Я тоже пока не придумал более удобного метода, кроме как с помошью мс смотреть. А вот ты мне скажи, как написать ту трочку, благодаря которой ты по энтеру запукаешь! Дай кусок конфига, отвечающий за виде плиз! А то с терминалами такой запар.. - начала ищещь какой фильм будешь смотреть в мс, а потом в теринале запускаешь :(
@localhost .mc]$ cat bindings
# Midnight Commander 3.0 extension file
# Warning: Structure of this file has changed completely with version 3.0
#
# All lines starting with # or empty lines are thrown away.
# Lines starting in the first column should have following format:
#
# keyword/descNL, i.e. everything after keyword/ until new line is desc
#
# keyword can be:
#
# shell (desc is, when starting with a dot, any extension (no wildcars),
# i.e. matches all the files *desc . Example: .tar matches *.tar;
# if it doesn't start with a dot, it matches only a file of that name)
#
# regex (desc is an extended regular expression)
# Please note that we are using the GNU regex library and thus
# \| matches the literal | and | has special meaning (or) and
# () have special meaning and \( \) stand for literal ( ).
#
# type (file matches this if `file %f` matches regular expression desc
# (the filename: part from `file %f` is removed))
#
# directory (matches any directory matching regular expression desc)
#
# include (matches an include directive)
#
# default (matches any file no matter what desc is)
#
# Other lines should start with a space or tab and should be in the format:
#
# keyword=commandNL (with no spaces around =), where keyword should be:
#
# Open (if the user presses Enter or doubleclicks it),
#
# View (F3), Edit (F4)
#
# Include is the keyword used to add any further entries from an include/
# section
#
# command is any one-line shell command, with the following substitutions:
#
# %% -> % character
# %p -> name of the current file (without path, but pwd is its path)
# %f -> name of the current file. Unlike %p, if file is located on a
# non-local virtual filesystem, i.e. either tarfs, mcfs or ftpfs,
# then the file will be temporarily copied into a local directory
# and %f will be the full path to this local temporal file.
# If you don't want to get a local copy and want to get the
# virtual fs path (like /#ftp:ftp.cvut.cz/pub/hungry/xword), then
# use %d/%p instead of %f.
# %d -> name of the current directory (pwd, without trailing slash)
# %s -> "selected files", i.e. space separated list of tagged files if any
# or name of the current file
# %t -> list of tagged files
# %u -> list of tagged files (they'll be untaged after the command)
#
# (If these 6 letters are in uppercase, they refer to the other panel.
# But you shouldn't have to use it in this file.)
#
#
# %cd -> the rest is a path mc should change into (cd won't work, since it's
# a child process). %cd handles even vfs names.
#
# %view -> the command you type will be piped into mc's internal file viewer
# if you type only the %view and no command, viewer will load %f file
# instead (i.e. no piping, so it is different to %view cat %f)
# %view may be directly followed by {} with a list of any of
# ascii (Ascii mode), hex (Hex mode), nroff (color highlighting for
# text using backspace for bold and underscore) and unform
# (no highlighting for nroff sequences) separated by commas.
#
# %var -> You use it like this: %var{VAR:default}. This macro will expand
# to the value of the VAR variable in the environment if it's set
# otherwise the value in default will be used. This is similar to
# the Bourne shell ${VAR-default} construct.
#
# Rules are applied from top to bottom, thus the order is important.
# If some actions are missing, search continues as if this target didn't
# match (i.e. if a file matches the first and second entry and View action
# is missing in the first one, then on pressing F3 the View action from
# the second entry will be used. default should catch all the actions.
#
# Any new entries you develop for you are always welcome if they are
# useful on more than one system. You can send your modifications
# by e-mail to mc-devel@gnome.org
### Changes ###
#
# Reorganization: 2000-05-01 Michal Svec <rebel@penguin.cz>
### TODO ###
#
# Postscript Open: ps2svga [gs -DEVICE=jpeg|zgv or something]
# Images asciiview
#
# All X Apps [Nothing/Warning] if no DISPLAY
# Not found [Default/Warning]
# Empty Output [Default/Warning]
# Edit: CopyOut+EDIT+CopyIn
# Security Check gzip/bzip EDIT (mktemp)
#
# Maybe: Open/XOpen/GOpen/KOpen/... for Console/X/GNOME/KDE/etc.
>mc отстой, вы бы еще тут иконками для эксплорера менялись мышевозы
никто не говорит, что мс - рулез (хотя бы потому, что я им на полную катушку никогда и пользоваться не умел). Но смотреть видео мне удобно имено из него. Я тебе даже не буду пытаться объяснять почему. Посомтрел бы я сколь долго ты будешь выбирать один фильм из пятисот предварительно читая на фильм рецензию и отзыы помотревших используя лишь консоль.
> а пару алиасов сделать?
есть один alias m="mplayer -vo sdl -ao sdl"
Дело не в том, что путь длинный до фаила, дело в том, что файлов много - таб плохо помогает, файлы "почти одноименые" встречаются; в их именах пробелы и всякие знаки восклицательные, приходится все это дело набирать со слэшами руками.
С опцией -vo gl или gl2 import изображение кажет, а не BS %-)
На картах, не поддерживающих аппаратный opengl работать будет (если загружен glx), но медленно, хотя для скриншота достаточно.