SageTV Community  

Go Back   SageTV Community > SageTV Customizations > SageTV Customizations

SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI.

Reply
 
Thread Tools Search this Thread Display Modes
  #201  
Old 03-03-2012, 10:35 AM
nethead nethead is offline
Sage User
 
Join Date: Jun 2009
Location: Washington, D.C.
Posts: 61
Quote:
Originally Posted by BKeadle View Post
Well, I took a leap and just replace HandBrake 9.4 with HandBrake 9.5 and I see MediaShrink picks it up and uses it without incident - sa-weet!

Anyone aware of a reason *NOT* to do this?
Just started using MediaShrink, it was taking 4hours per 1hour on an i7(8 cores)

I tried the same replacement with HandBrake 9.6, it took 3hours per 1hour(Saving an HOUR!), but because the final HandBreak output uses a diff text string, so MediaShrink saw it as a failure

Looking forward to an update to MediaShrink, a great tool, but saving an hour per convert, would be nice.
__________________
Twitter: @nethead
Server: Intel i7, 24GB RAM, 1 x 1.5TB OS HD Win 2K8, 6 x 1.5TB recording drives (RAID 5)
Drive Towers(eSATA): 5.5TB (Raid 5), 9.5TB (Raid 5)
Capture: 3 x HDHomerun
Software: SageTV 7.1.9, Java 1.6.0_29
Clients: 1 x HD200, 1 x iPad
Reply With Quote
  #202  
Old 04-27-2012, 02:37 PM
MattHelm MattHelm is offline
Sage Fanatic
 
Join Date: Jun 2005
Location: Skokie, IL
Posts: 831
Quote:
Originally Posted by DVBtCi View Post
Hi all,
I'm trying to convert a recording from HD-PVR (file is *.TS) to a MKV format.

When i play it with GOM or WinMediaPlayer, in action scenes, the moving object/portion of the image with have lines just as in a low quality movie.

