How to extract the audio from an mp4 video to a mp3 file?
1.Using ffmpeg:ffmpeg -i /PATH/TO/INPUT.mp4 /PATH/TO/OUTPUT.mp3 If it is not installed, you can install it w...
admin 阅读(1493) 评论(2)
1.Using ffmpeg:ffmpeg -i /PATH/TO/INPUT.mp4 /PATH/TO/OUTPUT.mp3 If it is not installed, you can install it w...
admin 阅读(1244) 评论(2)
之前windows版本的xmind可以通过设置环境来转成大客户版本。我寻思Linux的xmind也可以按照这个方法来破解。不过官网和商店的版本已经没有这个漏洞了。我从网上找了一个可用的版本。Xmind 2020 (v...
admin 阅读(858) 评论(0)
Firefox浏览器则可以通过安装Web Paint扩展来实现触屏手写输入。该扩展支持在网页上进行手写绘图和手写输入,支持多种画笔和颜色,并且支持导出成图片或PDF文件。安装完成后,在Firefox浏览器中打开Web...
admin 阅读(834) 评论(0)
Got several PDF files and now you have to combine them into one? Here are different ways you can use to merg...
admin 阅读(783) 评论(0)
首先要安装号pip3sudo apt install python3-pip 找不到满意的版本,可能是pip需要升级了,所以使用python3 -m pip install -i https://pypi.tuna....