YG
Size: a a a
YG
Y
YG
A
YG
YG
YG
YG
YG
YG
YG
A
YG
YG
VB
./test.sh list.txt
Это строка: ссылка1;текст1,текст1
./test.sh: line 5: ffmpeg: command not found
Это строка: ссылка2;текст2,текст2
./test.sh: line 5: ffmpeg: command not found
Это строка: ссылка3;текст3,текст 3
./test.sh: line 5: ffmpeg: command not found
VB
VB
while read line ; doecho ====START====dateecho Work $lineffmpeg -i "/root/wall/wall1.jpg" -i "/root/wall/tgwall.png" -filter_complex "overlay=main_w-overlay_w-350:50" -codec:a copy "/root/wall/wall.jpg" -y > /dev/null 2>&1done < "/root/wall/list.txt"A
VB