Krzysztof Duchnowski | 1 Aug 2011 01:38
Picon

VDPAU decoding mishmash

I have some VDPAU decoding problem with one MKV/AVC file.
Dunno if it is VDPAU limitation or MPlayer error.

Here's archive with sample and logs(MPlayerHQ incoming is nonexistent):
http://tinyurl.com/3as83f2

--

-- 
Krzysztof 'DK75' Duchnowski
GetFirefox - http://www.getfirefox.net/
Konfiguracja UTF-8 dla czytników - http://evil.pl/pip/utf/
_______________________________________________
MPlayer-users mailing list
MPlayer-users <at> mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
Carl Eugen Hoyos | 1 Aug 2011 01:53
Picon

Re: VDPAU decoding mishmash

Krzysztof Duchnowski <amidk75 <at> gmail.com> writes:

> I have some VDPAU decoding problem with one MKV/AVC file.

Please share the problem that you have, the sample plays fine for me (and I see
nearly identical output).

Please always post output on this mailing list, Carl Eugen
Carl Eugen Hoyos | 1 Aug 2011 02:41
Picon

Re: Problem with capturing audio

Martin Edlman <martin.edlman <at> gmail.com> writes:

> When I try to play the stream with mplayer, I get video but no audio. I run
> 
> mplayer tv:// -tv
>
width=768:device=/dev
/video1:audiorate=48000:normid=5:input=1:forceaudio:alsa:amode=1:adevice=hw.1,0
> -ao pulse

arecord -l shows here:
...
card 2: Bt878 [Brooktree Bt878], device 0: Bt87x Digital [Bt87x Digital]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 2: Bt878 [Brooktree Bt878], device 1: Bt87x Analog [Bt87x Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

and the following plays fine for me:
mplayer tv:// -tv immediatemode=0:alsa=1:adevice=hw.2

Carl Eugen
Martin Edlman | 1 Aug 2011 07:24
Picon

Re: Problem with capturing audio

Thank you for a hint - I added immediatemode=0 and now the sound is
playing. I missed this option when reading man mplayer.

Regards,
Martin E.

> and the following plays fine for me:
> mplayer tv:// -tv immediatemode=0:alsa=1:adevice=hw.2
Krzysztof Duchnowski | 1 Aug 2011 10:43
Picon

Re: VDPAU decoding mishmash

On 01.08.2011 01:53, Carl Eugen Hoyos wrote:
> Krzysztof Duchnowski <amidk75 <at> gmail.com> writes:

>> I have some VDPAU decoding problem with one MKV/AVC file.

> Please share the problem that you have, the sample plays fine for me (and I see
> nearly identical output).

> Please always post output on this mailing list, Carl Eugen

Everything was in archive but sure:

mplayer -v -vo vdpau h264-vdpau-decoding-error.mkv
MPlayer SVN-r33950-4.4.6 (C) 2000-2011 MPlayer Team
CPU vendor name: GenuineIntel  max cpuid level: 10
CPU: Intel(R) Core(TM)2 Duo CPU     T7500   <at>  2.20GHz (Family: 6, Model:
15, Stepping: 11)
extended cpuid-level: 8
extended cache-info: 268468288
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNowExt: 0 SSE: 1 SSE2: 1 SSSE3: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2 SSSE3 CMOV
get_path('codecs.conf') -> '/home/kitsune/.mplayer/codecs.conf'
Reading optional codecs config file /home/kitsune/.mplayer/codecs.conf:
No such file or directory
Reading optional codecs config file /usr/local/etc/mplayer/codecs.conf:
No such file or directory
Using built-in default codecs.conf.
init_freetype
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
(Continue reading)

Ingo Brückl | 1 Aug 2011 15:21
Picon

Re: Gmplayer crash on the guimenu playlist

xeonitlinux wrote on Fri, 29 Jul 2011 04:32:47 +0200:

> Hello, i have noticed that when i try to make a playlist with the guimenu
> of gmplayer (last svn version of mplayer MPlayer SVN-r33936-4.4.5 ) Mplayer
> crash on both menus.

Could you please give more information?

I'm using these kind of playlists on a regular basis and never experienced
this.

Ingo
Thomas Bourdon | 1 Aug 2011 18:38

matroska: video freezes where files were concatened by mkvmerge

Hi,

1. My cam create mpeg-ts files with h264+ac3+pgs tracks
2. I don't want to keep mpeg-ts container so I convert to matroska with these commands :
  a. ffmpeg -i 00001.MTS -vcodec copy -acodec copy -scodec dvdsub -f matroska 00001.mkv  # I need to convert
pgssub to vobsub because a raw copy doesn't work.
  b. mencoder 00001.mkv -ovc frameno -nosound -o /dev/null -sid 0 -vobsubout 00001  # I need to re-extract the
vobsub track with mencoder because ffmpeg
doesn't create a sub track I can use with mkvtoolnix (no CodecPrivate).
  c. mkvmerge -o file1.mkv 00001.mkv 00001.idx  # I create my final file1.mkv (1: video track 2: audio track 3:
vobsub track).
  d. running same commands for 00002.MTS
  e. mkvmerge -o final.mkv file1.mkv + file2.mkv  # I want to concatenate all my two mkv files to one single file.
