LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 4264|回复: 11

TS格式电影播放问题

[复制链接]
发表于 2007-8-24 21:10:12 | 显示全部楼层 |阅读模式
TS是什么格式,需要怎么才能支持?

amd64:~/movies# mplayer \[BBC.____\].Planet.Earth.EPS06.HD-DVD.Remux.1080p.VC-1.DD51.DualAudio.Fanxy\@Silu.DISK2.ts
MPlayer dev-SVN-r24119-3.4.6 (C) 2000-2007 MPlayer Team
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ (Family: 15, Model: 75, Stepping: 2)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2

Playing [BBC.____].Planet.Earth.EPS06.HD-DVD.Remux.1080p.VC-1.DD51.DualAudio.Fanxy@Silu.DISK2.ts.
TS file format detected.
NO VIDEO! AUDIO A52(pid=4134) NO SUBS (yet)!  PROGRAM N. 0
==========================================================================
Opening audio decoder: [liba52] AC3 decoding with liba52
Using SSE optimized IMDCT transform
Using MMX optimized resampler
AUDIO: 48000 Hz, 2 ch, s16le, 448.0 kbit/29.17% (ratio: 56000->192000)
Selected audio codec: [a52] afm: liba52 (AC3-liba52)
==========================================================================
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Video: no video
Position: 7 %
A:1829.5 (30:29.5) of 61131.8 (16:58:51.7)  1.1%
Exiting... (Quit)
amd64:~/movies#
 楼主| 发表于 2007-8-24 21:12:17 | 显示全部楼层
我的configure信息:

Config files successfully generated by ./configure --cc=gcc-3.4 --enable-menu --enable-xv --enable-x11 --enable-esd --enable-gui --language=en,zh_CN !

  Install prefix: /usr/local
  Data directory: /usr/local/share/mplayer
  Config direct.: /usr/local/etc/mplayer

  Byte order: little-endian
  Optimizing for:

  Languages:
    Messages/GUI: en
    Manual pages: en en  

  Enabled optional drivers:
    Input: ftp pvr tv-teletext tv-v4l2 tv-v4l tv live555 libdvdcss(internal) dvdread(internal) vcd dvb network
    Codecs: x264 xvid libavcodec real xanim faad2 libmpeg2 libdca liba52 mp3lib libtheora speex tremor(internal) libmad liblzo
    Audio output: alsa jack esd arts oss nas sdl mpegpes(dvb)
    Video output: sdl pnm jpeg png mpegpes(dvb) fbdev svga aa xvidix cvidix opengl dga xv x11 xover dfbmga directfb md5sum tga
    Audio filters:
  Disabled optional drivers:
    Input: dvdnav vstream radio cddb cdda smb
    Codecs: libdv libamr_wb libamr_nb qtx win32 faac musepack toolame twolame gif
    Audio output: sun openal polyp v4l2 ivtv dxr2
    Video output: v4l2 ivtv dxr3 dxr2 vesa gif89a zr zr2 caca ggi xmga mga winvidix xvmc bl xvr100 tdfx_vid s3fb tdfxfb 3dfx
    Audio filters: ladspa

'config.h' and 'config.mak' contain your configuration options.
Note: If you alter theses files (for instance CFLAGS) MPlayer may no longer
      compile *** DO NOT REPORT BUGS if you tweak these files ***

'make' will now compile MPlayer and 'make install' will install it.
Note: On non-Linux systems you might need to use 'gmake' instead of 'make'.

Please check mtrr settings at /proc/mtrr (see DOCS/HTML/en/video.html#mtrr)

NOTE: Win32 codec DLLs are not supported on your CPU (x86_64) or your
operating system (Linux). You may encounter a few files that cannot
be played due to missing open source video/audio codec support.

Check configure.log if you wonder why an autodetection failed (make sure
development headers/packages are installed).

NOTE: The --enable-* parameters unconditionally force options on, completely
skipping autodetection. This behavior is unlike what you may be used to from
autoconf-based configure scripts that can decide to override you. This greater
level of control comes at a price. You may have to provide the correct compiler
and linker flags yourself.
If you used one of these options (except --enable-gui and similar ones that
turn on internal features) and experience a compilation or linking failure,
make sure you have passed the necessary compiler/linker flags to configure.

If you suspect a bug, please read DOCS/HTML/en/bugreports.html.
回复 支持 反对

使用道具 举报

发表于 2007-8-24 22:31:22 | 显示全部楼层
ts只是一种封装格式,能不能放关键是视频编码格式和音频编码格式。你下的这个是思路的Remux,视频编码是vc-1的,在windows下也是比较麻烦的,在linux下估计是暂时不行了。你可以试着去找一下vc-1的解码器看看。

p.s.我在思路下了N多EAC3音频编码的,一直没有解码器,到现在还没有声音。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-8-24 23:49:32 | 显示全部楼层
貌似已经支持了的。

2006-10-22, Sunday :: MPlayer 1.0rc1 released
posted by the release team

We wish to thank the Google Summer of Code project for sponsoring the FFmpeg project. Thanks to the SoC program for 2006, the FFmpeg project was able to get help from students to implement more native codecs.

The highlights of this release are native VC-1/WMV3, On2 VP5 and VP62 (used in some Flash video files) decoding, which works even on non-Intel platforms, and SSA/ASS/color subtitles.
回复 支持 反对

使用道具 举报

发表于 2007-8-25 00:22:10 | 显示全部楼层
你用的64位的发行版?
回复 支持 反对

使用道具 举报

发表于 2007-8-25 00:25:27 | 显示全部楼层
似乎是因为你是用的64位的系统,不能用w32codec-all
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-8-25 00:47:40 | 显示全部楼层
The highlights of this release are [color="Red"]native VC-1/WMV3, On2 VP5 and VP62 (used in some Flash video files) decoding, which works even on [color="Red"]non-Intel platforms, and SSA/ASS/color subtitles.
回复 支持 反对

使用道具 举报

发表于 2007-8-25 21:22:51 | 显示全部楼层
不知在linux下可不可以硬解mpeg2?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-8-26 22:51:15 | 显示全部楼层
有人在amd64上成功播放过ts吗?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-8-27 00:36:55 | 显示全部楼层
奇怪啊,我播放这个是正常的。

http://www1.mplayerhq.hu/MPlayer ... x576_WVC1_6Mbps.wmv
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表