Mohammad Bahathir Hashim | 1 Dec 2010 05:39
Picon

Re: Music playing frontend that is feature rich as amarok?

On 2010-11-30, Thiago Padilha <tpadilha84 <at> gmail.com> wrote:
> Anyone knows a frontend that lets me manage playlists, can shuffle and has a
> GUI?

GUI MPlayer = GMPlayer ?
gmplayer is my default mediaplayer when using MS Windows.

Standard Mplayer is my ONLY choice for multimedia playback in GNU/Linux.

1) It supports playlist : mplayer -playlist lists.txt

2) I supports shuffle : mplayer -shuffle -playlist lists.txt

3) GUI ? Why we need GUI when we listening to music with our ears ? :)
So CLI is more than enough... the navigation with keyboard is more
efficient, even  while enjoying music with closed eyes. Can you do 
the same using  GUI and mouse. :)
Tighe Lory | 1 Dec 2010 07:32
Picon
Gravatar

Japanese subtitle issues

I am at a loss as to why this is happening, but I am getting this in my
subtitles:

http://i54.twitgoo.com/21eoz1v.png

Note the Dialogue with time indexes... This doesn't happen in VLC or other
players, and it didn't happen until I switched from Gentoo Linux to Sabayon
Linux.
Clément Bœsch | 1 Dec 2010 07:56
Picon

Re: Japanese subtitle issues

On Wed, Dec 01, 2010 at 01:32:10AM -0500, Tighe Lory wrote:
> I am at a loss as to why this is happening, but I am getting this in my
> subtitles:
> 
> http://i54.twitgoo.com/21eoz1v.png
> 
> Note the Dialogue with time indexes... This doesn't happen in VLC or other
> players, and it didn't happen until I switched from Gentoo Linux to Sabayon
> Linux.

Could you provide a sample? Also, using the -ass switch may "fix" the
issue.

--

-- 
Clément B.
Not sent from a jesusPhone.
_______________________________________________
MPlayer-users mailing list
MPlayer-users <at> mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
Rashkae | 1 Dec 2010 12:44

Re: Japanese subtitle issues

On 10-12-01 01:32 AM, Tighe Lory wrote:
> I am at a loss as to why this is happening, but I am getting this in my
> subtitles:
>
> http://i54.twitgoo.com/21eoz1v.png
>
> Note the Dialogue with time indexes... This doesn't happen in VLC or other
> players, and it didn't happen until I switched from Gentoo Linux to Sabayon
> Linux.
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users <at> mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>
>    

Edit your mplayer.conf file (/etc/mplayer/mplayer.conf, I think, is the 
usual default location) to include the following:

ass = 1
embeddedfonts = 1
Clément Bœsch | 1 Dec 2010 14:57
Picon

Re: Japanese subtitle issues

On Wed, Dec 01, 2010 at 06:44:53AM -0500, Rashkae wrote:
> Edit your mplayer.conf file (/etc/mplayer/mplayer.conf, I think, is
> the usual default location) to include the following:
> 
> ass = 1
> embeddedfonts = 1
> 

embeddedfonts should be enabled by default; ass=yes is enough. Still, I'm
interested in a sample since enabling ASS rendering is just a workaround.

--

-- 
Clément B.
Not sent from a jesusPhone.
_______________________________________________
MPlayer-users mailing list
MPlayer-users <at> mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
Rashkae | 1 Dec 2010 15:25

Re: Japanese subtitle issues

On 10-12-01 08:57 AM, Clément Bœsch wrote:
>
> embeddedfonts should be enabled by default; ass=yes is enough. Still, I'm
> interested in a sample since enabling ASS rendering is just a workaround.
>
>    
It is???  I'll be sure to turn off ass rendering at some time and send 
samples.... Styled subs generally look like the screenshot provided without.

