01.Blogs :
erictsai  
ET Cut - a dCut replacement for Vista Media Center
Wednesday, January 24, 2007 12:17 AM

ET Cut v0.2 - my DVR-MS cutter for Vista Media Center

Source Code (VS2005)

Screenshot:

Motivation:
 
    I used to use a program called dCut in Windows XP Media Center Edition to cut segments from DVR-MS files, and then use DVRMSToolbox to convert DVR-MS files into MPG or WMV format. But dCut doesn't work in Vista Media Center. Besides, dCut cannot combine several segments into one file. ( I usaually dig out hidden DVR-MS files from Recorded TV\TempSBE while I see some interesting advertisement. Unfortunately sometimes the ad is splitted into two files. )
 
 
 
Introduction:
 
    ET Cut is a program runs in Vista Media Center which can combine any amount of segments from any amount of DVR-MS files into a new file.
 
 
 
Installation and Uninstallation:
  1. Extract ET Cut to a directory, e.g. C:\ETcut
  2. Right click on Command Prompt, choose "Run as administrator"
  3. C: [Enter] cd C:\ETcut [Enter]
  4. install [Enter] to install; uninstall [Enter] to uninstall

 

Usage:

  • Online Media -> Program Library -> ET Cut
  • DVR-MS files should be in Recorded TV folder
  • The output file will be in My Videos folder

 

Known Issue:

  • After a video ends, the program hang about 20 seconds. To avoid this issues, you better pause or stop before a video ends.
  • Ugly UI

Change Log:
--------------------------

v0.2
Add: Customizable source/destination directory.

0 Comments | Post a Comment |

posted  by  erictsai  with 

Tip: regedit /m
Friday, July 14, 2006 6:45 AM
You can open more than 1 regedit by running regedit /m

0 Comments | Post a Comment |

posted  by  erictsai  with 

Disable Hibernation in Vista
Tuesday, July 04, 2006 5:35 PM

Disable hibernation to save disk space:

powercfg -h off

0 Comments | Post a Comment |

posted  by  erictsai  with 

2006/05/25~28 @ Singapore
Tuesday, June 13, 2006 3:09 AM

這是Economy Class

去新加坡的飛機人比較少

咖哩海南雞飯

好玩的帽子

好玩的帽子

第一次吃Room Service(才知道原來這也要給小費)

夜景

夜景

最高法院

菜單寫在窗戶上

奇怪的水果

第一次被升級成Deluxe Class

To Be Continued...

0 Comments | Post a Comment |

posted  by  erictsai  with 

在一個控制項旁邊放多個Validator
Thursday, June 01, 2006 5:29 AM

把Validator的Display屬性設為Dynamic,沒有顯示錯誤訊息的Validator就不會佔網頁上的空間。

1 Comments | Post a Comment |

posted  by  erictsai  with 

剛發現Java陣營被微軟挖走不少人啊~
Thursday, May 25, 2006 3:40 AM

繼蔡學鏞之後,昨天剛發現王森、洪志鵬居然也都跑到微軟了...

http://0rz.tw/2b1nB

1 Comments | Post a Comment |

posted  by  erictsai  with 

MaxLength of TextBox in GridView Edit Mode
Wednesday, May 24, 2006 5:23 AM
protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
    foreach (Control c in e.Row.Cells[1].Controls)
    {
        if (c is TextBox)
        {
            ((TextBox)c).MaxLength = 6;
        }
    }
}

0 Comments | Post a Comment |

posted  by  erictsai  with 

Restore Default Anonymous Access Account and Password for an IIS 6 WebSite
Saturday, April 22, 2006 5:48 AM

Scenario:

After specifiying an account and password for anonymous access, I want to use the default IUSR account for anonymous access again.

There is no "Allow IIS to Control Password" option in IIS 6.

 

Solution:

Using IIS Metabase Exlporer http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499

1. Open Metabase Explorer, expand W3SVC/SiteID/Root of the website.

2. Change AccessFlags of the old website to 513

3. Delete AnonymousUserName and AnonymousUserPass

P.S. http://support.microsoft.com/?kbid=332167 This KB seems useless.

0 Comments | Post a Comment |

posted  by  erictsai  with 


 
03.UPDATE CALENDAR :
<November 2008>
SunMonTueWedThuFriSat
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456

05.MY LINKS :

07.Subscriptions :

Subscriptions


© Copyright 2005 Microsoft Corporation. All Rights Reserved.
Terms of Use | Privacy Statement | Code of Conduct | Hosted by MaximumASP for Microsoft
WHO-BAR