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 … 154 155 156 157 158 … 1231 Next »
how to que files to transcode?

 
  • 0 Vote(s) - 0 Average
how to que files to transcode?
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#11
2008-01-10, 05:26 PM
Seems like your batch would contain the following.

Code:
atixcode.exe IDLE /F "%1" /A0 /S0 /R0  /EMPG /V4 /Q1  /X0 /D "%~d1%~pn1.avi"


I don't know the path to atixcode, so you will need to find that.

Create a file testme.bat or whatever and copy this line in.
Then edit the scriptoptions.
Under the $EXECUTABLE section add:
ATIXCODE;c:\pathtobatchfileyoucreated;ATI Xcoder

I don't think you need anything else under the other options.
Let me know how that goes.

I think it will still keep the info for the file in the database with the changed name, but if not we can work on that.
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
tvshowman
Offline

Senior Member

Posts: 430
Threads: 66
Joined: Dec 2007
#12
2008-01-10, 05:47 PM
ok I made some adjusted to your batch file and it now loads yipee

here is the exact batch complete with adjusted spaces.

Code:
c:\Progra~1\devnz\gbpvr\avivo\atixcode.exe /F"%1" /A0 /S0 /R0 /EMPG /V4 /Q1 /X0 /D"%~d1%~pn1.avi"

the above is assuming that you put atixcode.exe in gbpvr\avivo\

for ATI video card holders the actual directory would be
C:\Program Files\ATI Technologies\atixcode.exe

great!
[SIGPIC][/SIGPIC]
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#13
2008-01-10, 05:52 PM
tvshowman Wrote:thanks for your help

This is what I have so far

Code:
$EXECUTABLE
%Comments must start in column 1 blank lines are ok also
%Name for menu, executable path
Stattik's Bat;C:\Program Files\devnz\gbpvr\Third Party\stattik_transcode_0.5.1g.bat;Stattik Transcode Script
VLC;C:\Program Files\VideoLAN\VLC\VLC.EXE;Run VLC
AVIVO;C:\Progra~1\devnz\gbpvr\avivo\atixcode.exe;Turbo compressor

I created the avivo folder since I can't remember the dos word for "third party"

I am lost how to create a batch file for atixcode with the settings in my previous post

thank you for taking the time to help

use dir /x to list the shortname
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
#14
2008-01-10, 05:56 PM
tvshowman Wrote:ok I made some adjusted to your batch file and it now loads yipee

here is the exact batch complete with adjusted spaces.

Code:
c:\Progra~1\devnz\gbpvr\avivo\atixcode.exe /F"%1" /A0 /S0 /R0 /EMPG /V4 /Q1 /X0 /D"%~d1%~pn1.avi"

the above is assuming that you put atixcode.exe in gbpvr\avivo\

for ATI video card holders the actual directory would be
C:\Program Files\ATI Technologies\atixcode.exe

great!

Let me know if that converts ok and keeps the info for the file in the database.
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
tvshowman
Offline

Senior Member

Posts: 430
Threads: 66
Joined: Dec 2007
#15
2008-01-10, 06:12 PM
after I que it and hit run it freezes GBPVR until the que is done....

I tried the VLC batch and that opens vlc player to process and i know that cause I can hear the file playing but GBPVR is froze until the que is over...

weird

update


ok the freeze is for a few minutes it seems for my batch and then it comes back to the main skiptool menu where I have the run que options

gonna run it now with 3 files qued and see


awesome!
[SIGPIC][/SIGPIC]
tvshowman
Offline

Senior Member

Posts: 430
Threads: 66
Joined: Dec 2007
#16
2008-01-10, 06:41 PM
nope not working...

if i drop an mpg onto the batch it does not work but if I type like this on dos prompt it converts

test.bat test.mpg

hmmm...

any ideas?
[SIGPIC][/SIGPIC]
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#17
2008-01-10, 08:17 PM
In the queuetool when you setup the file, at the bottom it should show what it is going to execute when it runs the queue. Can you transcribe that line and post it?
That will tell whether the batch will get executed and with what parameters.
From there you should be able to open a cmd prompt and type exactly what it would execute and see if the program executes. If not post the error message from DOS.
As far as freezing goes, it shouldn't freeze but it does run with normal priority and that might use too much CPU on some machines.
VLC is used to just show the capabilities it isn't transcoding, it's just playing the file. You should see it show up. You might try running GBPVR in a window (hit alt enter)
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
tvshowman
Offline

Senior Member

Posts: 430
Threads: 66
Joined: Dec 2007
#18
2008-01-11, 08:41 AM
in skintool when I que a file it displays the file name only in the que.

is there a place you want me to look to verify?

i think my batch file is messed up since I cannot compress an mpg by dragging it to the batch file and it only works if i type the "start.bat encode.mpg" on a dos prompt.