3. Then I can read final.mkv with subtitles (which display date) with mplayer.

But sometimes I have a problem. The video freezes for about 5 seconds where
mkvmerge concatenate files. If the final.mkv has no vobsub track, mplayer works fine. So the problem
seems to be a bug from mplayer when reading vobsub.
I can play the same final.mkv with ffplay without problem.

Report:

# uname -a
Linux homer 3.0.0-libre-tom #1 SMP Fri Jul 22 15:11:35 CEST 2011 x86_64
Pentium(R) Dual-Core  CPU      E6300   <at>  2.80GHz GenuineIntel GNU/Linux

# ls -l /lib64/libc[.-]*
-rwxr-xr-x 1 root root 1953423 mars  24 08:50 /lib64/libc-2.13.so*
lrwxrwxrwx 1 root root      12 avril 29 10:10 /lib64/libc.so.6 -> libc-2.13.so*

(Continue reading)

xeonitlinux | 1 Aug 2011 18:55
Picon
Favicon

Re: [SOLVED] Gmplayer crash on the guimenu playlist

Since the i  compile the new svn version the problem with the playlist have 
disapear. Dont know why i have this.

Am Montag, 1. August 2011, 15:21:44 schrieb Ingo Brückl:

> Could you please give more information?
> 
> I'm using these kind of playlists on a regular basis and never experienced
> this.
> 
> Ingo
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users <at> mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
xeonitlinux | 1 Aug 2011 19:22
Picon
Favicon

Re: [SOLVED] Gmplayer crash on the guimenu playlist

Sorry i was too fast. The problem have apear again.
Seems that the problem have something to do with 
the the file gui.history in .mplayer
In this file it is the last file writen that is open with the player also the 
last playlist. But in my case the file is empty. 
Whe i write something in the file gui.history and save then it work.
a gdb backtrace show this:

Starting program: /usr/local/bin/gmplayer 
[Thread debugging using libthread_db enabled]
MPlayer SVN-r33951-4.4.5 (C) 2000-2011 MPlayer Team

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff2f12248 in g_utf8_validate () from /lib/libglib-2.0.so.0

Am Montag, 1. August 2011, 18:55:51 schrieb xeonitlinux:
> Since the i  compile the new svn version the problem with the playlist have
> disapear. Dont know why i have this.
> 
> Am Montag, 1. August 2011, 15:21:44 schrieb Ingo Brückl:
> > Could you please give more information?
> > 
> > I'm using these kind of playlists on a regular basis and never
> > experienced this.
> > 
> > Ingo
> > _______________________________________________
> > MPlayer-users mailing list
> > MPlayer-users <at> mplayerhq.hu
> > https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
(Continue reading)

Grant | 1 Aug 2011 21:44
Picon

Re: Getting the best sound from mplayer

...
>> > use it, no need to increase anything else iirc). Then again,
>> > lavcresample is said to use only s16le, so your audio will be
>> > downsampled to 16-bit for sure if mplayer resamples something.
>>
>> Hmmm, so I can use a lower quality resampler that will leave 24-bit
>> Blu-Ray audio intact, or I can use lavcresample which is a higher
>> quality resampler that will convert the 24-bit audio to 16-bit?
>
> You got me confused. I forgot, explain again please why you need
> resampling in mplayer anyway?

I think I was interested in how mplayer resamples because I thought
resampling was necessary to combine the 6 channels into 2.  Now that
you've told me resampling isn't necessary in order to downmix, I guess
I don't need to worry about it.  My sound card handles 16/24 44.1, 48,
88.2, and 96.  mplayer should never resample a DVD or Blu-Ray I play,
correct?

>> >> Doesn't resampling need to take place in order to downmix the 6
>> >> channels to 2?  My question was meant in the context of that downmix
>> >> and resampling.
...
> resampling isn't required to combine two or more digital audio streams
> of same sample rate. It is required when streams have different rate;
> then one will have to be resampled to rate of other first, or (more
> common) each has to be resampled to same common sample rate before
> muxing.

I didn't realize that, thank you.
(Continue reading)


Gmane