Why not register?


Post new topic Reply to topic  [ 14 posts ] 

All times are UTC [ DST ]

Author Message
PostPosted: Wed Mar 05, 2008 1:03 pm  Post subject: GSpot export format for FH Collection Builder
Reply with quote
User avatar
Offline

Demon Of The Abyss
Joined: Tue Jan 20, 2004 7:18 pm
Posts: 1426
Location: A padded cell
I've finally got round to updating a load of old software, and one program I was loathe to update was GSpot because I knew it would need a new format file to work with the FH Collection builder. Does anyone have the current format of the file and could post its contents here? TIA.

_________________
I hate people... and they hate me!


Top
 Profile  
PostPosted: Wed Mar 05, 2008 1:07 pm  Post subject: Re: GSpot export format for FH Collection Builder
Reply with quote
Offline

The Practice Girl
Joined: Fri Jul 18, 2003 3:08 am
Posts: 6099
Location: Back in the glistening folds of Barbara Bush's Twat
I edited mine so it would work within the useful info and would transfer for me correctly(The one I use for the UEC)..only thing buggered on it is that you have to input the fps manually but I can let you have that one or I can see if I have the old one around somewhere.

_________________
Small Time Rippers - 2003-2008 - R.I.P.


Top
 Profile  
PostPosted: Wed Mar 05, 2008 1:38 pm  Post subject: Re: GSpot export format for FH Collection Builder
Reply with quote
User avatar
Offline

The Ancient One
Joined: Fri Jan 19, 2007 2:49 am
Posts: 2624
Location: Chernobyl
Code:
<GSpot Specs>\r\nsize:\t%B\r\ncodec:\t%F\r\nbitr.:\t%I\r\nres:\t%H\r\naudio:\t%L %N (%O)\r\n</GSpot Specs>\r\n

This is what came in a text with the FHC :D

_________________
Image


Top
 Profile  
PostPosted: Wed Mar 05, 2008 2:08 pm  Post subject: Re: GSpot export format for FH Collection Builder
Reply with quote
User avatar
Offline

Demon Of The Abyss
Joined: Tue Jan 20, 2004 7:18 pm
Posts: 1426
Location: A padded cell
The version that comes with the FHC doesn't work on GSpot 2.70a though.

_________________
I hate people... and they hate me!


Top
 Profile  
PostPosted: Wed Mar 05, 2008 2:11 pm  Post subject: Re: GSpot export format for FH Collection Builder
Reply with quote
User avatar
Offline

The Ancient One
Joined: Fri Jan 19, 2007 2:49 am
Posts: 2624
Location: Chernobyl
I've been manually adding the data since I updated Gspot as I found the same problem.
Only found that text yesterday & hadn't tested it :(

_________________
Image


Top
 Profile  
PostPosted: Wed Mar 05, 2008 2:22 pm  Post subject: Re: GSpot export format for FH Collection Builder
Reply with quote
Offline

The Practice Girl
Joined: Fri Jul 18, 2003 3:08 am
Posts: 6099
Location: Back in the glistening folds of Barbara Bush's Twat
This is what I use:
Code:
<GSpot Specs>\r\n
size:\t%FILE_SIZE% bytes;
%VIDEO_DURATION%\r\n
codec:\t%VIDEO_CODEC_NAME%\r\n
bitr.:\t%VIDEO_BITRATE% kbps\r\n
res:\t%VIDEO_SIZE_X%x
%VIDEO_SIZE_Y%; fps; AR:
%VIDEO_DAR%\r\n
audio:\t%AUDIO_CODEC% %AUDIO_BITRATE_TYPE% %AUDIO_BITRATE% kbps\r\n</GSpot Specs>\r\n

Works with 2.70a :wink:

_________________
Small Time Rippers - 2003-2008 - R.I.P.


Top
 Profile  
PostPosted: Wed Mar 05, 2008 2:34 pm  Post subject: Re: GSpot export format for FH Collection Builder
Reply with quote
User avatar
Offline

The Devil, Probably
Joined: Thu Jul 03, 2003 9:45 pm
Posts: 2321
Location: The Land Of The Virgin Queen
DxaKrator wrote:
only thing buggered on it is that you have to input the fps manually


Are you using?:
Code:
%VIDEO_FRAMES_PER_SEC%

_________________
Image_____________Now I Wanna Sniff Some Glue..._____________


