ffmpeg:encoding:batch_encode_all_files_in_a_directory
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ffmpeg:encoding:batch_encode_all_files_in_a_directory [2023/11/02 20:51] – peter | ffmpeg:encoding:batch_encode_all_files_in_a_directory [2023/11/02 20:54] (current) – peter | ||
---|---|---|---|
Line 6: | Line 6: | ||
for f in *.mp4; do ffmpeg -i " | for f in *.mp4; do ffmpeg -i " | ||
</ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | <code bash> | ||
+ | for %f in (*.mkv) do ffmpeg -i %f < | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * **~n**: | ||
+ | |||
+ | </ | ||
ffmpeg/encoding/batch_encode_all_files_in_a_directory.1698958271.txt.gz · Last modified: 2023/11/02 20:51 by peter