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
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#381
2007-07-24, 04:17 AM
timeless Wrote:I am trying to use stattik_transcode_0.5.1d.bat on a standard system (not HD) and I see in the mencode window every other line says "Frame Skipped" or "Duplicate Frame" and the output is a little stuttery, not a smooth as the original.

Hi travis,

Try setting output_fps=auto.

timeless Wrote:if i want all the directories in my recordings directory to be scanned, can i leave transcode_directories blank and just put the path to my recording directory in secondary_transcode_directory? seems to be working, but just wanted to make sure that doesn't screw anything up.

You are doing it right.
timeless
Offline

Junior Member

Posts: 14
Threads: 5
Joined: Feb 2007
#382
2007-07-25, 12:12 AM
-stattik- Wrote:Try setting output_fps=auto.

Thanks, I tried that and now when I run the bat file I get this message:

Code:
Checking to see if source file matches any transcode profiles.
.
Applying automatic encoding logic to source file.
30000/1001==ivtc was unexpected at this time.

sorry, i feel a bit lost Smile
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#383
2007-07-25, 04:23 AM
Here's a script with an update. For automatic encoding set output_fps=auto like before. If you're dropping files on the script and you get asked about IVTC, choose N.

Tell me how it works out.
timeless
Offline

Junior Member

Posts: 14
Threads: 5
Joined: Feb 2007
#384
2007-07-25, 10:04 PM (This post was last modified: 2007-07-25, 10:06 PM by timeless.)
thanks for the new script. i added in my info, changed that variable to auto and double clicked the bat.

the script seems to be stuck in some sort of loop, there are two files that need to be transcoded and this is what it seems to do:

Code:
stattik's Mencoder Automation Script
Version 0.5.1e
.
Variables Loaded. Script is starting.
.
Automated Directory Scanning has been enabled.
.
.
The following files will be transcoded...
.
"C:\pvr\recordings\Gilmore Girls\Gilmore Girls_20070724_17001800.mpg"
.
.
stattik's Mencoder Automation Script
Version 0.5.1e
.
Variables Loaded. Script is starting.
.
Now Processing "C:\pvr\recordings\Gilmore Girls\Gilmore Girls_20070724_17001800.
mpg"
FINDSTR: Cannot open Files\devnz\gbpvr\temp.txt
.
Copying EDL file to create PTL file.
.
Getting source file info...  Ignore any errors for the next few lines ;)
.
.
.
Source Info: -Total length: 62 min- -Show length: 62 min- -Commercial Length: 0
min-
.
.
.
Checking to see if source file matches any transcode profiles.
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
File not found - FILES\DEVNZ\GBPVR\TEMP.TXT
.
Applying automatic encoding logic to source file.
.
The options for the current transcode are listed below.
.
.
Flagged as Standard

C:\Program Files\devnz\gbpvr>start /low /wait /min C:\pvr\mplayer\mencoder.exe "
C:\pvr\recordings\Gilmore Girls\Gilmore Girls_20070724_17001800.mpg" -edl "C:\pv
r\recordings\Gilmore Girls\Gilmore Girls_20070724_17001800.edl" -sws 9     -ovc
xvid -xvidencopts fixed_quant=3:me_quality=6:chroma_me:noqpel:chroma_opt:vhq=4:b
vhq=1:trellis:hq_ac:quant_type=mpeg:turbo -oac mp3lame -lameopts abr:br=128  -vf
pp=ci,scale=512:384,hqdn3d=3:2:3:3 -fps 30000/1001 -ofps -fps 30000/1001  -o "C
:\pvr\recordings\Gilmore Girls\Gilmore Girls_20070724_17001800.avi"

C:\Program Files\devnz\gbpvr>ECHO off
.
Transferring metadata to destination file if it exists.
The system cannot find the file specified.
.
Transcode is complete.
.
Copying PTL file to create DNE file.
The system cannot find the path specified.
.
Script is finished.
.
.
.
The following files will be transcoded...
.
"C:\pvr\recordings\Gilmore Girls\Gilmore Girls_20070724_17001800.mpg"
.
.
stattik's Mencoder Automation Script
Version 0.5.1e
.
Variables Loaded. Script is starting.

and it just seems to repeat that over and over until i force quit.

(edit)
thought i should add a "keep up the good work" as i just seem to keep pestering without properly offering thanks for the work that has been done. this is an awesome script as-is, just would like to get my avi's a bit less jittery Smile
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#385
2007-07-26, 04:00 PM (This post was last modified: 2007-07-26, 04:20 PM by -stattik-.)
Thanks timeless.

