NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 13 14 15 16 17 … 56 Next »
mTranscode BETA - automatic encoding of recordings

 
  • 0 Vote(s) - 0 Average
mTranscode BETA - automatic encoding of recordings
jam_zhou
Offline

Senior Member

Posts: 632
Threads: 179
Joined: Sep 2005
#1
2005-11-19, 03:50 AM (This post was last modified: 2009-01-13, 02:57 AM by jam_zhou.)
Updated Jan 12, 2009!!!! I've uploaded my mtranscode script again since it's been lost.

I put all of these files into it's own directory and configure the following files:
profiles.ini - transcoding profiles
default.ini - default transcoding profile settings
config.ini - custom configurations (e.g. save converted file to a different directory without deleting the original)

in your postprocessing.bat I have the following line:

echo %1 >> transcode_queue.txt

which holds the queue for the mtranscode.vbs script.

I set it up to run at night using windows scheduler.


Jam.z

---------------------------




Hi All,

Since I couldn't get the built in transcoder to work, I've been using mencoder and the suggestions in the forums. It works well, but I wanted more control. So, I wrote a script centered around mencoder.

This is a BETA and I would like others to test it for me. I've been using the core for a couple of days with a few minor adjustments in this final release.

If you have a good mencoder profile please post it here so that others can try.

Suggestions on how to document better as well as how to improve the code are always welcome.

Cheers, Jam.z

P.S. You'll have to download your own version of mencoder. There seems to be a problem when I include mencoder in the zip file. Also I find that some mencoder builds can't handle large mpg files.

---------------------------------------------
Summary:
This program is a script wrapped around mencoder - or any command line encoder. It will run through a queue file and transcode all the files in the queue. This script does not do any transcoding whatsoever, it requires an external transcoder like mencoder.

Features:
-can be run overnight or ASAP
-will transcode according to profile
-can start right after recordings with some additions to postprocessing.bat in GBPVR
-can be configured to use virtually any command line encoder (possibly virutaldub)
-test mode for 120 second transcodes to test quality and correct profile settings
-option to transcode files and put them all into one directory for easy transfer to portable devices
Koenie
Offline

Senior Member

Posts: 356
Threads: 31
Joined: Aug 2005
#2
2005-11-19, 09:13 AM
Hey,

I have not yet tried yr proposal, but does it write the avi files into the database like GBPVRconvert does?
Regards Koen,

GBPVR 1.4.7
AMD 780G with X2 BE2350, 2gb ram, LCD-TV, Win XP
PVR500, PVR150 & PVC150 MCE MediaMVP D3A, 2 networked clients
jam_zhou
Offline

Senior Member

Posts: 632
Threads: 179
Joined: Sep 2005
#3
2005-11-19, 04:11 PM
No it does not. I have to trick it by renaming the file to a .mpg file and deleting the original. It seems to work for most people from the sounds of it. It definitely works for me.

Sub is making it so that the next version will be able to recognize .avi files if the .mpg file is not there - from what I can understand.
jam_zhou
Offline

Senior Member

Posts: 632
Threads: 179
Joined: Sep 2005
#4
2005-12-13, 09:59 PM
Ok,

I've gone through several weeks of using my script and it's working quite well. Since there seems to be other transcoding scripts out there I thought I'd highlite some of my distinguishing features.

Profiles - you can choose which shows to transcode and by which profile

Sub profiles - each profile can be tweaked with respect to resolution, a/v bitrate

"Multiple instances" - you can transcode a file multiple times e.g. one for TV and one for portable applications. Just make two queues and run mTranscode twice.

Error checking - if things go wrong with a transcode then the queue will still continue and it will pick up the next time it's run

NOTE: quality will depend on your mencoder build.

NOTE: please see next couple of quites for the complete set of files - my zip uploads seem to keep getting corrupted

I just got a PSP so someday I'll try and make it PSP compatible for the wife Smile
jam_zhou
Offline

