ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] У кого-то есть проблемы с mkv?
@ 2009-06-02 20:20 Di
  0 siblings, 0 replies; only message in thread
From: Di @ 2009-06-02 20:20 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 3171 bytes --]

Доброго времени суток.

Пробую посмотреть:
$ mplayer \[gg\]_Eden_of_the_East_-_01_\[C9E23B74\].mkv
MPlayer 29311-4.4.0 (C) 2000-2009 MPlayer Team
137 audio & 297 video codecs

Playing [gg]_Eden_of_the_East_-_01_[C9E23B74].mkv.

[mkv] Track ID 1: video (V_MPEG4/ISO/AVC) "h264", -vid 0
[mkv] Track ID 2: audio (A_AAC) "AAC", -aid 0, -alang jpn
[mkv] Track ID 3: subtitles (S_TEXT/ASS) "ASS", -sid 0, -slang eng
[mkv] Will play video track 1.
Matroska file format detected.
VIDEO:  [avc1]  1280x720  24bpp  23.976 fps    0.0 kbps ( 0.0 kbyte/s)
SUB: Added subtitle file (1): ./[gg]_Eden_of_the_East_-_01_[C9E23B74].ass
[VO_XV] Could not grab port 57.
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
==========================================================================
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
FAAD: compressed input bitrate missing, assuming 128kbit/s!
AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio))
==========================================================================
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
VDec: vo config request - 1280 x 720 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 1)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [xv] 1280x720 => 1280x720 Planar YV12
A: 152.8 V: 152.3 A-V:  0.498 ct: -0.139   0/  0 73%  8%  2.8% 74 0 56%

            ************************************************
            **** Your system is too SLOW to play this!  ****
            ************************************************

Possible reasons, problems, workarounds:
- Most common: broken/buggy _audio_ driver
   - Try -ao sdl or use the OSS emulation of ALSA.
   - Experiment with different values for -autosync, 30 is a good start.
- Slow video output
   - Try a different -vo driver (-vo help for a list) or try -framedrop!
- Slow CPU
   - Don't try to play a big DVD/DivX on a slow CPU! Try some of the 
lavdopts,
     e.g. -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all.
- Broken file
   - Try various combinations of -nobps -ni -forceidx -mc 0.
- Slow media (NFS/SMB mounts, DVD, VCD etc)
   - Try -cache 8192.
- Are you using -cache to play a non-interleaved AVI file?
   - Try -nocache.
Read DOCS/HTML/en/video.html for tuning/speedup tips.
If none of this helps you, read DOCS/HTML/en/bugreports.html.

A: 153.3 V: 152.7 A-V:  0.619 ct: -0.140   0/  0 74%  8%  2.9% 82 0 54%
A: 323.2 V: 320.0 A-V:  3.185 ct: -0.047   0/  0 83% 18%  3.9% 682 0 49%
A: 349.7 V: 346.4 A-V:  3.281 ct: -0.047   0/  0 79% 17%  3.9% 1306 0 49%
A: 362.0 V: 361.7 A-V:  0.355 ct: -0.048   0/  0 73% 15%  3.4% 1503 0 49%
Exiting... (Quit)

Играю с жёсткого диска, сизиф - наипоследнейший, конфиг для Хов прикладываю.
При этом рассинхронизируются звук и изображение с произвольного места. С 
xine не воспроизводится.

[-- Attachment #2: xorg.conf --]
[-- Type: text/plain, Size: 2898 bytes --]

Section "ServerLayout"
	Identifier     "Minimal layout"
	Screen         "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "TouchPad" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
#	Load  "freetype"
#	Load  "glx"
#	Load  "extmod"
#	Load  "dri"
#	Load  "dbe"
	SubSection "extmod"
		Option	    "omit xfree86-dga"
	EndSubSection
EndSection

Section "ServerFlags"
	Option	    "AllowEmptyInput" "false"
	Option	    "AllowMouseOpenFail" "true"
	Option	    "AutoAddDevices" "false"
	Option      "AIGLX"            "on"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "TouchPad"
	Driver      "synaptics"
	Option	    "Device" "/dev/psaux"
	Option	    "Protocol" "auto-dev"
#	Option	    "SpecialScrollAreaRight" "true"
	Option	    "VertEdgeScroll" "true"
	Option	    "HorizEdgeScroll" "true"
	Option	    "LeftEdge" "1700"
	Option	    "RightEdge" "5300"
	Option	    "TopEdge" "1700"
	Option	    "BottomEdge" "4200"
	Option      "RTCornerButton" "2"
	Option	    "TapButton1" "1"
#	Option	    "FingerLow" "25"
#	Option	    "FingerHigh" "30"
#	Option	    "MaxTapTime" "180"
#	Option	    "MaxTapMove" "220"
	Option	    "VertScrollDelta" "100"
#	Option	    "MinSpeed" "0.06"
#	Option	    "MaxSpeed" "0.12"
#	Option	    "AccelFactor" "0.0010"
	Option	    "SHMConfig" "true"
EndSection

#Section "Monitor"
	#DisplaySize  260	160
#	Identifier   "sec4241|0"
#	Option	    "DPMS" "true"
#EndSection

#Section "Monitor"
#	Identifier   "aticonfig-Monitor[1]"
#	Option	    "VendorName" "ATI Proprietary Driver"
#	Option	    "ModelName" "Generic Autodetecting Monitor"
#	Option	    "DPMS" "true"
#EndSection

Section "Device"

#	Option	    "ForceMonitors" "crt1"
#	Option	    "EnableMonitor" "lvds"
#	Option	    "DesktopSetup" "single"
#	Option	    "EnableMonitor" "crt1"
	Identifier  "Card0|0"
	Driver      "radeon"
#	Option      "EnablePageFlip" "on"
#	Option      "RenderAccel" "on"
#	Option      "DynamicClocks" "on"
#	Option      "BIOSHotkeys" "on"
#	Option      "MergedFB" "true"
#       Option      "CRT2Position" "RightOf"
#       Option      "CRT2Hsync" "50-75"
#       Option      "CRT2VRefresh" "30-82"
#        Option      "MetaModes" "1024x768-1680x1050"
#	Option	    "DDCMode" "on"
#	Option      "MergedNonRectangular" "true"
#	Option	    "VideoOverlay" "on"
#	Option      "AccelMethod" "EXA"
#	Option	    "TexturedVideo" "true"
#	Option	    "AddARGBGLXVisuals" "true"
#	Option	    "EnableMonitor" "crt1"
#	BusID       "PCI:1:5:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0|0"
#	Monitor    "sec4241|0"
	DefaultDepth     24
	SubSection "Display"
#		Viewport   0 0
		Depth     24
#		Modes		"1680x1050"
	EndSubSection
EndSection

Section "DRI"
	Group        "xgrp"
	Mode         0660
EndSection

Section "Extensions"
	Option	    "Composite" "Enable"
EndSection


[-- Attachment #3: denyago.vcf --]
[-- Type: text/x-vcard, Size: 366 bytes --]

begin:vcard
fn:Denis Timurovich Yagofarov
n:Yagofarov;Denis Timurovich
org:ITGIS NASU
adr:room 615;;Chokolovski blvdr., 13;Kiev;;03151;Ukraine
email;internet:denyago@rambler.ru
title:system administrator
tel;work:80442480755
tel;pager:diyago@jabber.te.ua
tel;home:80442434512
tel;cell:80662933760
note:diyago@jabber.te.ua
x-mozilla-html:FALSE
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-02 20:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-02 20:20 [sisyphus] У кого-то есть проблемы с mkv? Di

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git