NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 29 30 31 32 33 56 Next »
New tool: MVPRecode

 
  • 0 Vote(s) - 0 Average
New tool: MVPRecode
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#41
2006-03-31, 09:09 PM
Hmmm it almost looks like it can't find the mencoder executable....

Could you check your MVPRecode.xml and check that the path to the mencoder.exe is correct?

Or post it here so I can have a look?
//Ton
gnicholls
Offline

Junior Member

Posts: 40
Threads: 6
Joined: Feb 2006
#42
2006-04-02, 03:54 PM
Ah, OK I hadn't touched that file .. Now I see the settings for the mencoder and mplayer .. It's doing something now .. I guess I need to play with those settings and figure out wot's needed for NTSC ..
Thanks,
G.
gnicholls
Offline

Junior Member

Posts: 40
Threads: 6
Joined: Feb 2006
#43
2006-04-02, 10:45 PM
Followup to my last. It seems that the recoder is working however I get an odd error when it's finished:
1940.5s 58160f (100%) 5fpError: Object reference not set to an instance of an
object. System.NullReferenceException: Object reference not set to an instance
of an object.
at MVPRecoder.MainClass.reCode()
at MVPRecoder.MainClass.Main(String[] args)
at MVPRecoder.MainClass.reCode()
at MVPRecoder.MainClass.Main(String[] args)

Any ideas,
Greg
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#44
2006-04-03, 11:40 AM
Yeah, I know about this one. It is my (feeble) attempt to detect if mencoder exited okay. I have seen this (and it has been reported) before.

It's on my to-do list to fix (not that high though, since it still works).

For now, you can just ignore this error...

Regards,
//Ton
sylv
Offline

Junior Member

Posts: 14
Threads: 3
Joined: Feb 2006
#45
2006-04-10, 01:49 AM
Ton Wrote:Hey Sylv,

There's one other thing I can think of:

Could you run the command:



and post me the resulting file??

I'll then have a look and see what's going wrong...

Regards,

Hi,

Thanks for the help but I can't make it work. I have turned to other solutions and in my case, the DVD to MPEG in the VideoArchive works.

Thanks again for the help.

Sylv.
gnicholls
Offline

Junior Member

Posts: 40
Threads: 6
Joined: Feb 2006
#46
2006-04-13, 11:51 AM
Hi,
I'm getting a persistent 'Object reference not set to instance of object' when I try to retrieve the info for a movie. It's happening with everything.
Sequence is this:
(1) select movie (spongebob squarepants movie).
(2) Use PF11 to get to menu
(3) Select 'Information'
(4) It returns a list of possible sources. Select the right one.
(5) Select IDMB
(6) Type in title and hit enter
(7) returns 'Object Reference not set to instance of object'

I end up having to add something manually for each show.
Any ideas ?
Thanks,
Greg.
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#47
2006-04-16, 09:15 AM
Hey gnicholls,

I think you might have posted to the wrong thread.... MVPRecoder is a command-line tool for transcoding movies etc. to MVP format....

From your post I'd say you're having some issues with VideoArchiver / Video Library plugins???

Regards,

//Ton
//Ton
ryno
Offline

Junior Member

Posts: 18
Threads: 1
Joined: Apr 2006
#48
2006-04-23, 02:03 PM (This post was last modified: 2007-03-13, 01:16 PM by ryno.)
Hi,

I also get simular error as sylv earlier in the tread, uneable to detect fps, both when trying to transcode dvdConfused and aviConfused

C:\sw>mvprecoder g: -o h:\dvd3\gldvd.mpg
MVPRecoder version: 0.2
* Dvd format detected.
Analyzing: g:
- Audio Codec: a52
- Video Codec: mpeg12
Error: Unable to detect FPS! System.Exception: Unable to detect FPS!
at MVPRecoder.MainClass.analyze(String cFile)
at MVPRecoder.MainClass.Main(String[] args)
at MVPRecoder.MainClass.analyze(String cFile)
at MVPRecoder.MainClass.Main(String[] args)