My guess is that you're not using EDL files so you have the script checking for MPG files. The script finds the MPG file and processes it. Then the script ends. Since you probably have the script set to not delete the source file, the script finds it again and processes it....therein the loop.

If I'm incorrect, please post the script with your configuration. If you want to create blank EDL files, you can follow some directions I posted a few posts up:

Quote:The best I can come up with is this:

Goto your gbpvr directory and create a blank file called temp.edl.
Then add the following lines to your postprocessing.bat:

Code:

copy c:\Progra~1\devnz\gbpvr\temp.edl %~dpn1.edl

The postprocessing.bat file should be in your gbpvr directory. If it doesn't exist, then you can create it.

Please respond with any questions.
Edit/Delete Message


Hope this helps.
masteriiz
Offline

Junior Member

Posts: 5
Threads: 1
Joined: Mar 2006
#386
2007-07-28, 08:34 PM (This post was last modified: 2007-07-28, 09:34 PM by masteriiz.)
I stattic,

I missed an option to add DVD subtitles. As in holland nothing is dubbed, but all is subtitled i did really need this option. Hence the attached script. Maybe it would be nice to use the option in futere scripts? Basicsically, if dvdrip_subtitles is set to yes the script will scan the .info file for SID strings in the .info file. It will ask the user for input and use -sid <number> in the mencode commando (it sets it at the same place you set the -alang option, the user input is asked where the script asks the aspect ratio etc. options in the dvd section)

It has only been tested with one DVD, but it seems to work just fine for that one. MAybe anyone else likes to test? Feel free!

Please find the script attached. It should be easy to incorporate this in future scripts!

And thanks a lot for all the great work, as its really hard to find the right options for mencoder!!!

*masteriiz*[ATTACHMENT NOT FOUND]
psicotron3
Offline

Member

Posts: 134
Threads: 17
Joined: Jan 2007
#387
2007-07-28, 08:48 PM
Hi stattik,

For the DVDRip, intead of selecting the audio language inside the stetting, could the script display a list of languages and allow us to choose at runtime?

Thanks
masteriiz
Offline

Junior Member

Posts: 5
Threads: 1
Joined: Mar 2006
#388
2007-07-28, 09:36 PM
Psicotron, it should be fairly easy to program this from the 'subtitle' section in previous post. The languages are all listed in the '.info'file, so with a findstr it should be possible to list these and have someane key in the 2 letter code...
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#389
2007-07-29, 05:42 AM
masteriiz Wrote:I stattic,

I missed an option to add DVD subtitles. As in holland nothing is dubbed, but all is subtitled i did really need this option. Hence the attached script. Maybe it would be nice to use the option in futere scripts?

Hi masteriiz,

Thanks. I'll take a look at it.
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#390
2007-07-29, 06:09 AM
psicotron3 Wrote:Hi stattik,

For the DVDRip, intead of selecting the audio language inside the stetting, could the script display a list of languages and allow us to choose at runtime?

Thanks

Hi psicotron3,

Do you typically require different audio languages? That feature doesn't seem like it would be too popular. I wasn't planning on updating the script anymore, just bug fixes. I'm trying to move it to C# but I'm running into problems. I'll see what I can do about your request.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (89): « Previous 1 … 37 38 39 40 41 … 89 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Yet another guide enhancer :0) carpeVideo 18 10,398 2010-04-07, 03:39 PM
Last Post: carpeVideo
  Guide Questions native 6 4,283 2010-02-10, 01:23 PM
Last Post: native
  Mencoder with multiple TS audio streams lanmat 2 4,624 2009-11-09, 12:15 PM
Last Post: lanmat
  mencoder error messages fvfv 3 2,868 2009-10-19, 08:07 PM
Last Post: -stattik-
  TV guide table colour Pob 3 2,505 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,042 2009-05-23, 03:37 PM
Last Post: JavaWiz
  MPEG2 transcoding to Xvid/AAC -which plug-in/tool are best fit? blizard 6 5,144 2009-03-01, 05:43 PM
Last Post: Deusxmachina
  Warning: Mencoder and large MPEG2 files can fail jam_zhou 1 1,705 2008-07-26, 01:39 AM
Last Post: sgilani
  Comskip, Comclean, Rename Recording, and Transcoding heath11 18 10,771 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