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

Member

Posts: 52
Threads: 9
Joined: Aug 2005
#191
2006-04-17, 03:32 AM
They wont open at all, and I can't even open it in virtualdub mpeg2 mod.

I'm using medial player and media player classic.

When i use gspot I get this under the "container" :

Multipart OpenDML AVI
(198010 frames in first part, 4691 frames follow)
Interleave: 42 ms (1.0 v.frames), preload=504
Audio frames: Aligned on interleaves

And in the "user data" part in gspot I get some lines that look like this :
[ISFT] MEncoder 1.0pre7-3.4.2
[JUNK] MPlayer junk data
[JUNK] MPlayer junk data
[JUNK] MPlayer junk data
[JUNK] MPlayer junk data

I've only noticed it on 2 files so far, both movies from tv and both were over 1 gig in avi size.

Thanks for looking into this.
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#192
2006-04-17, 02:35 PM
tal56 Wrote:They wont open at all, and I can't even open it in virtualdub mpeg2 mod.

I'm using medial player and media player classic.

When i use gspot I get this under the "container" :

Multipart OpenDML AVI
(198010 frames in first part, 4691 frames follow)
Interleave: 42 ms (1.0 v.frames), preload=504
Audio frames: Aligned on interleaves

And in the "user data" part in gspot I get some lines that look like this :
[ISFT] MEncoder 1.0pre7-3.4.2
[JUNK] MPlayer junk data
[JUNK] MPlayer junk data
[JUNK] MPlayer junk data
[JUNK] MPlayer junk data

I've only noticed it on 2 files so far, both movies from tv and both were over 1 gig in avi size.

Thanks for looking into this.


Were there any .PTL files in the directories that had the corrupted files?
tal56
Offline

Member

Posts: 52
Threads: 9
Joined: Aug 2005
#193
2006-04-17, 04:22 PM
No, just the avi and the mpeg file. The script is working fine for all other files, it seems to be only these ones over 1gig that's having problems. I'm running Windows 2000 SP4 and have made avi's with virtualdub over 1 gig without problems. Also I'm not running comskip on the files.
Noelix
Offline

Junior Member

Posts: 8
Threads: 1
Joined: Apr 2006
#194
2006-04-18, 12:52 AM
I have a question - how can I get mencoder to run in the background or minimized so it doesn't pop up in front of GB-PVR?
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#195
2006-04-18, 02:41 PM
Noelix Wrote:I have a question - how can I get mencoder to run in the background or minimized so it doesn't pop up in front of GB-PVR?


How are you running the script? Is it your postprocessing.bat file? Or are you starting it from another process like dirmon? I've attached an updated version of the script that minimizes mencoder.
Noelix
Offline

Junior Member

Posts: 8
Threads: 1
Joined: Apr 2006
#196
2006-04-18, 05:45 PM
-stattik- Wrote:How are you running the script? Is it your postprocessing.bat file? Or are you starting it from another process like dirmon? I've attached an updated version of the script that minimizes mencoder.

I'm running dirmon2. Also I've had an issue with the 0.0.10.x version of the script in which it gets itself into a looping problem. It will encode a video, and then instead of deleting the mpeg and moving on to the next recorded show, it starts encoding the same show over again. I left my pvr alone all weekend and saw it was working all the time to realize it was encoding the same show over and over all weekend. In the batch file I had the option to delete the source mpeg file on so it should have deleted it, and after the mpeg is gone dirmon2 will stop looking for that file. I'll take a look at the changes you've made in this so I can implement the minimize function into your 0.0.9.x script that seems to be working smoothly for me. Thanks for the assist.
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#197
2006-04-18, 05:48 PM
Noelix Wrote:I'm running dirmon2. Also I've had an issue with the 0.0.10.x version of the script in which it gets itself into a looping problem. It will encode a video, and then instead of deleting the mpeg and moving on to the next recorded show, it starts encoding the same show over again. I left my pvr alone all weekend and saw it was working all the time to realize it was encoding the same show over and over all weekend. In the batch file I had the option to delete the source mpeg file on so it should have deleted it, and after the mpeg is gone dirmon2 will stop looking for that file. I'll take a look at the changes you've made in this so I can implement the minimize function into your 0.0.9.x script that seems to be working smoothly for me. Thanks for the assist.


What profile are you using when the looping occurs? I'll take a look at it.
Noelix
Offline

Junior Member

Posts: 8
Threads: 1
Joined: Apr 2006
#198
2006-04-18, 08:17 PM
Cartoon is the profile I generally use.
-stattik-
Offline

Posting Freak

Posts: 924
Threads: 26
Joined: Mar 2005
#199
2006-04-18, 08:28 PM
Noelix Wrote:In the batch file I had the option to delete the source mpeg file on so it should have deleted it, and after the mpeg is gone dirmon2 will stop looking for that file.


I found the problem with the files not being deleted. The updated script is attached.

I tested the new script with Dirmon1 and had no problem with looping. I'll try with Dirmon2 later.

Typically, dirmon looks for the avi file and not the mpg file when deciding what to process. It it finds an avi file, it will go on to another file. If it doesn't find an avi file, it looks for an edl file and then loads the mpg into mencoder.
Noelix
Offline

Junior Member

Posts: 8
Threads: 1
Joined: Apr 2006
#200
2006-04-18, 08:45 PM (This post was last modified: 2006-04-19, 07:01 PM by Noelix.)
-stattik- Wrote:I found the problem with the files not being deleted. The updated script is attached.

I tested the new script with Dirmon1 and had no problem with looping. I'll try with Dirmon2 later.

Typically, dirmon looks for the avi file and not the mpg file when deciding what to process. It it finds an avi file, it will go on to another file. If it doesn't find an avi file, it looks for an edl file and then loads the mpg into mencoder.

Thanks a bunch I'll give it a shot and let you know how it turns out.
I encountered those looping issues you found below so I'll try the latest version (0.0.10d) and see if they're all ironed out. I'd be happy to help out writing instructions for the wiki, I'll try and lobby for it as well.
« Next Oldest | Next Newest »

Users browsing this thread: 4 Guest(s)

Pages (89): « Previous 1 … 18 19 20 21 22 … 89 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Yet another guide enhancer :0) carpeVideo 18 10,390 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,623 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,142 2009-03-01, 05:43 PM
Last Post: Deusxmachina
  Warning: Mencoder and large MPEG2 files can fail jam_zhou 1 1,703 2008-07-26, 01:39 AM
Last Post: sgilani
  Comskip, Comclean, Rename Recording, and Transcoding heath11 18 10,761 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