Compare commits
No commits in common. "e9f62b4a9c0cdb706e78db0a9614f6428f82971b" and "4e76f101baa8e04bdea74b0a1e317688c15f511e" have entirely different histories.
e9f62b4a9c
...
4e76f101ba
@ -1,6 +1,12 @@
|
||||
HandBrakeCLI -i %1 -o temp/handbrake.mkv -f av_mkv -m -e x265_10bit --encoder-preset slower -q 20 --encoder-profile auto --all-audio -E copy --audio-copy-mask aac,eac3,dts,ac3,truehd,dtshd,mp3 --crop-mode auto --auto-anamorphic --all-subtitles > temp/log.txt
|
||||
::@echo off
|
||||
:: Delayed expansion has to be enabled, to dynamically assign values for variables using "!VariableName!"
|
||||
::setlocal enabledelayedexpansion
|
||||
|
||||
ffmpeg.exe -i %1 -c:v copy -f hevc - | dovi_tool extract-rpu - -o "temp/RPU.bin">> temp/log.txt
|
||||
::HandBrakeCLI -i %1 -o temp/handbrake.mkv -f av_mkv -m -e x265_10bit --encoder-preset slower -q 20 --encoder-profile auto --all-audio -E copy --audio-copy-mask aac,eac3,dts,ac3,truehd,dtshd,mp3 --crop-mode auto --auto-anamorphic --all-subtitles > temp/log.txt
|
||||
|
||||
ffmpeg.exe -i %1 -c:v copy temp/hdr.hevc >> temp/log.txt
|
||||
|
||||
dovi_tool extract-rpu temp/hdr.hevc -o "temp/RPU.bin" >> temp/log.txt
|
||||
|
||||
ffmpeg.exe -i temp/handbrake.mkv -c:v copy temp/nonhdr.hevc >> temp/log.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user