사용자 도구

사이트 도구


linux:video

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
linux:video [2015/10/05 00:56]
kwon37xi [smi2srt]
linux:video [2015/10/05 00:58]
kwon37xi [smi2srt]
줄 50: 줄 50:
 dn=$(dirname "$1") dn=$(dirname "$1")
 targetname="${fn%.*}.srt" targetname="${fn%.*}.srt"
-echo "Original $1, fn $fn, dn $dn, targetname $targetname --> $dn/$targetname" 
 subs -c srt "$1" -o "$dn/$targetname" subs -c srt "$1" -o "$dn/$targetname"
 read -p "Press Enter." nov read -p "Press Enter." nov
 +</code>
 +  * [[linux:mint:nemo|Nemo]] Action으로 변환 ''/home/kwon37xi/.local/share/nemo/actions/smi2srt.nemo_action''<code>
 +[Nemo Action]
 +Name=SMI to SRT
 +Comment=SMI to SRT
 +Exec=gnome-terminal -x sh -c "/home/kwon37xi/.local/bin/smi2srt.sh '%F'"
 +Selection=Any
 +Extensions=smi
 </code> </code>
linux/video.txt · 마지막으로 수정됨: 2023/06/05 16:30 저자 kwon37xi