mod. 18-04

This commit is contained in:
rob 2024-04-18 01:45:45 -04:00
parent 5595467e0b
commit 38e7b5d4ed

View file

@ -1,9 +1,11 @@
#!/bin/sh
# Descripción: reproducción de video
# Dependencias: ffmpeg, ffplay
# Author: rob // punk_coders
for f in *.mp4
do
herbe $f | ffplay -x 800 -loglevel quiet -autoexit $f
done