Convert to DV Profile 8
This commit is contained in:
		@@ -1,9 +1,11 @@
 | 
				
			|||||||
 | 
					mkdir temp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
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
 | 
					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 -f hevc - | dovi_tool extract-rpu - -o "temp/RPU.bin">> temp/log.txt
 | 
					ffmpeg.exe -i %1 -c:v copy -f hevc - | dovi_tool -m 2 --crop extract-rpu - -o "temp/RPU.bin" >> temp/log.txt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ffmpeg.exe -i temp/handbrake.mkv -c:v copy temp/nonhdr.hevc >> temp/log.txt
 | 
					ffmpeg.exe -i temp/handbrake.mkv -c:v copy temp/nonhdr.hevc >> temp/log.txt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dovi_tool.exe inject-rpu -i temp/nonhdr.hevc --rpu-in "temp/RPU.bin" -o temp/hdrcompressed.hevc >> temp/log.txt
 | 
					dovi_tool.exe inject-rpu -i temp/nonhdr.hevc --rpu-in "temp/RPU.bin" -o temp/hdrcompressed.hevc >> temp/log.txt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"%ProgramFiles%\MKVToolNix\mkvmerge.exe" --output DVCompressed.mkv temp/hdrcompressed.hevc -D temp/handbrake.mkv >> temp/log.txt
 | 
					"%ProgramFiles%\MKVToolNix\mkvmerge.exe" --output DVCompressed8.mkv temp/hdrcompressed.hevc -D temp/handbrake.mkv >> temp/log.txt
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user