mercoledì 15 aprile 2009

download da youtube

downloadare youtube-dl
chmod +x
./youtube-dl url_del_video
ffmpeg -i url_del_video.flv nuovo_file.mpeg

il gioco e' fatto.

Nessun commento:

How to deploy Podman images to OpenShift Container Platform (CRC on localhost)

I have a microservice on localhost and I want to deploy its Podman image on OCP, which I am running using CRC on localhost.       1. Get the...