Re: [mythtv-users] mythcommflag without using the DB

2006-01-05 Thread Pranav Desai
That would be great!

I tried downloading the src from the main dev trunk  on the page, but apparently the link seems to be giving some error. 

Can you send me the src.

Thanks

-PranavOn 1/4/06, Chris Pinkham [EMAIL PROTECTED] wrote:
 Thanks for prompt response. Do you know of any other way or tool to detect commercials in a mpeg file ?You can try comskip, it started as a C port of the commercial detection thatI wrote in Myth. A couple Windows users ported it to C a year or two ago
and have been working on their own enhancements to it.I emailed them apatch to get it compiling under Linux and I think they put it in theirSVN.It generates a text file like you are looking for.I'm not sure
of the status of the project, I haven't looked it up in quite a while,but here is a wiki page on it with links to the SVN repository.http://www.sage-community.org/index.cgi/wiki/ComSkip
If you can't get theirs working, I can email you a copy of the source Ihave from them which does compile under Linux, but I can't say I was tooimpressed with their output.You might have more luck creating a fake
'recorded' table entry for your files and then just running themthrough mythcommflag and have mythcommflag print out the skip list orjust run a select against the recordedmarkup table afterwards to get the
list.--Chris___mythtv-users mailing listmythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythcommflag without using the DB

2006-01-05 Thread Pranav Desai
Hey Chris,I did find the src. I will take a look at it and see if I can get it working.Thanks for your help.-PranavOn 1/4/06, Pranav Desai
 [EMAIL PROTECTED] wrote:That would be great!


I tried downloading the src from the main dev trunk  on the page, but apparently the link seems to be giving some error. 

Can you send me the src.

Thanks

-PranavOn 1/4/06, Chris Pinkham 
[EMAIL PROTECTED] wrote:

 Thanks for prompt response. Do you know of any other way or tool to detect commercials in a mpeg file ?You can try comskip, it started as a C port of the commercial detection thatI wrote in Myth. A couple Windows users ported it to C a year or two ago
and have been working on their own enhancements to it.I emailed them apatch to get it compiling under Linux and I think they put it in theirSVN.It generates a text file like you are looking for.I'm not sure
of the status of the project, I haven't looked it up in quite a while,but here is a wiki page on it with links to the SVN repository.
http://www.sage-community.org/index.cgi/wiki/ComSkip
If you can't get theirs working, I can email you a copy of the source Ihave from them which does compile under Linux, but I can't say I was tooimpressed with their output.You might have more luck creating a fake
'recorded' table entry for your files and then just running themthrough mythcommflag and have mythcommflag print out the skip list orjust run a select against the recordedmarkup table afterwards to get the

list.--Chris___mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] mythcommflag without using the DB

2006-01-04 Thread Pranav Desai
Hello,

Does anyone know how to use the mythcommflag program with regular mpeg
files without using the DB. I just want to get a list of frames
bordering the commercials in a text file or something. 

I would appreciate any help.

Thanks
-Pranav

==
I have tried, 

[EMAIL PROTECTED] mythtv-0.18.1]# ./programs/mythcommflag/mythcommflag --video /video/test.mpg 
/video/test.mpg
2006-01-04 21:31:33.556 New DB connection, total: 1
2006-01-04 21:31:33.559 mythcommflag version: 0.18.1.20050510-1 www.mythtv.org
2006-01-04 21:31:33.560 Enabled verbose msgs :important

MythTV Commercial Flagger, started at Wed Jan 4 21:31:33 2006

Building seek table for: /video/test.mpg
DB Error (clear position map):
Your version of Qt is too old to provide proper debugging
Query was:
DELETE FROM filemarkup WHERE filename = :PATH AND type = :TYPE ;
Driver error was [2/-1]:
QMYSQL3: Unable to execute query
Database error was:
Table 'mythconverg.filemarkup' doesn't exist
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] mythcommflag without using the DB

2006-01-04 Thread Pranav Desai
Thanks for prompt response.

Do you know of any other way or tool to detect commercials in a mpeg file ?
-Pranav
On 1/4/06, Chris Pinkham [EMAIL PROTECTED] wrote:
 Does anyone know how to use the mythcommflag program with regular mpeg files without using the DB. I just want to get a list of frames bordering the commercials in a text file or something.
 I would appreciate any help.There's no way to do this with mythcommflag, it isn't setup to flagexternal files that Myth doesn't know about. [EMAIL PROTECTED] mythtv-0.18.1]# ./programs/mythcommflag/mythcommflag --video
 /video/test.mpgThis command line tells Myth you want to build a seektable in thefilemarkup table so you can play the video file using Myth's internalplayer, it doesn't do any flagging of commercials at all.
--Chris___mythtv-users mailing listmythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users