|
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. |
|
Thread Tools | Search this Thread | Display Modes |
#21
|
||||
|
||||
Verified that if I 'fix' the spaces in the comskip .edl file to 'tabs' then the .stvi file will now see the commercial breaks! Will have to bring that to Erik's attention.. I see several of my .edl files that have spaces in some places and tabs in others... and/or.. could you look for space/tab as a deliminator?
|
#22
|
|||
|
|||
I take that back, it did the split on anything except numbers 0-9. I had to change this to anything but 0-9 and a period..like:
commercials = java_lang_String_split(bytes,"[^0-9\\.]+") anyone have any input on this regular expression? |
#23
|
|||
|
|||
Ah, I see the problem...I am doing a replace of "\t0" to nuke that last column of 0's. This looks for tab 0. not entirely robust, but seemed to satisfy the file format I was looking at. Im thinking a better way would be to do a "0[\r\n]" to make it more robust...
|
#24
|
|||
|
|||
OK,
try this one and let me know how it works...it still works on mine and now looks for a carridge return or a line feed at the last column to eliminate the last zero. Anyone know what the is that column for, anyway? I will beta test this version for a while and release it if it is doing good... |
#25
|
|||
|
|||
The .edl format is specified by mencoder/mplayer
The last zero is to signal that the indicated segment has to be skipped. If the last zero would be a 1 than that segment should be muted.
__________________
Support Comskip, visit the forum and donate at http://www.comskip.org/ |
#26
|
|||
|
|||
Quote:
I can change it easily to tabs, but mencoder/mplayer can handle both tabs and spaces.
__________________
Support Comskip, visit the forum and donate at http://www.comskip.org/ |
#27
|
||||
|
||||
Quote:
__________________
Server: MS Win7 SP1; FX8350 (H2O cooled); 8GB RAM; Hauppauge HVR-7164 (OTA); HVR-885 (OTA); SageTV 9.1.5.x; 12+TB Sage Storage Clients: HD300 x2; HD200 x2; Placeshifter Service: EPB Fiber (1Gb); OTA (we "cut the cord"); Netflix, Hulu, etc. |
#28
|
||||
|
||||
Quote:
I'll report again if I see any problems.. |
#29
|
||||
|
||||
Quote:
|
#30
|
|||
|
|||
Could you download and test comskip 0.79 build 49?
It can be found at http://mk.kaashoek.com/comskip/files/comskip79_49.zip
__________________
Support Comskip, visit the forum and donate at http://www.comskip.org/ |
#31
|
|||
|
|||
When using the new build look at the readme.txt for what has changed.
Do keep your old ini file. F.y.i. Changes in 0.79.49 - Bug solved: SageTV needs tabs instead of spaces in the .edl file - Bug solved: SaveTV gets into a loop when a very short commercial at the start is detected. Changes in 0.79.48 - Bug solved: remove_after does not have any effect, all commercials shortened with fps frames. Changes in 0.79.47 - Bug solved: Certain DVR-MS files cause a buffer overrun in sound decoding - Parameter added: BTV requires a longer time to check for end of recording during live_tv. Set live_tv_retries=8 in the ini file. Changes in 0.79.46 - Added two ini file parameters, remove_before and remove_after, will remove the given amount of seconds of show before or after ALL commercials - Increase amount of memory available during live_tv processing to prevent out_of_memory crash when processing very long recordings. Changes in 0.79.45 - Bug solved: A TS file with MANY PID's causes Comskip to crash - Improved algorithm to deal with LiveTV in BTV 4.3 Changes in 0.79.44 - Added in the debugwindow the option to toggle blocks between commercial and show. Is available after processing an mpeg or a .csv file. Output files are rewritten after each toggle. The refference bar stays at the original detection results. Use the 'T' key to toggle
__________________
Support Comskip, visit the forum and donate at http://www.comskip.org/ Last edited by erik; 07-26-2006 at 01:20 PM. |
#32
|
|||
|
|||
The top change should be build 49
__________________
Support Comskip, visit the forum and donate at http://www.comskip.org/ |
#33
|
|||
|
|||
OK, I looked quick and think I found the cause of the bug that keeps comskip disabled after you do a manual skip. I think it happens if you do two manual skips in a row before the timeout. I am now thinking of a better way to do this and will update for the next stvi release.
For me, I had problems with this in the old stvi also, strangely some people reported that they did not encounter this problem back then. This is an area that I didnt make any changes in the new one. It is probably a corner usage case that I use a lot and others do not... Last edited by sundansx; 07-26-2006 at 03:22 PM. |
#34
|
|||
|
|||
Quote:
|
#35
|
||||
|
||||
End of video
I've noticed that since adding this .stvi tht when a video ends the recordings menu doesn't come up any more.. the video just freezes at where it ended and waits for me to 'close' it manually..
Anybody else seeing this? |
#36
|
||||
|
||||
Quote:
This is what the contents of that .edl file show.. 0.03 5.87 0 613.78 835.63 0 1383.38 1563.93 0 1928.73 2078.84 0 2398.33 2600.36 0 2957.82 3149.25 0 3599.33 3599.36 0 Thanks! |
#37
|
|||
|
|||
Mmm. will set the boundaries some wider, next build,
__________________
Support Comskip, visit the forum and donate at http://www.comskip.org/ |
#38
|
|||
|
|||
Done, could you download build 50 and test?
__________________
Support Comskip, visit the forum and donate at http://www.comskip.org/ |
#39
|
||||
|
||||
Quote:
I seem to recall seeing this occur also at the end of one of my recordings, have you adjusted for that as well? I'll watch carefully over the next few nights and report anything I find. |
#40
|
||||
|
||||
Quote:
If you like I could provide the .mpg file and the .edl file to you for study.. -Robert |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|