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

Member

Posts: 84
Threads: 12
Joined: Mar 2006
#281
2007-01-22, 01:37 AM
-stattik- Wrote:Ok, got it. This should fix it.

Thanks for working with me on this. Tell me how it works out.

The conversion is running now.
Thank you for fixing it for me this quick!
DrDDT
Offline

Member

Posts: 84
Threads: 12
Joined: Mar 2006
#282
2007-01-22, 09:46 PM
DrDDT Wrote:The conversion is running now.
Thank you for fixing it for me this quick!

Works fine now....
Royle
Offline

Junior Member

Posts: 14
Threads: 4
Joined: Apr 2006
#283
2007-01-27, 05:00 PM
This utility seems to work great for most of my recordings, but for some reason a recording of Little Nicky from TBS won't run. Here's what I get from the output:
Code:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Mike>cd D:
D:\

C:\Documents and Settings\Mike>D:

D:\>stattik_transcode_0.4b.bat "Little Nicky - - - 1_26_2007 - 5_40 AM.mpg"
stattik's Mencoder Automation Script
Version 0.4
.
Variables Loaded. Script is starting.
.
Now Processing "Little Nicky - - - 1_26_2007 - 5_40 AM.mpg"
.
Copying EDL file to create PTL file.
.
Getting source file info...  Ignore any errors for the next 4-6 lines ;)
.
.
c:/windows/fonts/arial.ttf doesn't look like a bitmap font description, ignoring
.
Cannot load bitmap font: c:/windows/fonts/arial.ttf
Seek failed
.
.
Checking to see if source file matches any transcode profiles.
.
Applying automatic encoding logic to source file.
.
The command(s) used for the current transcode are listed below.
.
.
Flagged as Standard

D:\>start /low /wait /min C:\Progra~1\mplayer\mencoder.exe "Little Nicky - - - 1
_26_2007 - 5_40 AM.mpg" -edl "D:\Little Nicky - - - 1_26_2007 - 5_40 AM.edl" -sw
s 9 -demuxer 35   -ovc xvid -xvidencopts fixed_quant=3:me_quality=6:chroma_me:no
qpel:chroma_opt:vhq=4:bvhq=1:trellis:hq_ac:quant_type=mpeg:turbo -oac mp3lame -l
ameopts abr:br=128 -vf pp=ci,scale=640:480,hqdn3d=3:2:3:3 -fps null -ofps null
-o "D:\Little Nicky - - - 1_26_2007 - 5_40 AM.avi"

D:\>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.
.
Cleaning up extra files.
.
Script is finished.
.
D:\>

Neither Comskip or MEncoder starts up, and there is no .avi file created. Thanks for creating this utility but can I have some help with this?
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#284
2007-01-28, 07:05 AM
Hi Royle,

Are you using the new 0.4b version of the script? Is looks like you are having the same problems as DrDDT did above in that your FPS is defaulting to NULL. I assume that your video is PAL. The 0.4b version contains a fix for that issue.

Hope this helps.
DarkCanuck
Offline

Junior Member

Posts: 18
Threads: 3
Joined: Jan 2006
#285
2007-01-28, 06:31 PM
After recording a show, I get these two files...

Ride Guide_20070128_02300300.mpg 1.465GB
Ride Guide_20070128_02300300.edl 1kb

This show was 30mins long, and by just looking at the size, I know that it wasn't transcoded properly. Anyway I can create a debub/log file to see what is going wrong so I can post it here?

I'll include my PostProcessing.bat as well if that'll help.
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#286
2007-01-29, 03:27 AM
DarkCanuck Wrote:After recording a show, I get these two files...

Ride Guide_20070128_02300300.mpg 1.465GB
Ride Guide_20070128_02300300.edl 1kb

This show was 30mins long, and by just looking at the size, I know that it wasn't transcoded properly. Anyway I can create a debub/log file to see what is going wrong so I can post it here?

I'll include my PostProcessing.bat as well if that'll help.

To create a log/debug file open a DOS window. Drop the script in it, add a space and drop the file to be transcoded. In the script SET debugmode=yes, save the change, and hit enter. Make your way through the script until you reach the end and copy and attach the output. I'll take a look at it.


Thanks.
DarkCanuck
Offline

Junior Member

Posts: 18
Threads: 3
Joined: Jan 2006
#287
2007-01-29, 04:19 AM
Here is my debug log file...
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#288
2007-01-29, 04:34 AM
Although I haven't gone over the entire logfile, I think I found the issue. Set testmode=no or set it to the amount of seconds you want the test clip to be. Currenty you have test_mode set to yes which is causing mencoder to error out.
DarkCanuck
Offline

Junior Member

Posts: 18
Threads: 3
Joined: Jan 2006
#289
2007-01-29, 04:52 AM
Beautiful! Seemed to have fixed the problem!

Seems to take forever to encode though. 150minutes for a 30min show?
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#290
2007-01-29, 05:38 AM
DarkCanuck Wrote:Beautiful! Seemed to have fixed the problem!

Seems to take forever to encode though. 150minutes for a 30min show?

How fast is your processor? My Athlon 64bit 3200+ will do a 30 minute program in about 25 min. I'm currrently using mplayer2007.01.21.Athlon-64. The official MPlayer-mingw32-1.0rc1 build runs three times slower for me.

You can get processor-specific builds here:

http://tirnanog.fate.jp/mirror/mplayer/

The script is designed to give high quality transcodes so there aren't many ways to speed things up other than using a smaller resolution. Try a processor-specific build and se how that works.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (89): « Previous 1 … 27 28 29 30 31 … 89 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Yet another guide enhancer :0) carpeVideo 18 10,395 2010-04-07, 03:39 PM
Last Post: carpeVideo
  Guide Questions native 6 4,282 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,143 2009-03-01, 05:43 PM
Last Post: Deusxmachina
  Warning: Mencoder and large MPEG2 files can fail jam_zhou 1 1,704 2008-07-26, 01:39 AM
Last Post: sgilani
  Comskip, Comclean, Rename Recording, and Transcoding heath11 18 10,762 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