In the conversion process, i do not want to reduce the size of the TS file but only convert it to an other format and MediaShrink does a great job. I always had problems using other tools to convert TS files.
...
I too would like to do this. Anyone figure out how to get it to switch the containers without a re-encode? (reason: My Samsung TV doesn't like .TS containers!)
__________________
Server #1= AMD A10-5800K, 8G RAM, F2A85-M PRO, 5.5TB, HDHR, Colossus (Playback - PC Client)
Server #2= AMD A10-5700, 8G RAM, F2A85-M PRO, 5.5TB, 2x HDHR, Ceton InfiniTV 4 PCIe (Playback - HD-200)
Server #3= AMD X2 3800+, 2G RAM, M2NPV-VM, 1TB, 3x HDHR OTA (Playback - HD-200)
Reply With Quote
  #203  
Old 05-11-2012, 11:04 AM
phelme's Avatar
phelme phelme is offline
Sage Fanatic
 
Join Date: Dec 2006
Posts: 824
Quote:
Originally Posted by nethead View Post
Just started using MediaShrink, it was taking 4hours per 1hour on an i7(8 cores)

I tried the same replacement with HandBrake 9.6, it took 3hours per 1hour(Saving an HOUR!), but because the final HandBreak output uses a diff text string, so MediaShrink saw it as a failure

Looking forward to an update to MediaShrink, a great tool, but saving an hour per convert, would be nice.
Last I read EvilPenguin no longer has a working development PC, so couldn't fix it if he wanted to. Which is unfortunate because it seems like half my recordings that go through MediaShrink these days fail.

Maybe we need to take up a collection for EP.
Reply With Quote
  #204  
Old 05-11-2012, 05:47 PM
nyplayer nyplayer is online now
Sage Icon
 
Join Date: Sep 2005
Posts: 2,020
You just need to make a small change to the profile.

MediaShrink\mediaEngineProfiles\encodingProfiles\Handbrake.profile
make this change

Encode CLI #1 =?>!(>prevExeLog=~Rip done!<)<:>/ERROR "Handbrake encode didn't finish properly"<?

to
Encode CLI #1 =?>!(>prevExeLog=~Encode done!<)<:>/ERROR "Handbrake encode didn't finish properly"<?


also if you want to use ffmpeg it is now ffmpeg4
/vcodec ffmpeg4
__________________
Acer AM3910-UR10P Intel Core i3-540 3.06GHz Desktop, Windows 8 Pro. 64bit, 2 HdHomerun units(4 QAM Tuners) , 1 HD Homerun Prime using SageDCT (3 Tuners), for a total of 7 HD Tuners , LinkSYS 8 port Gigabyte Switch.
HD Homerun Prime Running on its own NIC
D-link 857 Router
Server: Sage TV 7
4 clients: SageClient TV 7
Launch mame and emulator games from Sage Game Menu Item Creator

Last edited by nyplayer; 05-11-2012 at 07:49 PM.
Reply With Quote
  #205  
Old 06-14-2012, 12:59 PM
Thron Thron is offline
Sage User
 
Join Date: Apr 2005
Location: Orange County, Ca
Posts: 32
You should look at mcebuddy http://mcebuddy.com It does everything media shrink does, but its all gui and will read your existing EDL file. It can also be scheduled to shrink files.
__________________
Windows 7 64bit, Sage 7, 2 HD300, MSI 785G-E53 w/ AMD Athlon II x4 3.0GHz , 4GB PC3200, 1TB RAID 1, Hauppauge PVR-150 / HVR-2250, 2 HD300, USB-UIRT, URC 8820
Reply With Quote
  #206  
Old 07-16-2012, 05:01 AM
BKeadle BKeadle is offline
Sage Advanced User
 
Join Date: Mar 2010
Location: Illinois
Posts: 175
I once had/saw a document that listed/explained the available metadata properties of recordings, such as $.GetFileDuration{}, but I can't seem to find it. Can someone point me in the right direction where this information is provided?

Thanks.
__________________
SageTV: 6.6.2.218 w/SageMC v6.1
Windows XP (SP3)
AMD Athlon 64 X2 4200+ (2.2GHz), 4GB RAM
Hauppauge HVR-1600 (x2)
NVideo GeForce 660 (256MB)
Reply With Quote
  #207  
Old 07-16-2012, 05:03 AM
BKeadle BKeadle is offline
Sage Advanced User
 
Join Date: Mar 2010
Location: Illinois
Posts: 175
Quote:
Originally Posted by nyplayer View Post
You just need to make a small change to the profile.

MediaShrink\mediaEngineProfiles\encodingProfiles\Handbrake.profile
make this change

Encode CLI #1 =?>!(>prevExeLog=~Rip done!<)<:>/ERROR "Handbrake encode didn't finish properly"<?

to
Encode CLI #1 =?>!(>prevExeLog=~Encode done!<)<:>/ERROR "Handbrake encode didn't finish properly"<?


also if you want to use ffmpeg it is now ffmpeg4
/vcodec ffmpeg4
Thanks NYPLAYER for finding and sharing this!
__________________
SageTV: 6.6.2.218 w/SageMC v6.1
Windows XP (SP3)
AMD Athlon 64 X2 4200+ (2.2GHz), 4GB RAM
Hauppauge HVR-1600 (x2)
NVideo GeForce 660 (256MB)
Reply With Quote
  #208  
Old 07-16-2012, 07:36 AM
nyplayer nyplayer is online now
Sage Icon
 
Join Date: Sep 2005
Posts: 2,020
Quote:
Originally Posted by BKeadle View Post
I once had/saw a document that listed/explained the available metadata properties of recordings, such as $.GetFileDuration{}, but I can't seem to find it. Can someone point me in the right direction where this information is provided?

Thanks.
http://download.sage.tv/api/index.html

Look under AiriingApi
MediafileApi
ShowApi
__________________
Acer AM3910-UR10P Intel Core i3-540 3.06GHz Desktop, Windows 8 Pro. 64bit, 2 HdHomerun units(4 QAM Tuners) , 1 HD Homerun Prime using SageDCT (3 Tuners), for a total of 7 HD Tuners , LinkSYS 8 port Gigabyte Switch.
HD Homerun Prime Running on its own NIC
D-link 857 Router
Server: Sage TV 7
4 clients: SageClient TV 7
Launch mame and emulator games from Sage Game Menu Item Creator
Reply With Quote
  #209  
Old 07-16-2012, 09:58 AM
BKeadle BKeadle is offline
Sage Advanced User
 
Join Date: Mar 2010
Location: Illinois
Posts: 175
Thank you very much. However, this doesn't look familiar for SageTV v6. Is it different?
__________________
SageTV: 6.6.2.218 w/SageMC v6.1
Windows XP (SP3)
AMD Athlon 64 X2 4200+ (2.2GHz), 4GB RAM
Hauppauge HVR-1600 (x2)
NVideo GeForce 660 (256MB)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Utility: Web Radio and TV Encoder michaeldjcox SageTV Customizations 853 02-02-2013 10:07 PM
(Old) MediaShrink - An HTPC focused encoder evilpenguin SageTV Customizations 603 04-26-2010 08:05 PM
Bring focused item to front and call fanart PLUCKYHD SageTV Studio 0 04-08-2009 07:38 AM
Get currently focused widget? cncb SageTV Studio 3 05-01-2008 12:22 PM
God does not want me to have HTPC, more problems - network encoder stryker SageTV Software 2 02-03-2008 07:54 AM


All times are GMT -6. The time now is 08:38 PM.


Powered by vBulletin® Version 3.7.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2003-2005 SageTV, LLC. All rights reserved.