Welcome to Ubuntu 24.04.1 LTS (GNU/Linux 6.8.0-139-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/pro
System information as of Wed Sep 16 08:53:38 PM +03 2026
System load: 0.25 Processes: 248
Usage of /: 56.9% of 66.98GB Users logged in: 1
Memory usage: 27% IPv4 address for ens160: 213.238.170.219
Swap usage: 3%
* Canonical Workshop gives developers fast, composable, reproducible, and
secure developer environments that are perfect for agentic workflows.
https://ubuntu.com/workshop
Expanded Security Maintenance for Applications is not enabled.
144 updates can be applied immediately.
To see these additional updates run: apt list --upgradable
16 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm
*** System restart required ***
Last login: Wed Sep 16 20:36:39 2026 from 88.253.69.213
root@213-238-170-219:~# temiz; python3 - <<'PY'
import subprocess, tempfile
from pathlib import Path
from PIL import Image
F=Path("/home/hermes/avalanche_shorts_benchmark_20260916_192459/output/avalanche_how_it_starts_tr_short.mp4")
dur=float(subprocess.check_output([
"/usr/bin/ffprobe","-v","error","-show_entries","format=duration",
"-of","default=nk=1:nw=1",str(F)
],text=True).strip())
times=[0.5+i*((dur-1.0)/5) for i in range(6)]
with tempfile.TemporaryDirectory() as td:
td=Path(td)
imgs=[]
for i,t in enumerate(times):
out=td/f"{i}.jpg"
subprocess.run([
"/usr/bin/ffmpeg","-y","-v","error","-ssPYint("SHEET="+out)FROM_END=",round(dur-times[-1],3)
========== YENİ KOMUT | 16.09.2026 20:53:43 ==========
Traceback (most recent call last):
File "<stdin>", line 3, in <module>
ModuleNotFoundError: No module named 'PIL'
root@213-238-170-219:~#