Top
 Profile  
PostPosted: Wed Mar 05, 2008 2:37 pm  Post subject: Re: GSpot export format for FH Collection Builder
Reply with quote
Offline

The Practice Girl
Joined: Fri Jul 18, 2003 3:08 am
Posts: 6099
Location: Back in the glistening folds of Barbara Bush's Twat
I'll try that and see if it works.

_________________
Small Time Rippers - 2003-2008 - R.I.P.


Top
 Profile  
PostPosted: Wed Mar 05, 2008 2:47 pm  Post subject: Re: GSpot export format for FH Collection Builder
Reply with quote
Offline

The Practice Girl
Joined: Fri Jul 18, 2003 3:08 am
Posts: 6099
Location: Back in the glistening folds of Barbara Bush's Twat
Yep, that did the trick :mrgreen: Thanks man :beerchug: ....can't beleive I overlooked that :roll: :oops:
New code then:
Code:
<GSpot Specs>\r\n
size:\t%FILE_SIZE% bytes;
%VIDEO_DURATION%\r\n
codec:\t%VIDEO_CODEC_NAME%\r\n
bitr.:\t%VIDEO_BITRATE% kbps\r\n
res:\t%VIDEO_SIZE_X%x
%VIDEO_SIZE_Y%; %VIDEO_FRAMES_PER_SEC% fps; AR:
%VIDEO_DAR%\r\n
audio:\t%AUDIO_CODEC% %AUDIO_BITRATE_TYPE% %AUDIO_BITRATE% kbps\r\n</GSpot Specs>\r\n

_________________
Small Time Rippers - 2003-2008 - R.I.P.


Top
 Profile  
PostPosted: Wed Mar 05, 2008 3:01 pm  Post subject: Re: GSpot export format for FH Collection Builder
Reply with quote
User avatar
Offline

Demon Of The Abyss
Joined: Tue Jan 20, 2004 7:18 pm
Posts: 1426
Location: A padded cell
Thanks Dxa & Karstmobile, that did the trick :beerchug:

This version of GSpot is much slower than the archaic version I've been using though.

_________________
I hate people... and they hate me!


Top
 Profile  
PostPosted: Wed Mar 05, 2008 4:06 pm  Post subject: Re: GSpot export format for FH Collection Builder
Reply with quote
User avatar
Offline

The Ancient One
Joined: Fri Jan 19, 2007 2:49 am
Posts: 2624
Location: Chernobyl
Thanks fellas :mrgreen:

_________________
Image


Top
 Profile  
PostPosted: Wed Mar 05, 2008 5:53 pm  Post subject: Re: GSpot export format for FH Collection Builder
Reply with quote
User avatar
Offline

The Ancient One
Joined: Mon Jan 22, 2007 9:13 pm
Posts: 7856
Why update Gspot then, when it is slower?

_________________
Image
THIRD SEAL MEANS FAMINE


Top
 Profile  
PostPosted: Wed Mar 05, 2008 7:07 pm  Post subject: Re: GSpot export format for FH Collection Builder
Reply with quote
User avatar
Offline

Demon Of The Abyss
Joined: Tue Jan 20, 2004 7:18 pm
Posts: 1426
Location: A padded cell
Dunno. As you know I swapped my primary HD over the weekend and decided to get the latest versions of all the software I regularly run. I had shied away from updating GSpot because I knew the FH template didn't work anymore.

BTW you can read something between the lines of this post Slayer, I have started updating the AOTN, it's a big job though so it'll take me a while :D

_________________
I hate people... and they hate me!


Top
 Profile  
PostPosted: Wed Mar 05, 2008 7:49 pm  Post subject: Re: GSpot export format for FH Collection Builder
Reply with quote
User avatar
Offline

The Ancient One
Joined: Mon Jan 22, 2007 9:13 pm
Posts: 7856
Nice, nice :D

I defragmented my HDDs yesterday. PC runs like a charm again :rock:

_________________
Image
THIRD SEAL MEANS FAMINE


Top
 Profile  
Display posts from previous:  Sort by  

All times are UTC [ DST ]

Post new topic Reply to topic  [ 14 posts ] 


Who is online

Users browsing this forum: No registered users and 7 guests


Moderator: Help Mods

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Frontpage / Forums / Scifi


What's blood for, if not for shedding?