当前位置:网站首页>The system needs to scan all the files and try to identify the cover of the video
The system needs to scan all the files and try to identify the cover of the video
2022-06-10 22:07:00 【lpp18】
Concept introduction
TypeScriptIt's an open source programming language developed by Microsoft , By means ofJavaScriptIt is built by adding static type definition on the basis ofTransport StreamThe transport stream , Is a common video packaging format , be based on MPEG-2 The packaging format of ( So is also called MPEG-TS)TypeScriptandTransport StreamThe file extensions of arets
Problem phenomenon
stay Windows On the operating system .ts Marked by default as Transport Stream, There is no problem for ordinary users , But for the TypeScript It's a disaster for developers : Open a file browser .ts Projects with many files , The system needs to scan all the documents , And try to identify the cover of the video , This process is almost frame by frame animation , Seriously affect work efficiency .
terms of settlement
To solve this problem , It must be revised Windows The registry , Save the following code as typescript.reg, Then double click Import registry , Restart the system .
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\.ts]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Kindmap]
".ts"="document"Restore video mode
Then someone might want to say , What if I want to recover one day ? The following is the registry code for recovery :
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.ts]
"Content Type"="video/vnd.dlna.mpeg-tts"
"PerceivedType"="video"
[HKEY_CLASSES_ROOT\.ts\OpenWithProgids]
"AppX6eg8h5sxqq90pv53845wmnbewywdqq5h"=hex(0):
[HKEY_CLASSES_ROOT\.ts\ShellEx]
[HKEY_CLASSES_ROOT\.ts\ShellEx\{BB2E617C-0920-11D1-9A0B-00C04FC2D6C1}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_CLASSES_ROOT\.ts\ShellEx\{e357fccd-a995-4576-b01f-234630154e96}]
@="{9DBD2C50-62AD-11D0-B806-00C04FD706EC}"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Kindmap]
".ts"="video"This is the dividing line
边栏推荐
- Cordova plugin /jpush phonegap Aurora push_ Local push_ Message push
- 学IT毕业后该去哪个城市?哪个岗位薪资高?哪些公司待遇好?
- 目标检测相关概念的理解
- Summary of common mysql8 commands in centos7 environment
- Redis cluster configuration
- About type-C
- 系统重装以及查询系统性能
- How to view the occupied space of a table in MySQL database
- JS anchor positioning can extend many functions
- A small case with 666 times performance improvement illustrates the importance of using indexes correctly in tidb
猜你喜欢

【phpstorm】 No data sources are configured to run this SQL and provide advanced c

What do software test engineers do?

Redis cache penetration

NFT copyright / royalties

实用 | 如何利用 Burp Suite 进行密码爆破!

Acl2022 | bert2bert: an efficient pre training method of parameter reuse, which significantly reduces the training cost of oversized models

标配双安全气囊,价格屠夫长安Lumin 4.89万起售

C language -- 4 first-time constant

Abbexa AML1 DNA binding ELISA Kit instructions
Super detailed tutorial for installing mysql8 in centos7 (no pit!)
随机推荐
Cordova plugin /jpush phonegap Aurora push_ Local push_ Message push
Rotate navigation bar
Are you still writing the TS type code
Which city should I go to after I graduate from it? Which position has a high salary? Which companies have good treatment?
Leetcode advanced road - 167 Sum of two numbers II - input ordered array
AI blessing real-time interaction | analysis of zegoavatar facial expression following technology
App test case
Naturalspeech model synthetic speech achieves human speech level for the first time in CMOS test
CCF class a conference or journal - regression related papers
Leetcode advanced road - 125 Validate palindrome string
Leetcode advanced path - delete duplicates in the sorting array
Detailed explanation of MySQL range query optimization scenario instances
C language -- 7 operators
"O & M youxiaodeng" self service account unlocking tool
Leetcode advanced path - reverse string
SQL Server2019安装的详细步骤实战记录(亲测可用)
Abbexa acrylamide peg NHS instructions
Practical | how to use burp suite for password blasting!
ThinkPHP v6.0.x反序列化漏洞复现
登堂入室之soc开发环境及硬件开发准备