C:\sw>mvprecoder g:\video_ts -o h:\dvd3\gldvd.mpg
MVPRecoder version: 0.2
* Dvd format detected.
Analyzing: g:\video_ts
- Audio Codec: a52
- Video Codec: mpeg12
Error: Unable to detect FPS! System.Exception: Unable to detect FPS!
at MVPRecoder.MainClass.analyze(String cFile)
at MVPRecoder.MainClass.Main(String[] args)
at MVPRecoder.MainClass.analyze(String cFile)
at MVPRecoder.MainClass.Main(String[] args)

C:\sw>mvprecoder e:\dvd\rhi\rhi_swesub.avi -o h:\dvd3\rhi_mpg.mpg -noboost
MVPRecoder version: 0.2
Analyzing: e:\dvd\rhi\rhi_swesub.avi
- Audio Codec: mp3
- Video Codec: ffodivx
Error: Unable to detect FPS! System.Exception: Unable to detect FPS!
at MVPRecoder.MainClass.analyze(String cFile)
at MVPRecoder.MainClass.Main(String[] args)
at MVPRecoder.MainClass.analyze(String cFile)
at MVPRecoder.MainClass.Main(String[] args)


I also ran the debug command Ton suggested and I'l try to post the output files as attachement to this post.

Could anyone see whats wrong please?

Regards //R
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#49
2006-04-23, 07:30 PM
Hey Ryno,

I've had a quick look, and I think it's either one of two things:

1. A bug in my code
2. A problem with the decimal place setting

For 1., I have included a "debug" version of MVPRecoder, and I would like to ask you to run it, and report back what it says (it should have an extra line starting with: "Found from analyze:.."). I would be interested in what it says on that line.

For 2., could you please try (after 1.) to change your Windows regional settings to "us-style" ("." as decimal seperation, "," for thousends seperation) and run the tool again, or report back to me if that's what you currently have.

Once you get back to me, I'm pretty sure I'll be able to fix the issue.

Regards,
//Ton
fvfv
Offline

Member

Posts: 131
Threads: 20
Joined: Nov 2005
#50
2006-04-24, 03:25 AM
Ton. Your mencoder DVD profile is the only mencoder command line that succesfully makes the mpg file play on the MVP without synch problems , FF or REW problems.

I can jump (fairly close) to the correct timestamp using skip controls and get excellent video quality. Also perfect Audio/Video Synch.

However it runs SOOOOOOOO Slow. I am only achieving 10-12 fps. It takes 5 to 6 hours to convert a 1.5 hr Hard Drive DVD folder to mpg . The normal mencoder command line used by the Transcode button in XDVD takes 25 minutes, but of course the resulting mpg is not synched with audio and it is impossible to use FF or REW.

Do you know of anything that I can do to improve at least as close to realtime as possible ? I do not know if the Filter "-vf softskip,harddup" is the one that makes it so slow.

My intention is to have a good plugin that I can call to convert a DVD Folder that I ripped with DVDShrink with subtitles so that I can watch it on the MVP.

Hopefully you can help me.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (8): « Previous 1 … 3 4 5 6 7 8 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  External tool: Transfer Season Record schedules from GBPVR to NPVR kendrak24 37 20,874 2013-04-11, 05:58 AM
Last Post: kendrak24
  HDHomeRun Channel Mapping Tool beta whurlston 13 10,652 2010-04-25, 08:48 PM
Last Post: bienson
  BDA Channel Migration Tool JavaWiz 28 10,983 2009-09-16, 02:00 PM
Last Post: JavaWiz
  Configuration tool for remote control athomas 0 1,407 2008-12-04, 12:45 PM
Last Post: athomas
  Sky Channel Sync Tool Version 1.0.2 systemshark 0 1,166 2008-08-17, 07:26 AM
Last Post: systemshark
  New Tool: ShowBurner DVD Burning [with menus] pBS 331 73,463 2007-11-29, 08:52 PM
Last Post: pBS
  Sky Channel Sync Tool systemshark 2 1,450 2007-11-05, 01:20 PM
Last Post: systemshark
  File Renaming Tool: ZRename zehd 0 1,095 2007-05-01, 05:23 AM
Last Post: zehd
  Features for Channel Logo Tool V4.0 systemshark 5 2,823 2007-04-19, 09:20 PM
Last Post: allsighs
  Channel Logo Tool V3 systemshark 50 14,606 2007-04-14, 08:43 PM
Last Post: systemshark

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

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

Linear Mode
Threaded Mode