NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 662 663 664 665 666 … 1231 Next »
commercial editing w/ gui and comskip compatibility?

 
  • 0 Vote(s) - 0 Average
commercial editing w/ gui and comskip compatibility?
tunanugget
Offline

Senior Member

Posts: 262
Threads: 99
Joined: Nov 2006
#1
2006-11-28, 01:31 PM
is there such a gui that will detect the breakpoints w/ compskin, allow u to refine them via a gui interface by dragging a bar, and then save the output as a dvd-player compliant file?
Spartan
Offline

Senior Member

Posts: 457
Threads: 28
Joined: Mar 2005
#2
2006-11-28, 02:56 PM
tunanugget Wrote:is there such a gui that will detect the breakpoints w/ compskin, allow u to refine them via a gui interface by dragging a bar, and then save the output as a dvd-player compliant file?

Look into VideoRedo. Set your comskip.ini to output VideoRedo project files.
GBPVR v1.0.16 | Comskip | SportsScores | Weather | I-XmlTV

Server: Tyan Thunder h1000E | 2 x Opteron 2210 | 2GB PC2-5300 DDR2 ECC
LSI MegaRAID 300-8X SATA RAID
1x 73GB SCSI @ 10K RPM (OS)
3x 500GB SATA @ 7.2K RPM (RAID 5) (4 Partitions: Docs, Still Pics, Home Movies, Music)
2x 160GB IDE @ 7.2K RPM (RAID 0) (Recordings)
Hauppauge HVR-1600

Client: Gigabyte GA-MA69GM-S2H | Athlon x2 5000+ BE | 2GB PC-6400 DDR2
1x 320GB SATA @ 7.2K RPM
Antec NSX2480 Case
MCE Remote
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#3
2006-11-28, 03:29 PM
Its also possible to tdo the editing of the timeline in comskip itself.
But you need another tool to make the DVD compliant file.
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
tunanugget
Offline

Senior Member

Posts: 262
Threads: 99
Joined: Nov 2006
#4
2006-11-28, 11:01 PM
erik Wrote:Its also possible to tdo the editing of the timeline in comskip itself.
But you need another tool to make the DVD compliant file.

which would t5hat be?
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#5
2006-11-28, 11:14 PM
See the manual.

Drag and drop the generated .txt file on comskip.exe and the timeline editor opens
press F1 for help
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#6
2006-11-29, 12:51 PM
Using comskip this way is my preferred means of editing. It's fast, accurate and easy once you get used to it. I then use stattik_transcode.bat (found elsewhere on this board) to do both the cutting and creation of a DVD-compliant file.

I just wish there was some way to control the comskip window via the remote, but as it uses a console window, I've not found a way to do that.
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#7
2006-11-29, 01:44 PM
It should be possible to send keystrokes to a console window using a another application
Otherwise I can easily make a special version that reads the keystrokes from a pipe.
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#8
2006-11-29, 02:00 PM
erik Wrote:It should be possible to send keystrokes to a console window using a another application
Otherwise I can easily make a special version that reads the keystrokes from a pipe.

I wasn't very specific - I can't find a way to use the Hauppauge remote to control comskip in edit mode.

There are two problems... the most important is that it just flat out doesn't want to send keystrokes to a console app. It appears to only work with native Windows apps. Additionally it relies on the active window title to know what button mapping to use from irremote.ini and there's nothing common in the name of the edit window - it's always just titled the name of the mpg being edited. We'd need at least a portion of the window title to be consistent, like "comskip" for instance. Smile

If you have some suggestions I'm all ears.
erik
Offline

Posting Freak

Posts: 1,138
Threads: 123
Joined: Apr 2005
#9
2006-11-29, 02:21 PM
I can easily prefix the window title with "Comskip - ".
The edit window is a native windows window and not a console window so you should be able to send remote key's to it.
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
wtg
Offline

Posting Freak

Posts: 1,402
Threads: 120
Joined: Mar 2005
#10
2006-11-29, 02:32 PM
erik Wrote:I can easily prefix the window title with "Comskip - ".
The edit window is a native windows window and not a console window so you should be able to send remote key's to it.


Hmm, that's actually what I thought originally. I wonder if I did something wrong in my testing.

I realized irremote.ini needed something consistent in the name for it's mapping and decided to do some testing before requesting you prefix the app window just as you've now suggested.

So I simply created a section with just the name of a single .mpg file, figuring if I could get irremote to work with one file, I'd have a good argument to hassle you. However, it didn't work and I figured it had something to do with the window type. I knew it wasn't a text console, but being ignorant and that irremote didn't seem to send anything to it, I still figured it was something "console-like" - whatever that is. Smile

I've still got the key-mapping I played around with before and you've inspired me to do some more testing. Maybe there was something about the special characters in a full qualified path that irremote didn't like. I'll design my test a little more simply and see if I can get it to work, but if you want to do a build with "comskip -" in the title, I'll test with that too.

Thanks for the offer, Erik.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Italian channels post and a question about compatibility with Seven 64 bit pinopallino 2 1,699 2010-08-18, 09:14 AM
Last Post: pinopallino
  Comskip pcostanza 3 2,424 2010-06-02, 01:46 AM
Last Post: pBS
  Running comskip at a scheduled time? gonzo90017 4 2,187 2010-05-19, 06:09 AM
Last Post: pBS
  Anyone using comskip in New Zealand - TVNZ, TV3 etc ? wodger 3 1,865 2010-04-22, 11:07 PM
Last Post: Lindsay
  Help do not know how to configure comskip to work with records or live. HYBRiD.BLiNG 1 1,565 2010-04-16, 12:43 AM
Last Post: Graham
  comskip problem dspdrew 3 1,931 2010-04-13, 03:55 AM
Last Post: Daldana
  ATSC LiveTV and comskip on same server/client system? linene 2 1,596 2010-03-07, 09:31 PM
Last Post: linene
  Comskip ts NZ Lindsay 2 1,987 2010-02-27, 11:56 PM
Last Post: lyntonb
  New play pause toggle and comskip soccerdad 3 2,114 2010-02-03, 12:59 AM
Last Post: AOSandman
  Commercial editing Bobbing 2 2,137 2010-01-31, 04:54 AM
Last Post: JavaWiz

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode