Forgive me if this is the wrong place but i was wondering how i would go about writing a batch file to convert a folder of fansubbed anime from 10bit to 8bit so i can watch it on my Popcorn Hour. Currently i am doing them one by one (using a bat file with "x264 --preset slow --tune animation --crf 18 -o %1.8bit.mkv %1") but was hoping there is a way to put all the files in one folder, convert them and then output the 8bit videos to a separate folder once they have been converted.
Thanks.
+ Reply to Thread
Results 1 to 4 of 4
-
-
Batch file:
Code:for %%a in ("*.mkv") do x264 --preset slow --tune animation --crf 18 -o "\path\to\%%~na.8bit.mkv" "%%a"
Similar Threads
-
Converting 8bit UHD 8 4:2:0 to (faux) 10bit HD (1080) 4:4:4
By newpball in forum EditingReplies: 24Last Post: 24th Jul 2015, 17:54 -
Encoding 8bit to 10bit MKV and then back to 8bit MKV
By enim in forum Video ConversionReplies: 2Last Post: 18th Aug 2013, 10:23 -
Vidcoder on 10bit to 8bit anime videos
By blinkmadden in forum Newbie / General discussionsReplies: 3Last Post: 18th Aug 2013, 08:18 -
Convert 10bit MKV videos in to 8bit MKV with XMedia
By RaW D Coy in forum Newbie / General discussionsReplies: 2Last Post: 12th Oct 2012, 12:10 -
MKV 8bit to 10bit subtitle help!
By lolek31 in forum SubtitleReplies: 8Last Post: 8th Jul 2012, 21:26