Search found 131 matches

by Jagad
Fri Nov 29, 2013 8:09 pm
Forum: Support
Topic: ComSkipLauncher - LaunchProcess(): The handle is invalid
Replies: 3
Views: 4395

Re: ComSkipLauncher - LaunchProcess(): The handle is invalid

Try adding a -t in parameters. http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/141_Configuration/TV-Server_Configuration/13_Plugins/ComSkip_Launcher Parameters (Default: "{0}") Comskip at minimum requires a filename to process but can also be given other info on the command line (press th...
by Jagad
Tue Nov 19, 2013 4:24 pm
Forum: Feedback
Topic: Prevent PC from sleeping
Replies: 2
Views: 8225

Re: Prevent PC from sleeping

Harder than it sounds to accomplish! At least for those using Win Vista/7/8. For XP users sleep/hibernation can be blocked. For others if the winAPI have received a sleep/hibernation command no application can block it from be carried through. The link even says so: The SetThreadExecutionState funct...
by Jagad
Mon Sep 30, 2013 6:03 pm
Forum: Support
Topic: Videoredo V4
Replies: 7
Views: 6146

Re: Videoredo V4

Yes, I have V4. Using output_videoredo=1 in the comskip.ini gives a .VPrj looking like this: <Version>2 <Filename>D:\TV\Recording Service\20130929_14-49-02_Kanal 9_Top gear - S18E05 7.ts <VideoStreamPID>4100 <AudioStreamPID>4356 <SubtitlePID1>7940 <Cut>4800000:472400000 <Cut>6284000000:9184000000 <C...
by Jagad
Tue Sep 24, 2013 9:00 pm
Forum: Support
Topic: Videoredo V4
Replies: 7
Views: 6146

Re: Videoredo V4

I dont understand why using "output_videoredo3=1" when "output_videoredo=1" works just fine with VRD TVsuite v4.
Your VRD errormessage could stem from "Enable support for multiple audio streams=1". Try disable it if the alternative output line gives the same error.
by Jagad
Sun Aug 25, 2013 6:01 pm
Forum: Support
Topic:   I need help, I'm using comskip, i'm using xbmc but not s
Replies: 18
Views: 12244

Re:   I need help, I'm using comskip, i'm using xbmc but not

erik wrote:Please read the available documentation for the solution you choose on how to invoke them

For ffmpeg you have to set in comskip.ini
output_edl=1
and comskip willl generate the required .edl file
Where is this documentation on how to invoke .edl files in ffmpeg editing?
by Jagad
Sat Aug 24, 2013 4:20 pm
Forum: Feedback
Topic: In scope for Comskip
Replies: 0
Views: 18361

In scope for Comskip

Hi! I do follow this project, but have lately lost track on what is in scope for Comskip. From the list present in Feedback threads, these are remaining that to my knowledge havent been realized yet: 2: 64 bit comskip? Not sure it add's any value except it may enable HW accelerated decoding. But onl...
by Jagad
Wed Aug 07, 2013 1:37 pm
Forum: Support
Topic: Newbie - Commercials not removed
Replies: 12
Views: 8863

Re: Newbie - Commercials not removed

if using zoomplayer free it wont work. works with zoomplayer max though.
by Jagad
Sat Aug 03, 2013 12:35 pm
Forum: Support
Topic: Newbie - Commercials not removed
Replies: 12
Views: 8863

Re: Newbie - Commercials not removed

Well, the closest to list you can find is if opening comskip.ini and check out all the output_ formats available. Besides that many different HTPC software systems are adding .edl support for their player.
by Jagad
Fri Aug 02, 2013 5:50 pm
Forum: Support
Topic: Newbie - Commercials not removed
Replies: 12
Views: 8863

Re: Newbie - Commercials not removed

What you see is what you get. Don't know where you got Comskip being a videoeditor from? It's not and will never be. If you wanna edit out the commercials Videoredo is an editor many uses. Mostly it's not necessary to edit the files at all. Just get a player which can read the Comskip output. Such a...
by Jagad
Thu Jul 25, 2013 5:56 pm
Forum: Bugs
Topic: File naming in .vprj
Replies: 6
Views: 11834

Re: File naming in .vprj

Problem is Videoredo doesn't support Unicode filenames yet. Comskip outputs all VPrj containing special characters to UTF-8 without BOM. To make it work you must convert your VPrj to ANSI first before loading it in VRD. Or, if you're not in a hurry, ask around on Videoredo forum when they plan to Un...
by Jagad
Sat Jul 20, 2013 6:04 pm
Forum: Support
Topic: Force trim beginning/end?
Replies: 16
Views: 13173

Re: Force trip beginning/end?

Wow, it actually looks like you're taking a shot at that trim script...impressive :)
Well, if scripting it according to this logic, you have to overrule standard commercial detection.
To do it you have to use variables that you condition with IF and Else statements.
by Jagad
Fri Jul 19, 2013 3:20 pm
Forum: Support
Topic: Force trim beginning/end?
Replies: 16
Views: 13173

Re: Force trip beginning/end?

Mail is on it's way :)

/Jagad
by Jagad
Fri Jul 19, 2013 11:23 am
Forum: Support
Topic: Force trim beginning/end?
Replies: 16
Views: 13173

Re: Force trip beginning/end?

Hi Erik! Well, that is not exactly the pattern for the start. It looks like this: Previous show 1 ; 0,5 seconds in the very beginning does not get cutmarked Previous show 2 ; in first cut previous show gets recognised correctly Previous show 3 ; Comskip suddenly mistakes the previous show that hasn'...
by Jagad
Fri Jul 19, 2013 7:10 am
Forum: Support
Topic: Force trim beginning/end?
Replies: 16
Views: 13173

Re: Force trip beginning/end?

Think this might help? Just tried it and it doesn't work. Didn't make any difference. VPrj looks the same despite there are short commercial breaks between the shows . <Cut>2000000:266000000 ; should have been <Cut>0:1785200000 if it would have worked <Cut>1345200000:1785200000 <Cut>7845200000:1097...
by Jagad
Thu Jul 18, 2013 2:03 pm
Forum: Support
Topic: Force trim beginning/end?
Replies: 16
Views: 13173

Re: Force trip beginning/end?

Well, the idea is very good, but in my case quite hard to accomplish. It's always tricky converting different time formats when scripting. Comskip outputs has various time formats depending on the requirements for the editor or player. VPrj output for VideoRedo for example time is converted to frame...