V
V
v-ex2021-09-02 16:49:37
Video
v-ex, 2021-09-02 16:49:37

How to batch transcode 5tb video?

Hello.

There is a video archive for 5TB video with a certain folder hierarchy, the task is to recode it to h265, and recreate a similar hierarchy but with a compressed video.

Maybe there are some ready-made solutions?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Drno, 2021-09-02
@Drno

here is a line to encode all videos by format from a folder. I think they will add the rest
for %%a in ("*.mkv") do !ffmpeg.exe -y -i "%%a" -c:v libx265 -b:v 10000k -s 1920x1080 "H:\CONVERT\DST\ %%~na.mp4"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question