2015-11-09から1日間の記事一覧

ffmpeg ts2mp4 コマンドメモ cpu爆音を奏でる

compless() { if [ ! -f "${1%.m2ts}.mp4" ] ; then echo "$1" "${1%.m2ts}.mp4" `pwd` nohup nice -n 19 ffmpeg -y -i "$1" -threads 0 \ -deinterlace -f mp4 -vcodec libx264 -vpre hq-ts-v2 -level 40 -refs 3 -bf 3 \ -r 30000/1001 -aspect 16:9 -s 19…

一度分離して結合してるのか....

wine BonTsDemuxC.exe -i 1.m2t -o HOGERA -encode "Demux(m2v+wav)" -start -quit -sound 0 -nd cat HOGERA.wav |\ neroAacEnc -ignorelength -br 128000 -if - -of HOGERA.aac ffmpeg -y -i HOGERA.m2v \ -threads 0 -deinterlace -f h264 \ -vcodec libx2…

最近になって知ったんだけど、 watch -n 0.5 pkill -SIGUSR1 dd とか while true ; do sleep 0.5 ;ps xawwww| grep 3893 | grep -v grep; done | tee /home/foltia/php/tv/nas/log とか 受け取れる数って浮動小数点なんだな。 いままでusleep 500000 とかし…