Would it suffice to simply extract the .ass for sample, which you can 
play with any video you have to see the effects?
_______________________________________________
MPlayer-users mailing list
MPlayer-users <at> mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
Clément Bœsch | 1 Dec 2010 15:31
Picon

Re: Japanese subtitle issues

On Wed, Dec 01, 2010 at 09:25:25AM -0500, Rashkae wrote:
> On 10-12-01 08:57 AM, Clément Bœsch wrote:
> >
> >embeddedfonts should be enabled by default; ass=yes is enough. Still, I'm
> >interested in a sample since enabling ASS rendering is just a workaround.
> >
> It is???  I'll be sure to turn off ass rendering at some time and
> send samples.... Styled subs generally look like the screenshot
> provided without.
> 
> Would it suffice to simply extract the .ass for sample, which you
> can play with any video you have to see the effects?

If playing a random video with -sub extracted.ass indeed produces the
issue, the .ass is fine. If you need to extract the ass, look at
mkvextract (sth like mkvextract tracks in.mkv 1:out.ass).

--

-- 
Clément B.
Not sent from a jesusPhone.
_______________________________________________
MPlayer-users mailing list
MPlayer-users <at> mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
venky | 1 Dec 2010 17:07
Picon

Cineform HD - not playing

Hi,

I am new to this forum. Thankyou for letting me in.

Recently we started using Mplayer for one of our projects. We were
trying to play Cineform HD files using Mplayer but it wont play the
video.

The output from the console is as below. Also the following lines
exist in the codecs.conf file.

#Codecs.conf
videocodec cineformhd
  info "CineForm HD"
  status working
  fourcc CFHD
  driver dshow
  dll "CFDecode2.ax"
  guid 0xAD83011E, 0x01d1, 0x4623, 0x91, 0xfd, 0x6b, 0x75, 0xf1, 0x83,
0xc5, 0xa9
  out UYVY

#Output from console
MPlayer SVN-r32492-4.2.5 (C) 2000-2010 MPlayer Team
159 audio & 355 video codecs

Playing C:\Users\abc\Desktop\temp\Nagavalli_AV.avi.
AVI file format detected.
[aviheader] Video stream found, -vid 0
[aviheader] Audio stream found, -aid 1
(Continue reading)

Carl Eugen Hoyos | 1 Dec 2010 17:34
Picon

Re: Cineform HD - not playing

venky <venkat.siddareddy <at> gmail.com> writes:

> videocodec cineformhd
>   info "CineForm HD"
>   status working
>   fourcc CFHD
>   driver dshow
>   dll "CFDecode2.ax"
>   guid 0xAD83011E, 0x01d1, 0x4623, 0x91, 0xfd, 0x6b, 0x75, 0xf1, 0x83,
> 0xc5, 0xa9

>   out UYVY

Did you try out YUY2?

Carl Eugen
venky | 1 Dec 2010 17:47
Picon

Re: Cineform HD - not playing

Yes,

I changed it to YUY2 in codecs.conf and CFDecode2.ax is also located
in codecs folder, but still I get the same error.

Warning: DS_Filter() could not connect to output pin.  (DLL=CFDecode2.ax)
Failed to create DirectShow filter
ERROR: Could not open required DirectShow codec CFDecode2.ax.

Thanks
Venkat

On Wed, Dec 1, 2010 at 10:04 PM, Carl Eugen Hoyos <cehoyos <at> ag.or.at> wrote:
> venky <venkat.siddareddy <at> gmail.com> writes:
>
>> videocodec cineformhd
>>   info "CineForm HD"
>>   status working
>>   fourcc CFHD
>>   driver dshow
>>   dll "CFDecode2.ax"
>>   guid 0xAD83011E, 0x01d1, 0x4623, 0x91, 0xfd, 0x6b, 0x75, 0xf1, 0x83,
>> 0xc5, 0xa9
>
>>   out UYVY
>
> Did you try out YUY2?
>
> Carl Eugen
>
(Continue reading)


Gmane