i visit the official site : https://ffmpeg.zeranoe.com/builds/
downloaded the 64 bit static build, then checking : ffmpeg -h encoder=libx265
but the supported format is 8 bit only
may i know where to find the ffmpeg with libx265 and 10 bit ?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 3 of 3
			
		- 
	
- 
	If making of avisynth script is a no problem, then you can always unleash a full power of possible settings (using Bepipe, NeroAacEnc, avs4x26x, Mp4box) : 
 
 or use ffmpeg just to load file instead of using avisynth script or making audio and pipe it for the restCode:BePipe.exe --script "Import(^input.avs^)" 2>nul | neroAacEnc.exe -lc -cbr 256000 -if - -of output.m4a avs4x26x.exe -L x265_10bit.exe --crf 22 --vbv-bufsize 20000 --vbv-maxrate 20000 --output output.hevc input.avs MP4box.exe -add output.hevc:fps=%fps% -add output.m4a -new output hevc.mp4 
- 
	You probably have to compile it yourself. The commonly available distributed builds typically won't include it 
 
 You can specify 8,10 and 12 bit ffmpeg libx265 with this autobuild
 https://github.com/jb-alvarado/media-autobuild_suite
 
 (But IMO, it's better to pipe to x265.exe, because the ffmpeg libx265 version is missing a few options)Last edited by poisondeathray; 26th Jun 2016 at 16:12. 
Similar Threads
- 
  ffmpeg does not apply parameters with libx265By z-machine95 in forum Video ConversionReplies: 15Last Post: 19th Aug 2015, 05:29
- 
  ffmpeg do not apply parameters with libx265By z-machine95 in forum Video ConversionReplies: 1Last Post: 28th Jun 2015, 17:57
- 
  2pass encoding (ffmpeg libx265)By z-machine95 in forum Video ConversionReplies: 18Last Post: 3rd May 2015, 02:43
- 
  does mp4 support 10-bit?By begna112 in forum Video ConversionReplies: 16Last Post: 22nd Oct 2012, 07:29
- 
  FFmpeg Runtime error / FFmpeg git-df82454 32-bit Static (2012-10-03)By MashedPotatoes in forum Newbie / General discussionsReplies: 5Last Post: 6th Oct 2012, 18:22


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote