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

Member

Posts: 127
Threads: 33
Joined: Mar 2005
#11
2006-03-02, 10:30 PM
pbs

I would like to see your batch file to get some tips as i am not well up on writing them.

The reason for asking about the transcoding on the fly was i would like to try mencoder instead of ffmpeg, i think this is what you are saying is possible?

Many thanks Jase
[SIZE="1"]Pentium 4 2.6GHz, 512MB
2 160GB HDDs
PVR-150 MCE,Compro videomate t300, wired MVP, MCE Remote
Win XP SP2[/SIZE]
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#12
2006-03-06, 03:07 PM
yep...any encoder you'd like...but i finally figured out ffmpeg's switches and seems to get better quality for me..[with a few changes to opts]
almost finished with the que'ing plugin and will post probably tonite..
i include several encoding example commands but it's totally editable so anything's possible..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
djtaylor
Offline

Senior Member

Posts: 505
Threads: 48
Joined: Jan 2006
#13
2006-03-06, 05:15 PM (This post was last modified: 2006-03-06, 05:22 PM by djtaylor.)
Ton Wrote:Hmmm, do you get this message after it has been transcoding (do you see a frames / percent counter at all)?
Hi, I tried the debug version but get the same result.

Mencoder doesn't start.

EDIT: I've just tried copy and pasting the command line that is built and it seems to have a number of errors in it?

acodec=mp2:abitrate=192-priority belownormal (needs a space after the audio bitrate 192)
-vf scale=352:199, expand=352:288 (the space is erroneous after the "352,199," and causes incorrect parsing of the command)

David.
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#14
2006-03-08, 07:37 PM
Okay, I'll have a quick look and see what's going on....

Could you post the MVPRecoded.XML file you are using?

If I find anything, I'll post an updated version asap.
//Ton
djtaylor
Offline

Senior Member

Posts: 505
Threads: 48
Joined: Jan 2006
#15
2006-03-09, 08:14 AM
The xml file is the default. I didn't realise that you were getting the settings from there, I tried this very quickly without looking.

The lack of space before the -priority can easily be fixed by inserting on in the xml string but I can't fix the extra space after the scale command because there isn't on there in the xml file so that'll have to be taken out programmatically.

Great tool, I didn't really appreciate how useful this will be until I tried it.

So just to clarify, adding a space at the end of the <encoding default> line after the 192 fixes that one but it needs recoding to sort the extra concatenation space that is being put in by code after the scale=[width]:[height] one:-

Code:
<VideoFilter>-vf</VideoFilter>
<VF_Scale>scale=[width]:[height]</VF_Scale>
<VF_Expand>,expand=[MVP_Width]:[MVP_Height],</VF_Expand>

David.
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#16
2006-03-10, 09:51 AM
Okay,

It looks like I found the error (for the scale and expand thing anyway)....

I have looked but I haven't been able to find the "priority" thingy... Could you try with this version (and the XML that comes with it) to see if it works correctly now??

If it doesn't, I really want to nail that priority space thingy.... (I checked in my code but it says: command_line += " " + <priority setting>!!

Glad you like it!! It's saved me a lot of work (and finally gets my movies in the correct aspect-ratio on the TV!).
//Ton
djtaylor
Offline

Senior Member

Posts: 505
Threads: 48
Joined: Jan 2006
#17
2006-03-10, 03:27 PM
Did you send the right one? I see that one as vresion 0.1 which hasn't fixed anything.

David.
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#18
2006-03-10, 08:43 PM
Okay, here's the real fixed version (0.2).... Look's like I made a little slip when creating the zip-archive ;-)

Also found out why I hadn't run across it.... Looks like C# uses the computers national settings for converting strings to double values, and that's why it treated my "1.4" as "14"!!! I have now fixed my computer (for now), but I'll look into another convert function....

If this doesn't work, I'll build a version that dumps a whole lot of text to the screen, so we can see what's actually going on....

Again, like I said, I have been able to verify and fix the additional space before the "expand" filter, but haven't found anything on the space at the priotity command...
//Ton
lseats
Offline

Senior Member

Posts: 337
Threads: 16
Joined: Aug 2004
#19
2006-03-11, 04:58 AM
This is a great little conversion program and great idea. Is there any chance of having it chain multiple VOB files when you give it the first VOB in a set?
GB-PVR - ShowAnalyzer
Server 2003 - 4 tuners
1 TeraByte of disk space
4 MVPs
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#20
2006-03-11, 08:04 PM
Hmmm, it already does that (in a number of cicrumstances) when:

1. All the VOB's (together with the IFO's) are in one dirctory; just give it the name of (either to top-level or the VIDEO_TS) directory and it'll treat the dir as a DVD (just plain standard mencoder stuff)...

2. If a file name ends with a number (before the extension), it'll add one to the number and see if that file exists... If it does, it'll instruct mencoder to play all the files with the same number scheme, but it'll still produce one result file (concatenating all the seperate files). It'll do the same with subtitle-files (if present)...
//Ton
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (8): « Previous 1 2 3 4 5 … 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,851 2013-04-11, 05:58 AM
Last Post: kendrak24
  HDHomeRun Channel Mapping Tool beta whurlston 13 10,637 2010-04-25, 08:48 PM
Last Post: bienson
  BDA Channel Migration Tool JavaWiz 28 10,971 2009-09-16, 02:00 PM
Last Post: JavaWiz
  Configuration tool for remote control athomas 0 1,401 2008-12-04, 12:45 PM
Last Post: athomas
  Sky Channel Sync Tool Version 1.0.2 systemshark 0 1,163 2008-08-17, 07:26 AM
Last Post: systemshark
  New Tool: ShowBurner DVD Burning [with menus] pBS 331 73,366 2007-11-29, 08:52 PM
Last Post: pBS
  Sky Channel Sync Tool systemshark 2 1,449 2007-11-05, 01:20 PM
Last Post: systemshark
  File Renaming Tool: ZRename zehd 0 1,083 2007-05-01, 05:23 AM
Last Post: zehd
  Features for Channel Logo Tool V4.0 systemshark 5 2,816 2007-04-19, 09:20 PM
Last Post: allsighs
  Channel Logo Tool V3 systemshark 50 14,593 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