Senior Member

Posts: 632
Threads: 179
Joined: Sep 2005
#5
2005-12-13, 10:02 PM
Here are the rest of the files...of course remove the txt extension

Feedback is always welcome.

Cheers.
LilY0da
Offline

Senior Member

Posts: 442
Threads: 25
Joined: Jul 2005
#6
2005-12-13, 10:22 PM
jam_zhou Wrote:No it does not. I have to trick it by renaming the file to a .mpg file and deleting the original. It seems to work for most people from the sounds of it. It definitely works for me.

Sub is making it so that the next version will be able to recognize .avi files if the .mpg file is not there - from what I can understand.
Have you tested it with leaving the file as a .avi in the latest gbpvr version?
If it works, I could give it a try...
The problem I had when leaving the extension as .mpg is that you can't play the recordings on the MVP anymore, since gbpvr sends the file directly to the MVP without transcoding it back to MPEG2
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#7
2005-12-13, 10:31 PM
Just a possible note of improvement.
If you have postEPGupdate to run mTranscode.vbs, you don't need a windows task.
It will work, providing you don't have any recording happening at that time
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
jam_zhou
Offline

Senior Member

Posts: 632
Threads: 179
Joined: Sep 2005
#8
2005-12-14, 03:01 AM
LilYoda, there is a switch to keep the avi extension but delete the original mpeg. If you look in config.ini, change DELMODE to 1 I believe.

Reboot, you are correct you can put it in postEPGupdate, I don't see why not. It all depends on peoples preference.
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#9
2005-12-14, 03:58 PM
Error note:
If using postprocessing.bat to run, the path to mtranscode.vbs can often be outside the 8.3 DOS naming convention (ie. You have it installed to c:\program files\devnz\gbpvr\transcoder\).
This will generate an error.
Enclose the full path in quotes to resolve it, thus:
Code:
echo %1 >> transcode_queue.txt
       start /low "c:\program files\devnz\gbpvr\transcoder\mtranscode.vbs"
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#10
2005-12-14, 04:53 PM
OK, now I'm getting frustrated. I should be able to figure this out on my own, but it's not working.
I have all the files in c:\program files\devnz\gbpvr\transcoder\
I get the generated transcode_queue.txt in c:\program files\devnz\gbpvr\
The DOS window opens (even though it's not supposed to according to my settings), and sits there looking at me like this.
What am I doing wrong?
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (9): 1 2 3 4 5 … 9 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  New LG and Samsung NextPVR Web Smart TV App available for beta testing. fred250 388 139,344 2017-04-10, 10:46 AM
Last Post: fred250
  Bluray Player Beta whurlston 23 12,064 2015-10-05, 09:32 AM
Last Post: Lao Pan
  Movies beta vik 66 30,889 2015-03-31, 03:13 AM
Last Post: Lao Pan
  Need beta testers for "NextPVR for Samsung" (client for samsung smart tvs/blurays) reven 61 27,419 2013-12-03, 10:21 AM
Last Post: martint123
  imageGrabLite Beta mvallevand 84 61,817 2013-10-04, 06:40 PM
Last Post: mvallevand
  SSPlus Screensaver - Photo Slideshow Beta ACTCMS 40 14,082 2012-12-07, 01:49 AM
Last Post: ACTCMS
  New External App : Channel Logo Tools For NPVR (Beta) systemshark 0 1,684 2011-09-03, 08:15 AM
Last Post: systemshark
  SSPlus 0.9.1 BETA - a screensaver for NPVR ACTCMS 18 6,088 2011-07-18, 12:52 AM
Last Post: johnsonx42
  System Plugin for nPVR - Early Beta imilne 176 48,197 2011-07-16, 04:31 PM
Last Post: johnsonx42
  NPVR Rename Recordings Batch File raceviper13 8 8,062 2011-04-23, 11:52 PM
Last Post: raceviper13

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

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

Linear Mode
Threaded Mode