|
SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#121
|
||||
|
||||
It might actually be working now, I just haven't had the time to test it out (its a real pain to verify )
How about this, i'll give it a quick once over, enable it in the next release and then people who want to use it can help me debug it by using it and reporting issues? |
#122
|
||||
|
||||
Quote:
Yes it a great idea and you can count me in to help debug it and report any issue found! Bill
__________________
HTPC System GIGABYTE GA-MA69GM-S2H AM2 AMD 690G HDMI // AMD Athlon 64 X2 6000+ Windsor 3.0GHz // G.SKILL 6GB (2 x 2GB) 240-Pin DDR2 SDRAM DDR // Hauppauge Colossus HD-PVR // Hauppauge Colossus HD-PVR // Seagate ST3750640AS 750GB SATA-300 16MB // DVD R/W - SAMSUNG Black Media Extenders HD300 HTPC Software Windows 7 Professional 64bits // SageTV 7.1.x // Java 1.7.x |
#123
|
||||
|
||||
Good news for HB HDTV encoding :)
A HandBrake dev did a little digging into our HDTV issue and seems to have isolated the cause. I'll keep an eye out for the fix (he said it'd take a bit) and try and get working build asap.
|
#124
|
||||
|
||||
That would be great. My last compression using mencoder took 6 hours to encode a 1 hour show. HB seems to be taking about 40 minutes for the same show.
|
#125
|
||||
|
||||
Quote:
Thanks E.P. Mick. |
#126
|
||||
|
||||
SageMC Video Tools v3.0f
Change list-
Last edited by evilpenguin; 12-09-2007 at 04:42 PM. |
#127
|
||||
|
||||
AutoEncode.profile
Code:
# Profile: AutoEncode # # Automagically encode content # Encode CLI #1 =/twoPass<&>/mp3<&>/x264<&>/autoCrop Encoder #1 =setOptions Encode CLI #3 =?>ORIGINAL:videoContainer=~mpeg&&ORIGINAL:videoResolution=~x1080<:>/deinterlace<&><? Encoder #3 =setOptions Encode CLI #2 =?>ORIGINAL:videoContainer=~mpeg&&!ORIGINAL:videoResolution=~(x1080|x720)<:>/deinterlace<&>/deNoise<&><? Encoder #2 =setOptions Encode CLI #4 =?>ORIGINAL:videoContainer=~mpeg&&ORIGINAL:videoResolution=~(x1080|x720)<:>/verticalScale<&>688<&><? Encoder #4 =setOptions Encode CLI #5 =?>(>(>ORIGINAL:videoContainer=~mpeg&&ORIGINAL:videoResolution=~(x1080|x720)<)||!ORIGINAL:videoContainer=~mpeg||ORIGINAL:audioCodec=~ac3<)&&!isDVD<:>Mencoder<=>HandBrake<? Encoder #5 =insertFunction Output Mode = Code:
# Profile: AutoEncode # # Automagically encode content # Encode CLI #1 =/onePass<&>/aac<&>/x264<&>/autoCrop<&>/mkv Encoder #1 =setOptions Encode CLI #3 =?>ORIGINAL:videoContainer=~mpeg&&ORIGINAL:videoResolution=~x1080<:>/deinterlace<&><? Encoder #3 =setOptions Encode CLI #2 =?>ORIGINAL:videoContainer=~mpeg&&!ORIGINAL:videoResolution=~(x1080|x720)<:>/deinterlace<&>/deNoise<&><? Encoder #2 =setOptions Encode CLI #4 =?>ORIGINAL:videoContainer=~mpeg&&ORIGINAL:videoResolution=~(x1080)<:>/verticalScale<&>720<&><? Encoder #4 =setOptions Encode CLI #5 =?>(>(>ORIGINAL:videoContainer=~mpeg&&ORIGINAL:videoResolution=~(x1080|x720)<)||!ORIGINAL:videoContainer=~mpeg||ORIGINAL:audioCodec=~ac3<)&&!isDVD<:>Mencoder<=>HandBrake<? Encoder #5 =insertFunction Output Mode = |
#128
|
||||
|
||||
I see the new setting for "Wait for comskip file." Is this waiting for a .txt file or just one created by comskip (maybe the edl file)?
|
#129
|
||||
|
||||
It waits for a txt or edl file which would indicate that your commercial detection method is finished.
|
#130
|
||||
|
||||
I also don't see the setting to turn on/off commercial removal. Is this tied to the same setting?
By the way, the folder that holds the work files now has several spreadsheets (I'm using autoencode) is it related to the autocrop? |
#131
|
||||
|
||||
This was asked on MissingRemote so I thought i'd answer it here.
Quote:
Aside from that, there are technical hurdles in adding it to the Standard STV as it currently relies heavily on hooks in the base SageMC that Dirk was generous enough to provide to me. The only other option (which I greatly prefer) is for Sage to generic up their compression system a ton so that it would be able to call alternate encoding apps such as this. |
#132
|
||||
|
||||
Quote:
Quote:
The reason this works much better than mplayer's -cropDetect or HandBrake's built in autoCrop is that comskip was written to handle noisy mpg's and is able to account for the network logo which may be partly/entirely in the areas that need to be cut. Last edited by evilpenguin; 12-09-2007 at 06:18 PM. |
#133
|
||||
|
||||
Am I to assume that Autoencode defaults to removing commercials?
|
#134
|
||||
|
||||
Nope, I'll never turn on commercial cutting by default as my comskip files are still only accurate ~90% of the time. I prefer to encode them, check the comskip file, and if its good enough use the mencoderCommCut profile to remove the commercials from the .avi. If the commercials are really messed up, but I still want to cut them, i'll go in and fix the edl file by hand.
However, there's nothing stopping you from creating a custom AutoEncode profile that has it set by default Last edited by evilpenguin; 12-09-2007 at 06:29 PM. |
#135
|
||||
|
||||
How do I get the auto encode to use the x264 TV profile and only one pass?
|
#136
|
||||
|
||||
Quote:
(I'll try with a RW first though...) Any chances your changes could make it to the next official SageMC? Erik. |
#137
|
||||
|
||||
@ toricred
Just change the first line of AutoEncode.profile to read... Code:
# Profile: AutoEncode # # Automagically encode content # Encode CLI #1 =/onePass<&>/mp3<&>/x264<&>/autoCrop<&>/TV Encoder #1 =setOptions Encode CLI #3 =?>ORIGINAL:videoContainer=~mpeg&&ORIGINAL:videoResolution=~x1080<:>/deinterlace<&><? Encoder #3 =setOptions Encode CLI #2 =?>ORIGINAL:videoContainer=~mpeg&&!ORIGINAL:videoResolution=~(x1080|x720)<:>/deinterlace<&>/deNoise<&><? Encoder #2 =setOptions Encode CLI #4 =?>ORIGINAL:videoContainer=~mpeg&&ORIGINAL:videoResolution=~(x1080)<:>/verticalScale<&>720<&><? Encoder #4 =setOptions Encode CLI #5 =?>(>(>ORIGINAL:videoContainer=~mpeg&&ORIGINAL:videoResolution=~(x1080|x720)<)||!ORIGINAL:videoContainer=~mpeg||ORIGINAL:audioCodec=~ac3<)&&!isDVD<:>Mencoder<=>HandBrake<? Encoder #5 =insertFunction Output Mode = |
#138
|
||||
|
||||
Quote:
Thanks, Mike Downloading the plugin as we speak... |
#139
|
||||
|
||||
Quote:
For instance, every once and a while one commercial from a commercial break will be flagged as part of the show and you can see that as a commercial block with a little hole in it. Another common one is the opening of a show being too short and as such lumped in with the first commercial break. All and all, for a 30 minute show, cutting commercials only save ~100 mb when compressing at 1500 kbs. And for my money that's not worth risking ruining a recording by a bad auto-cut. |
#140
|
||||
|
||||
I downloaded SageMC_VideoTools_v3_0f.exe and extracted it to SageTV folder then went to Load STV (not Import STVi) SageMC_169_ep.xml.
After loading it, I went to SageMC Extra and it's blank. There no setup menu for video tool in it. Any idea what I may have missed? Thank you Bill
__________________
HTPC System GIGABYTE GA-MA69GM-S2H AM2 AMD 690G HDMI // AMD Athlon 64 X2 6000+ Windsor 3.0GHz // G.SKILL 6GB (2 x 2GB) 240-Pin DDR2 SDRAM DDR // Hauppauge Colossus HD-PVR // Hauppauge Colossus HD-PVR // Seagate ST3750640AS 750GB SATA-300 16MB // DVD R/W - SAMSUNG Black Media Extenders HD300 HTPC Software Windows 7 Professional 64bits // SageTV 7.1.x // Java 1.7.x |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
STV Import: Video Out Popup Menu for SageMC | razrsharpe | SageMC Custom Interface | 7 | 04-03-2010 04:49 PM |
STV Import: SageMC Video Tools v2.0.1a (2/02/07) | evilpenguin | SageMC Custom Interface | 501 | 04-06-2009 05:13 PM |
SageMC Video Tools 2.5 Alpha (need testers) | evilpenguin | SageMC Custom Interface | 6 | 02-23-2007 07:59 PM |
SageMC Video Tools | vividweb | SageMC Custom Interface | 2 | 12-08-2006 06:34 PM |