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 … 738 739 740 741 742 … 1231 Next »
Post Transcode

 
  • 0 Vote(s) - 0 Average
Post Transcode
Jackal_styx
Offline

Junior Member

Posts: 5
Threads: 2
Joined: Aug 2006
#1
2006-08-17, 03:33 PM
Hi All!

I am trying to write a script that would transcode and upload a show to my wife's Ipod. (it is just a batch file that moves the mp4 and then adds it to the itunes DB)
Ideally I would like the script to be called after using the transcode function under "video library".

Ideal work flow for wife:
1. Picks a show for ipod
2. Computer prepares file
3. Next time wife plugs in her ipod the show is uploaded

I have been trying to use the PostConversion.bat file, but upon rereading the wiki I believe that the file is only called if I use the auto-convert process. Sad

The script does work when I call it from the command line....

Does anyone have any ideas on how to make this work?

Thanks!!

I am using the follow:
GB-PVR v0.97.13
Win2k sp4
PVR-250
MVP rev H2
Athlon XP 2400+
1 gig ram
elite
Offline

Senior Member

Posts: 700
Threads: 26
Joined: Sep 2004
#2
2006-08-17, 03:54 PM
Could you not use PostProcessing.bat? - This is called after the recording finishes
Alternative music reviews[URL="http://soundblab.com"]
[/URL]
Jackal_styx
Offline

Junior Member

Posts: 5
Threads: 2
Joined: Aug 2006
#3
2006-08-17, 04:16 PM
thanks for the reply.

The problem there is I do NOT want to transcode every show I record. Only select ones.
Right now the only work around I can figure is to auto run the script @ 2am to find all the mp4(ipod video) my wife has transcoded , so that itunes knows about them when she plugs in the ipod before work in the morning.
Not really ideal.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#4
2006-08-17, 05:19 PM
Sorry, it only calls PostConversion.bat with the automatic transcoding feature.

I've changed it for the next release so that it also runs with the manual transcode.
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#5
2006-08-17, 07:18 PM (This post was last modified: 2006-08-17, 07:32 PM by Jim_.)
Jackal_styx Wrote:The problem there is I do NOT want to transcode every show I record. Only select ones.
<snip>
Adding this to your PostProcessing.bat will allow you to process only the (Name & Channel-specific) shows you select.
It’s a modified version of what I use to exclude shows from comskip processing.

It will collect show names as you record them, in the “Exclude” folder.
If you want to process a show <edit>(the next time its recorded)<end edit>, simply move its file from the Exclude folder to the “Process” folder. Or you can create the TVShow file manually after seeing a couple of examples.

If you prefer, you can test drive it. It wont do anything but collect show titles for future use, until you add a command to process.

PostProcessing.bat
Code:
CD /d “C:\Program Files\devnz\gbpvr”
REM *** Process specific shows ***
IF NOT EXIST "Exclude" MD Exclude
IF NOT EXIST "Process" MD Process
for /f "tokens=1 delims=_" %%a in ("%~n1") do SET TVShow=%%a (CH-%2).txt
IF EXIST "Process\%TVShow%" echo %date% %Time%>>"Process\%TVShow%"
IF NOT EXIST "Process\%TVShow%" echo %date% %Time%>>"Exclude\%TVShow%"
IF NOT EXIST "Process\%TVShow%" GOTO end:

[B]REM Your process commands go here![/B]
:end
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
Jackal_styx
Offline

Junior Member

Posts: 5
Threads: 2
Joined: Aug 2006
#6
2006-08-18, 02:28 AM
Thanks everybody for your replies!!


Sub,
Thanks for such awesome software! Also thanks for the added "feature request" in the next release.


Jim,
Thanks for posting the script! I have a general idea what shows she wants to upload, so I can use this in the mean time.
I'm really just looking to save some cpu time for the convertions and space on the ipod. ( Auto uploading ALL of her shows will fill that thing up fast)


Thanks again,
Zach
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Transcode Problem axeman91 7 3,405 2010-11-22, 09:02 AM
Last Post: goelectric
  Italian channels post and a question about compatibility with Seven 64 bit pinopallino 2 1,702 2010-08-18, 09:14 AM
Last Post: pinopallino
  Post Processing Has Quit Working skycyclepilot 1 1,537 2010-05-17, 02:36 AM
Last Post: replaytv
  Post-show padding sometimes inhibits ADS metadata cb123 0 1,189 2010-04-01, 03:23 PM
Last Post: cb123
  Gb-PVR 1.4.7 does not transcode videos themightygandalf 8 3,319 2010-03-09, 08:29 PM
Last Post: themightygandalf
  How to transcode digital *.ts to "Medium Quality" *.mpg? mrbigsteel 1 1,465 2010-02-20, 06:04 PM
Last Post: luttrell1962
  Parallell & Post processing questions: philly_phenom 1 1,502 2010-02-18, 11:15 PM
Last Post: pBS
  no playback of recordings made post-Win7 install johnsonx42 34 12,076 2010-02-16, 04:01 PM
Last Post: sub
  Please post a SCAN File if you are using Melbourne Dandenong Transmitter XJW 2 1,505 2010-02-16, 07:09 AM
Last Post: XJW
  post message codes deleted! pBS 2 1,589 2009-12-23, 06:10 PM
Last Post: pBS

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

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

Linear Mode
Threaded Mode