最近因转换视频格式需要,研究了一下目前的视频格式转换工具。
发现下面几个比较顺手的:
-
- Adobe Media Encoder
很强大的视频转换工具,支持显卡加速,只是需要$$$ - Any Video Converter Free
转换手机视频的利器,转出来的视频格式比Handbrake要小。当然画质就稍微差点,720P的电影,一部转下来大概有1GB大小。免费 - Handbrake
老牌的免费视频转换工具,支持H265。转出来的画质不错。
- Adobe Media Encoder
最近因转换视频格式需要,研究了一下目前的视频格式转换工具。
发现下面几个比较顺手的:
一年一度的Airshow,纠结了一下还是出发了~ 😀
推荐两个Partition Magic的替代软件
可动态调整分区大小,分区,格式化什么的就更不在话下了。
PS:如果你用SSD的话,记得分区对齐。
Here are steps to setup a user and allow the user access only via FTP (i.e. no SSH) and also limit access to a specific (user home) directory on proftpd:
1. Add new user: adduser newusername
2. Set password: passwd newusername
3. Modify user home directory from default to a new folder:
usermod -d /target/directory username
4. Edit shells file: vi /etc/shells and add /dev/null at the end
5. Modify newusername entry in the passwd file: vi /etc/passwd to add /./ before the newusername so that the entry looks like this:
newusername:x:502:502::/home/ftp/./newusernamehomedirectory/:/dev/null
6. Edit /etc/proftpd/proftpd.conf file and uncomment the line DefaultRoot ~
grep -rnw '/path/to/somewhere/' -e 'pattern'
-r or -R is recursive,-n is line number, and-w stands for match the whole word.-l (lower-case L) can be added to just give the file name of matching files.Along with these, --exclude, --include, --exclude-dir flags could be used for efficient searching:
grep --include=\*.{c,h} -rnw '/path/to/somewhere/' -e "pattern"
grep --exclude=*.o -rnw '/path/to/somewhere/' -e "pattern"
--exclude-dirparameter. For example, this will exclude the dirs dir1/, dir2/ and all of them matching *.dst/:
grep --exclude-dir={dir1,dir2,*.dst} -rnw '/path/to/somewhere/' -e "pattern"
This works very well for me, to achieve almost the same purpose like yours.
For more options check man grep
sudo apt-get clean
sudo apt autoremove –purge
sudo apt-get autoremove –purge
sudo purge-old-kernels
sudo apt autoremove
用了三年多了DigitalOcean,最近发现Vultr的性价比更高,速度更快。
还犹豫什么?换!
目前感觉速度还不错~ 有海外虚拟机需求的朋友可以关注了。
今天刚好有这个需求研究了一下,发现ffmpeg就可以实现。
$ ffmpeg -f gif -i infile.gif outfile.mp4
Mark一下
还在用ISP给的DNS?有没发现一些网站上不去了?
试试下面几个公共DNS服务器:
首选(联通):123.125.81.6
备选(联通):140.207.198.6