Daily Shaarli

All links of one day in a single page.

2024 M09 20

ffmpeg硬件编解码Nvidia GPU_ffmpeg设置gpu解码-CSDN博客

ffmpeg -hwaccel cuvid -vcodec h264_cuvid -i input.mp4 -vf scale_npp=1920:1080 -vcodec h264_nvenc -acodec copy -f mp4 -y output.mp4

Linux 服务器磁盘大文件查找和清理_linux磁盘空间满了-CSDN博客

find / -type f -exec du -h {} + | sort -rh | head -n 20