this is the batch file
Code:
c:\progra~1\devnz\gbpvr\avivo\atixcode.exe /F"%1" /A0 /S0 /R0 /EMPG /V4 /Q1 /X0 /D"%~d1%~pn1.avi"

and this is what I added in the config.xml file and it works when I select transcode and choose avivo.
Code:
<Conversion name="AvivoXcode" exe="atixcode.exe" cmd=" IDLE /F{SOURCE_FILE} /A0 /S0 /R0  /EMPG /V4 /Q3  /X0 /D{DEST_FILE}" targetExtension=".avi" />
[SIGPIC][/SIGPIC]
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#19
2008-01-11, 03:21 PM
tvshowman Wrote:in skintool when I que a file it displays the file name only in the que.

is there a place you want me to look to verify?

i think my batch file is messed up since I cannot compress an mpg by dragging it to the batch file and it only works if i type the "start.bat encode.mpg" on a dos prompt.

this is the batch file
Code:
c:\progra~1\devnz\gbpvr\avivo\atixcode.exe /F"%1" /A0 /S0 /R0 /EMPG /V4 /Q1 /X0 /D"%~d1%~pn1.avi"

and this is what I added in the config.xml file and it works when I select transcode and choose avivo.
Code:
<Conversion name="AvivoXcode" exe="atixcode.exe" cmd=" IDLE /F{SOURCE_FILE} /A0 /S0 /R0  /EMPG /V4 /Q3  /X0 /D{DEST_FILE}" targetExtension=".avi" />

In skiptool in the queuetool, when you are setting up the parameters for the file, at the bottom it shows what will be executed. Check that the path to the batch and the path to the file are shown correctly.

Also try without the "" around the parameters and see if that works.
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
tvshowman
Offline

Senior Member

Posts: 430
Threads: 66
Joined: Dec 2007
#20
2008-01-11, 04:28 PM
the que shows the path and the file
c:\program files\devnz\gbpvr\avivo.bat "c\video\movie.mpg"

i'm convinced it has to do with the batch file since dragging a movie onto it does nothing and open a command prompt and typing "avivo.bat movie.mpg" starts the encoding...

stumped
batch file
c:\Program_Files\devnz\gbpvr\avivo\atixcode.exe /F"%1" /A0 /S0 /R0 /EMPG /V4 /Q1 /X0 /D"%~d1%~pn1.avi"

Quote: Usage: AtiXcode

/Rn read argments from registry(/S0 = off, /S1=on, default is on. All previously read values will be over written.

/Sn file scan (/S0 = off, /S1=on, default is on)

/Xn transcode from database (/X0 = off, /X1=on, default is on)

/Fxxx folder to scan OR source file name (def = MCE's folder from registry)

/An Automatically generate output file name. Used with /F. /F specifies an output folder.(/A0=off,/A1=on)

/Dxxx Destination folder OR destination filename(def = Source Folder/ATIXCode)

/Exxx file extension to accept (def = DVR-MS)

/Vn Output Video Format (1 - MPEG1, 2 - MPEG2, 3 - VCD, 4 - SDVD, 5-DVD, 6 - MPEG4 DIVX, 7 - WMV9, 8 - WMV9 PMC, 9 - H264, 10 - MPEG4 (PSP compatible video), 11 - H.264 (iPod compatible video)

/Mn Max files to find in scan, max files to transcode (/M0=no limit)

/Qn Quality (/Q2=default, 1 (low), 2 (medium), 3 (high))

/Lxxx Transcoder log file (/L0 off)

/Tnnn Transcoder time limit in minutes (/T0=no limit)

C:\Program Files\devnz\gbpvr\avivo>
[SIGPIC][/SIGPIC]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  0 sized files pjm460 4 2,092 2010-12-17, 05:15 PM
Last Post: sub
  Zero-size recording files rawlings471 1 1,689 2010-12-05, 04:12 PM
Last Post: sub
  original files not deleting David B 2 1,774 2010-11-28, 07:22 PM
Last Post: David B
  Transcode Problem axeman91 7 3,405 2010-11-22, 09:02 AM
Last Post: goelectric
  Attempts to play .dvd files in Video Library results in PVRX2 not responding Jwbrit 2 2,077 2010-11-04, 11:37 PM
Last Post: Jwbrit
  Missing Crossbar Files? David B 8 3,171 2010-11-02, 01:12 AM
Last Post: David B
  FLV files as recordings keith_leitch 10 3,969 2010-09-22, 09:12 PM
Last Post: keith_leitch
  Unable to process .ts files for recording on DVD Trevor_de_S 1 1,564 2010-08-18, 10:50 PM
Last Post: sub
  Auto Converting TS Files To MPEG2 Not Working skycyclepilot 2 2,012 2010-07-06, 10:35 AM
Last Post: skycyclepilot
  GBPVR log files zonko 10 3,617 2010-07-03, 04:31 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode