混世魔头
查看详细资料
TOP
#/bin/bash function dealwithonefile() { filename=$1 if echo "${filename##*.}" | grep -iqw "mkv" then tmpfilename=$filename".tmp.mkv" echo dealing with $filename $tmpfilename echo ffmpeg -i $filename -y -vcodec copy -sn -acodec ac3 -b:a 640k $tmpfilename ffmpeg -i $filename -y -vcodec copy -sn -acodec ac3 -b:a 640k $tmpfilename if [ $? == 0 ]; then sleep 1m rm $filename mv $tmpfilename $filename return 0 else echo ffmpeg err sleep 1m return -1 fi else echo $filename is not mkv fi } function dealwithDirs() { if [ -f $1 ]; then dealwithonefile $1 return $? fi for file in `ls $1` do if [ -d $1"/"$file ] ; then echo $1"/"$file is dir dealwithDirs $1"/"$file else dealwithonefile $1"/"$file #return $? fi done } if test -z $1 then pat=`pwd` dealwithDirs $pat else echo "$1 is not empty." dealwithDirs $1 fi
侠客
原帖由 zohu 于 2021-11-11 22:01 发表 CX当显示器用了,potplayer+madvr要比自带的差很多吗? 感觉是不是有一点太折腾了。尤其是对于PT下载,在NAS里放着的文件如果要保种的话,还得搞一下硬链接。
魔王撒旦
原帖由 MrNobody 于 2021-11-11 21:56 发表 lg自带播放器的字幕识别很玄学。 我实验了下。比较靠谱的就是 把内置字幕全删掉,外置字幕和视频名字完全相同的srt。 否则都有不识别的可能。 应该再加个正则表达式处理字母中的字体信息。得空再加。
天外飞仙
查看个人网站
大白屋
元始天尊
摄影中
早优生
夫斯基
魔神至尊