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

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#51
2006-01-08, 10:44 PM
I don't know versions...whatever King Argyle's latest one is for rename, then comclean2 (with cuttermaran), or videoredo.
Then mTranscode_0p0p3.vbs.
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
tpgbpvr
Offline

Member

Posts: 58
Threads: 6
Joined: Jun 2005
#52
2006-01-10, 01:42 AM
reboot Wrote:I don't know versions...whatever King Argyle's latest one is for rename, then comclean2 (with cuttermaran), or videoredo.
Then mTranscode_0p0p3.vbs.

Thanks

Are you using getnewname.vbs?


By the way are you doing this for ipod?
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#53
2006-01-10, 04:31 PM
Yes, I'm using getnewname.
No, not for iPod, just to save space until I get my full TB SATA storage working.
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
tpgbpvr
Offline

Member

Posts: 58
Threads: 6
Joined: Jun 2005
#54
2006-01-11, 12:53 AM
reboot Wrote:Yes, I'm using getnewname.
No, not for iPod, just to save space until I get my full TB SATA storage working.

Any help on getting mtranscode to dump my file to a new directory?
right now not thinking about transcoding.

Thanks
jam_zhou
Offline

Senior Member

Posts: 632
Threads: 179
Joined: Sep 2005
#55
2006-01-11, 02:50 PM
What are you trying to do exactly? Video Archive moves things to a different directory doesn't it? If not then outline in more detail what you want and what you want to do eventually and I'll see what I can do.
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#56
2006-01-11, 05:21 PM
You don't need mtranscode to move files to another folder.
A simple statement in postprocessing.bat (at the very end) will do that.
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
tpgbpvr
Offline

Member

Posts: 58
Threads: 6
Joined: Jun 2005
#57
2006-01-12, 05:05 AM
reboot Wrote:You don't need mtranscode to move files to another folder.
A simple statement in postprocessing.bat (at the very end) will do that.


jam_zhou and reboot. thanks for the help. I am using renamerecording so I don't know how to capture the new name except with jam_zhou's scripts.

ultimately I want to convert to ipod compatible mp4 or h.264 (with commercials cut and file renamed).... but don't know what profile in mencoder to use.

so have been transcoding to an avi then dumping the new transcode into my videora directory (it is a free working ipod converting program).

wishes:
#1 would be to convert from mencoder or ffmpeg to ipod

#2 if can't do above, move the renamed file to the desired directory without converting (videora will convert the original mpeg to ipod compat mp4)

either will do. #1 would be preferred.


jam_zhou... for your mtranscode script (or maybe it is the getnewname script that is faulting) is there a way to get it to run on a renamed log (based on kingarglye's latest RenameRecording v1.1 build20051223) that produces a show without an episode name.

example it does not run for me if the recording does not have an episode name.

here is a log it died on:

RenameRecording v1.1 build20051223
Title: 2MinLowTest
Argument: -t F:\Media\Video\Captures\Manual Recordings\ 2MinLowTest_20060111204500.mpg
No episode name found


I am running getnewname.vbs and then your mTranscode_0p0p3.vbs
jam_zhou
Offline

Senior Member

Posts: 632
Threads: 179
Joined: Sep 2005
#58
2006-01-12, 02:02 PM (This post was last modified: 2006-01-12, 02:30 PM by jam_zhou.)
Post a log file that has an episode name in it and one that doesn't. I'll try to modify the code to account for both. Oh yeah, of course give me the name of the log file.

Wow, is this ever becoming an ad hoc script. I don't use the script so I'll have to rely on you guys to provide feedback.

In any case, if you can give me as many test cases as possible then that will make it a bit more robust.

------------------EDIT-------------------
If renamerecordings leaves the failed filename unaffected then run this:

echo %1 >> transcode_queue.txt
cscript.exe getnewname.vbs

The idea is that both the new name and old name will be put in the queue with only one being valid. The mTranscode.vbs script will skip files that aren't found.
tpgbpvr
Offline

Member

Posts: 58
Threads: 6
Joined: Jun 2005
#59
2006-01-13, 11:44 PM (This post was last modified: 2006-01-16, 10:57 PM by tpgbpvr.)
jam_zhou Wrote:Post a log file that has an episode name in it and one that doesn't. I'll try to modify the code to account for both. Oh yeah, of course give me the name of the log file.

Wow, is this ever becoming an ad hoc script. I don't use the script so I'll have to rely on you guys to provide feedback.

In any case, if you can give me as many test cases as possible then that will make it a bit more robust.

------------------EDIT-------------------
If renamerecordings leaves the failed filename unaffected then run this:

echo %1 >> transcode_queue.txt
cscript.exe getnewname.vbs

The idea is that both the new name and old name will be put in the queue with only one being valid. The mTranscode.vbs script will skip files that aren't found.

----edit---
That works!
tpgbpvr
Offline

Member

Posts: 58
Threads: 6
Joined: Jun 2005
#60
2006-01-16, 10:56 PM
jam_zhou Wrote:Post a log file that has an episode name in it and one that doesn't. I'll try to modify the code to account for both. Oh yeah, of course give me the name of the log file.

Wow, is this ever becoming an ad hoc script. I don't use the script so I'll have to rely on you guys to provide feedback.

In any case, if you can give me as many test cases as possible then that will make it a bit more robust.

------------------EDIT-------------------
If renamerecordings leaves the failed filename unaffected then run this:

echo %1 >> transcode_queue.txt
cscript.exe getnewname.vbs

The idea is that both the new name and old name will be put in the queue with only one being valid. The mTranscode.vbs script will skip files that aren't found.

That works!

On another note:
Is there a way to move the renamed file to the desired directory without converting/transcoding. I ask this because I run renamerecording and use your getnewname and mTranscode. So instead of mTranscode, how about a script that parses the getnewname and will then allow me to copy or move the file to a new directory. The rename was obviously the problem, or else would just use my previous postprocess that simply moved the file.

I imagine it is already in mTranscode, I would likt to try it without the transcode of the file just move to new directory.

THANKS
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)

Pages (9): « Previous 1 … 4 5 6 7 8 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 143,540 2017-04-10, 10:46 AM
Last Post: fred250
  Bluray Player Beta whurlston 23 12,376 2015-10-05, 09:32 AM
Last Post: Lao Pan
  Movies beta vik 66 31,250 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 28,063 2013-12-03, 10:21 AM
Last Post: martint123
  imageGrabLite Beta mvallevand 84 62,327 2013-10-04, 06:40 PM
Last Post: mvallevand
  SSPlus Screensaver - Photo Slideshow Beta ACTCMS 40 14,592 2012-12-07, 01:49 AM
Last Post: ACTCMS
  New External App : Channel Logo Tools For NPVR (Beta) systemshark 0 1,737 2011-09-03, 08:15 AM
Last Post: systemshark
  SSPlus 0.9.1 BETA - a screensaver for NPVR ACTCMS 18 6,314 2011-07-18, 12:52 AM
Last Post: johnsonx42
  System Plugin for nPVR - Early Beta imilne 176 50,109 2011-07-16, 04:31 PM
Last Post: johnsonx42
  NPVR Rename Recordings Batch File raceviper13 8 8,218 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