Re: [RFC] Mediainfo

2011-06-17 Thread 陈钢
Is that mean something looks like $obj->fps() ? 在 2011年6月17日 下午4:49,陈钢 写道: > what does "accessor interface" mean? > > > > > 2011/6/17 brian d foy > >> [[ This message was both posted and mailed: see >> the "To," "Cc," and "Newsgroups" headers for details. ]] >> >> In article , ��谨 >> wrote:

Re: [RFC] Mediainfo

2011-06-17 Thread 陈钢
what does "accessor interface" mean? 2011/6/17 brian d foy > [[ This message was both posted and mailed: see > the "To," "Cc," and "Newsgroups" headers for details. ]] > > In article , ��谨 > wrote: > > > I've modified the module for provide an accessor interface instead of > hash > > last n

Re: [RFC] Mediainfo

2011-06-17 Thread brian d foy
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article , „¬½÷ wrote: > I've modified the module for provide an accessor interface instead of hash > last night. > > Take a look at the new documentation and tell me what you think. I

Re: [RFC] Mediainfo

2011-06-16 Thread 陈钢
I've modified the module for provide an accessor interface instead of hash last night. Take a look at the new documentation and tell me what you think. NAME Mediainfo - Perl interface to Mediainfo SYNOPSIS use Mediainfo; my $foo_info = new Mediainfo("filename" => "/root/foo.mp4"

Re: [RFC] Mediainfo

2011-06-16 Thread 陈钢
I agree "Media::Info" is a greate idea.That`s just what i want. Thk for that idea. I think the module may be base on "Mediainfo" in the video section. I will get that done later. I think "Mediainfo" is another thing which focus on videos. It`s just a perl interface of the great software called "Me

Re: [RFC] Mediainfo

2011-06-16 Thread brian d foy
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article , „¬½÷ wrote: > Hello all - I've written a new module called Mediainfo that I'm planning to > put on CPAN. I'd call it Media::Info and also provide an accessor interface instea

[RFC] Mediainfo

2011-06-16 Thread 陈钢
Hello all - I've written a new module called Mediainfo that I'm planning to put on CPAN. Take a look at the documentation(produced by pod2text) and tell me what you think. thank you for your time. NAME Mediainfo - Perl interface to Mediainfo SYNOPSIS use Mediainfo qw(mediainfo);