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) v
« Previous 1 … 9 10 11 12 13 … 125 Next »
SkipTool creates a bogus file if the name contains &

 
  • 0 Vote(s) - 0 Average
SkipTool creates a bogus file if the name contains &
mkenyon2
Offline

Senior Member

Posts: 715
Threads: 208
Joined: Dec 2006
#1
2008-06-05, 08:53 PM
Files I'm talking about are:
Me, Myself & Irene.mpg
Mr. & Mrs. Smith.mpg
Pride & Prejudice.mpg
Starsky & Hutch.mpg

The AVI file created using SkipTool ends up in my root folder (D:\Video\ instead of D:\Video\Pride & Prejudice\)

The AVI file ends up as:
Me, Myself .avi
Mr. .avi
Pride .avi
Starsky .avi

That's not a big problem, I can rename them and I move them into a Movies folder anyway.

I do get 0 byte files created in the root folder also, called:
'Me, Myself '
'Mr. '
'Pride '
'Starsky '
(without quotes of course)

I cannot delete the 0 byte files.

I don't know if this is your tool, or one of the tools your script uses. The .DNE files are created in the files folder (D:\Video\Pride & Prejudice\).
Currently Running: 1.4.7
[SIZE="1"]HTPC:
Motherboard: ASUS P5LD2 Mobo w/ 945P chipset / CPU: Intel P4 3.0GHz
RAM: 3GB RAM / Video: ASUS Radeon X300SE 128Mb PCIx 16
Tuner(s): ATI TV 650 Dual (PCIx)
OS: Win XP Pro SP3[/SIZE]

[SIZE="1"]Feeding:
2 - Wired MVP[/SIZE]
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#2
2008-06-05, 09:18 PM
I tested skipeditor and it works ok with the &. I assume you were using the queue tool, correct?
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
mkenyon2
Offline

Senior Member

Posts: 715
Threads: 208
Joined: Dec 2006
#3
2008-06-06, 02:07 PM
Here's my process, I find my .mpg file, and go into SkipEditor.

