[sisyphus] Автонарезка фильма на фрагменты
Aleksey Birukov
aebirukov на gmail.com
Ср Сен 26 14:50:12 MSK 2012
26 сентября 2012 г., 14:45 пользователь DJ-Andrey-sXe <djandreysxe на yandex.ru
> написал:
> > ffprobe & ffmpeg прекрасно справились. Если кому надо - скину скриптик.
>
> ffmpeg-ом интересуюсь, поделитесь, пожалуйста
>
#!/bin/bash
array=( `cat index.txt|sed 's/pkt_dts=//'` )
count=${#array[@]}
index=0
while [ "$index" -lt $(( count - 1 )) ];do
ss=${array[$index]}
t=`echo ${array[$(( index +1 )) ]} - ${array[$index]}|bc`
output=`printf "%03d" $index`.avi
ffmpeg -i steve_morris.avi -vcodec copy -acodec copy -ss $ss -t $t $output
let "index = $index + 1"
done
--
Ответьте, пожалуйста, что-нибудь если получили это письмо.
--
С уважением,
Бирюков Алексей
----------- следующая часть -----------
Вложение в формате HTML было удалено...
URL: <http://lists.altlinux.org/pipermail/sisyphus/attachments/20120926/9ee8cc19/attachment-0001.html>
Подробная информация о списке рассылки Sisyphus