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 2 3 4 5 6 … 125 Next »
Automated Cutting and Transcoding Guide Using Mencoder

 
  • 0 Vote(s) - 0 Average
Automated Cutting and Transcoding Guide Using Mencoder
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#421
2007-10-19, 03:44 AM
Stattik,
I was thinking about building a transcode queue into skiptool. It would be alot easier to build on what you have already done and call your script from a plugin with the file and options to be transcoded. Any thoughts on a way to make an interface between the two make sense and consistent for future revisions?
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
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#422
2007-10-19, 05:54 AM
-stattik- Wrote:Here is the link. Drop it in the mplayer/mencoder folder.

http://sourceware.mirrors.tds.net/pub/so...eadGC2.dll

Ah, thank's. Should I have been able to tell if I read the install instructions more carefully?
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#423
2007-10-19, 05:10 PM
stefan Wrote:Ah, thank's. Should I have been able to tell if I read the install instructions more carefully?


Pthreadgc2.dll is required for the build of mencoder/mplayer you're using. It's not required for my script.
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#424
2007-10-19, 05:16 PM
pastro Wrote:Stattik,
I was thinking about building a transcode queue into skiptool. It would be alot easier to build on what you have already done and call your script from a plugin with the file and options to be transcoded. Any thoughts on a way to make an interface between the two make sense and consistent for future revisions?

I'd be open to suggestions. My script doesn't really take any arguments other than the file to be transcoded. What kind of options are you suggesting?
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#425
2007-10-19, 06:34 PM
-stattik- Wrote:I'd be open to suggestions. My script doesn't really take any arguments other than the file to be transcoded. What kind of options are you suggesting?

I would think ideally the plugin would set all of the options that you normally look for and then execute the script with these parameters. That way all of the options could be set via the remote from your couch.
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
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#426
2007-10-20, 08:37 AM
-stattik- Wrote:Pthreadgc2.dll is required for the build of mencoder/mplayer you're using. It's not required for my script.
Ah, I see. I got confused. Thank's!
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#427
2007-10-21, 04:17 AM
pastro Wrote:I would think ideally the plugin would set all of the options that you normally look for and then execute the script with these parameters. That way all of the options could be set via the remote from your couch.

I'll look into getting the script to accept arguments with options listed from the Guided Transcode.
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#428
2007-10-21, 05:29 PM
masnovelas Wrote:Help please. I cannot get this to work. I set the directories information then I dragged and dropped a file on the processor. It creates the .info file but then it does nothing.
I have included the part of the transcoder that I changed and the info file
Thanks

I need the output.

Change the first line of the script to @ECHO ON
Open a DOS window.
Drop the script in the window.
Add a space. Drop the file to be transcoded in the window.
Hit enter.
Post the output here.


Thanks.
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#429
2007-10-21, 05:56 PM
-stattik- Wrote:I'll look into getting the script to accept arguments with options listed from the Guided Transcode.

That would be great. Ideally, I would mimic your options and set them all via the GUI and then call your script.
Thanks.
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
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#430
2007-10-23, 01:11 AM
pastro Wrote:That would be great. Ideally, I would mimic your options and set them all via the GUI and then call your script.
Thanks.

Ok, here's the updated script. Here's are the options it should take:

argument %2

Code:
1 = xvid/mpeg2 -Fixed Bitrate -Good size control, good quality, good speed
2 = xvid       -Fixed Quant   -Limited size control, better quality, good speed
3 = xvid/mpeg2 -Two Pass      -Best size control, better quality, slow speed
4 = x264       -Fixed Quality -Limited size control, better quality, slow speed
5 = x264       -Two Pass      -Best size control, better quality, slow speed

argument %3

Code:
y/n  Inversed Telecined(IVTC)

argument %4

Code:
1  = Automatic    (Let the script decide.)
2  = Full Res     (The resolution will not be scaled.)
3  = Letterbox    (This will crop out the horizontal black bars on a 4:3 picture
)
4  = Pillarbox    (This will crop out the vertical black bars on a 16:9 picture)
5  = Cartoon      (XVID only)
9  = Cut and Copy (This will use an edl file to only cut out commercials)

Here's the accepted format:

Code:
"C:\path\to\stattik_transcode_0.5.1g.bat" "C:\path\to\show.mpg" "encode mode" "ivtc" "profile(s)"

So if you wanted to create a fixed quality xvid file and apply IVTC, Cartoon optimizations, and letterbox stripping, you would create the following string:

Code:
"C:\path\to\stattik_transcode_0.5.1g.bat" "C:\path\to\show.mpg" "2" "y" "3 5"

The part of the script that allows it to accept arguments from your plugin is SET guide_mode=config_from_app. Typically this is set to yes.

Hope this helps.
« Next Oldest | Next Newest »

Users browsing this thread: 8 Guest(s)

Pages (89): « Previous 1 … 41 42 43 44 45 … 89 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Yet another guide enhancer :0) carpeVideo 18 10,402 2010-04-07, 03:39 PM
Last Post: carpeVideo
  Guide Questions native 6 4,285 2010-02-10, 01:23 PM
Last Post: native
  Mencoder with multiple TS audio streams lanmat 2 4,628 2009-11-09, 12:15 PM
Last Post: lanmat
  mencoder error messages fvfv 3 2,869 2009-10-19, 08:07 PM
Last Post: -stattik-
  TV guide table colour Pob 3 2,506 2009-09-21, 10:55 PM
Last Post: Snooze
  Searching Guide Contents skycyclepilot 1 2,034 2009-08-23, 03:30 PM
Last Post: McBainUK
  Search for Movies in TV Guide spdrac1 1 2,044 2009-05-23, 03:37 PM
Last Post: JavaWiz
  MPEG2 transcoding to Xvid/AAC -which plug-in/tool are best fit? blizard 6 5,146 2009-03-01, 05:43 PM
Last Post: Deusxmachina
  Warning: Mencoder and large MPEG2 files can fail jam_zhou 1 1,707 2008-07-26, 01:39 AM
Last Post: sgilani
  Comskip, Comclean, Rename Recording, and Transcoding heath11 18 10,775 2008-03-27, 11:45 PM
Last Post: _Dude_

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

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

Linear Mode
Threaded Mode