I edit my commercials, all is well. Save and Close.
Then I click on the .mpg again, and do TranscodeQ.
Set my prefs for transcoding, and Queue It.
Exit, once I have a few queued up, I run the Queue. (Instead of trying to run them all separately... that's just crazy.)
Currently Running: 1.4.7
[SIZE="1"]HTPC:
Motherboard: ASUS P5LD2 Mobo w/ 945P chipset / CPU: Intel P4 3.0GHz
RAM: 3GB RAM / Video: ASUS Radeon X300SE 128Mb PCIx 16
Tuner(s): ATI TV 650 Dual (PCIx)
OS: Win XP Pro SP3[/SIZE]

[SIZE="1"]Feeding:
2 - Wired MVP[/SIZE]
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#4
2008-06-06, 02:33 PM
Pastro,

It's probably the transcode script. Version 0.5.5c has some logic added by vmq that's supposed to address file with "&" and "^" in the name. I haven't fully tested it and it hasn't been officially released yet but you can take a look at it. It should accept the same arguments. Here's the changelog:

0.5.5c
* Added vmq patches for cropping, full resolution, and accepting files with "&" or "^" in their names.
* Removed old PSP profile.
* Subtitles will be added if corresponding .srt file is found.
* Adjusted the x264 encoding parameters. It's slightly slower but with better quality.
* This version is using a better IVTC method for 60FPS material.

0.5.5b
* Tweaked autocrop settings for PAL material.
* PSP Profile now uses x264 AVC for video.
* When ripping anamorphic DVD's and choosing full resolution, you will get 848x480 for NTSC and 1024x576 for PAL.
* Added custom_crop option. (Thanks vmq) If you want all shows of a certain size (IE 720x480) to get cropped, set the custom variables to your liking. If you also set full_resolution=yes, make sure your final height and width are divisible by 16. The encoder likes thatSmile
* added custom_letterbox option to override script generated letterbox settings.
* croptop has been depreciated in favor of the custom_crop_top variable.
* MKV container support added. (Preliminary)

0.5.5
* Added support for multi-core CPU's. (mencoder needs to be compiled with xvid 1.2 or later)
* Added the ability to set what time range transcoding will occur during the day
* Added the ability to set how old the source files need to be before being transcoded
* Added the ability to set the threshold of free space before transcoding begins
* Added the ability to move the source files to a temp directory after transcoding
* Added the ability to set the threshold of free space before deleting files in the MOVE directory.(First in, first out)
* Added support for MP4 container (mencoder builds after Oct 7th support this)
* Added the ability to automatically determine if cropping is needed. (Need to edit you comskip.ini file. verbose=10)
* x264 encoding speed increased by about 60%. (Changed some encoding settings that didn't have a good speed/quality ratio.
* Added the ability to manually update the GBPVR database with the new extension if you're running in client/server mode. (works for files with ?'s in the name as well.)
* Added logic that allows the script to verify if a source file is being transcoded by another script/computer.
* Added option to re-index source file if needed before running comskip.
* The script should automatically disable IVTC if the source is PAL.
* The script will encode subtitles of DVDrips if set.
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#5
2008-06-06, 03:12 PM
-stattik- Wrote:Pastro,

It's probably the transcode script. Version 0.5.5c has some logic added by vmq that's supposed to address file with "&" and "^" in the name. I haven't fully tested it and it hasn't been officially released yet but you can take a look at it. It should accept the same arguments. Here's the changelog:

0.5.5c
* Added vmq patches for cropping, full resolution, and accepting files with "&" or "^" in their names.
* Removed old PSP profile.
* Subtitles will be added if corresponding .srt file is found.
* Adjusted the x264 encoding parameters. It's slightly slower but with better quality.
* This version is using a better IVTC method for 60FPS material.

Great. Mkenyon2 can you unzip the script to gbpvr\Third Party and test that it works ok for you?
Let me know how it works so I can put it in the distribution going forward.
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
mkenyon2
Offline

Senior Member

Posts: 715
Threads: 208
Joined: Dec 2006
#6
2008-06-06, 03:43 PM
I'll try to get around to it. Don't have any new files with &, but when I have a lul in transcoding, I can try Pride & Prejudice again.
Currently Running: 1.4.7
[SIZE="1"]HTPC:
Motherboard: ASUS P5LD2 Mobo w/ 945P chipset / CPU: Intel P4 3.0GHz
RAM: 3GB RAM / Video: ASUS Radeon X300SE 128Mb PCIx 16
Tuner(s): ATI TV 650 Dual (PCIx)
OS: Win XP Pro SP3[/SIZE]

[SIZE="1"]Feeding:
2 - Wired MVP[/SIZE]
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#7
2008-06-06, 04:05 PM
mkenyon2 Wrote:I'll try to get around to it. Don't have any new files with &, but when I have a lul in transcoding, I can try Pride & Prejudice again.

Ok thanks. I'll run a simple one tonight to verify that the & works but also it would be good to make sure that you don't have any issues with the queue and the new version of the batch file.
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#8
2008-06-09, 11:22 PM
mkenyon2 Wrote:I'll try to get around to it. Don't have any new files with &, but when I have a lul in transcoding, I can try Pride & Prejudice again.

Did you get a chance to run this?
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
mkenyon2
Offline

Senior Member

Posts: 715
Threads: 208
Joined: Dec 2006
#9
2008-06-10, 03:51 PM
K, I'm trying this.

First, I renamed the old script, and dropped in the new script (with it's new name). Got a .Net unhandled exception (probably because of not finding the script as it was named.)

No prob, I renamed the new script to be the same as the old script. Ran the queue.
It removed the item from the SkipTool queue in PVRx2, but no command window came up running the script.

I figured it's missing some path's or something, so I went into the new script, and tried to set paths to their correct value.

(I'm really interested in the portable conversion stuff I saw there... but that's another thing.)

Ran the queue, and still, nothing popped up, to say things were running, but the file got dropped out of the queue. Now I have two queueIt.exe instances running at 0% CPU load.
Currently Running: 1.4.7
[SIZE="1"]HTPC:
Motherboard: ASUS P5LD2 Mobo w/ 945P chipset / CPU: Intel P4 3.0GHz
RAM: 3GB RAM / Video: ASUS Radeon X300SE 128Mb PCIx 16
Tuner(s): ATI TV 650 Dual (PCIx)
OS: Win XP Pro SP3[/SIZE]

[SIZE="1"]Feeding:
2 - Wired MVP[/SIZE]
mkenyon2
Offline

Senior Member

Posts: 715
Threads: 208
Joined: Dec 2006
#10
2008-06-10, 03:53 PM
BTW, I'm using:
Stattik's Bat
xvid-Fixed Quant
No IVTC
Automatic
Currently Running: 1.4.7
[SIZE="1"]HTPC:
Motherboard: ASUS P5LD2 Mobo w/ 945P chipset / CPU: Intel P4 3.0GHz
RAM: 3GB RAM / Video: ASUS Radeon X300SE 128Mb PCIx 16
Tuner(s): ATI TV 650 Dual (PCIx)
OS: Win XP Pro SP3[/SIZE]

[SIZE="1"]Feeding:
2 - Wired MVP[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (5): 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  xmltv doesn't import all the channel information in xmltv file vokuit00 2 2,847 2010-06-07, 04:35 AM
Last Post: vokuit00
  transcode from file.ts to file.mpeg in parallelproocessing alevideotestservice 4 2,907 2009-12-30, 07:27 PM
Last Post: alevideotestservice
  Showanalyzer Doesn't Run While Show is Recording a .TS File ww4397 1 2,546 2009-12-02, 11:14 AM
Last Post: ww4397
  Something messed up SkipTool jfm 1 1,285 2009-01-27, 04:10 AM
Last Post: pastro
  File Renaming Utility: AddEpisode turkey 185 52,063 2008-12-14, 05:30 PM
Last Post: heath11
  Comskip: Interpreting the aspects file zehd 0 1,588 2008-11-29, 07:41 AM
Last Post: zehd
  yapi2cml reporting corrupted listing file? teookie 1 1,694 2008-09-25, 10:50 PM
Last Post: zehd
  YApi2XML Error: Schedule file corrupted or not found jschill 8 4,329 2008-06-17, 11:39 PM
Last Post: zehd
  File / Directory copy plugin jonb1974 3 2,022 2008-04-18, 07:05 AM
Last Post: McBainUK
  Log file checking (plugin for checking) SFX Group 0 1,305 2008-04-05, 10:28 PM
Last Post: SFX Group

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

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

Linear Mode
Threaded Mode