sabato 23 gennaio 2016

Gestione di un file video con avconv


Tagliare un file:
time avconv -i input.ts -ss 00:16:44 -t 02:15:00 -c:a copy -c:v copy filmName.mp4

Convertire un file in H.264:
time avconv -i input.ts -c:a copy -c:v libx264 -crf 18 -preset veryfast filmName.mp4

Nessun commento:

Posta un commento