Hi everyone,
So while I'm de-interlacing my (SD) videos into x264, I use pretty "expensive" setup:
- QTGMC Preset is set to slower
- FFMPEG Quality is set to 18, and Preset is set to slow
Which I really like the end product, some videos takes a lot of time to compress. I have couple of friends who requests my help capturing couple of videos. I'm going to hand them the lossless format, but I suspect they are not going to tell the difference if I'll use use less-expensive de-interlacing version (so they can watch it instead of opening the lossless file). So It's subjective of-course, but for the untrained eye. Which settings are you using when creating x264 file? I start to do some benchmarking (like going to Preset Fast on FFMPEG, and set QTGMC preset to Slow), but I figured I'll ask you guys, perhaps you can save me some benchmarking.
Thanks!
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 7 of 7
			
		- 
	
- 
	I'm running the compression on a dedicated Windows 7 machine (so I can keep working on my main Desktop). It's has rather old CPU (Intel Core 2 Quad Q6600), but I have a script that runs those in batch so I just leave it on compressing on the background. 
 
 I am running AviSynth+. QTGM is set to run on Muilthreaded (SetFilterMTMODE("QTGMC", 2)), and I set EdiThread to be 3. Also prefetch is set to 3. I will give QTGMC Fast with very fast x264 preset a go. Thank you!
 
 EDIT: Forgot to mention CPU when encoding is around 80-85%.Last edited by Okiba; 5th Nov 2020 at 18:45. 
- 
	Note you can run any encoding at low priority and it will have hardly any noticeable impact on foreground processing. Use a batch file that starts with: 
 
 Code:start /b /low "ffmpeg" ffmpeg.exe (follow with your ffmpeg commands) 
- 
	Oh, cool idea. I wasn't thinking about running in on low priority process. Perhaps this will enable me to run it on the stronger machine (and I can just change the priorty during the night when I do not work). Will give it a test. Thanks! 
- 
	There's no need to change the priority at night. If no other process is requesting CPU time even a low priority process will get as much as it can use. Priority only has an effect when multiple processes are requesting CPU time -- the higher priority process get more, lower priority processes get less. 
Similar Threads
- 
  [FFMPEG Help] "sample size is not equal to block align" warningBy giroro in forum EditingReplies: 0Last Post: 3rd Mar 2020, 07:48
- 
  How to Encode video using "Apple QuickTime" Writing Library in FFmpegBy deepfrayder in forum Video ConversionReplies: 15Last Post: 3rd Feb 2020, 01:16
- 
  ffmpeg 4.1.4 question regarding "limited color range" output fileBy bokeron2020 in forum Newbie / General discussionsReplies: 12Last Post: 1st Aug 2019, 18:28
- 
  qtgmc error "there is no function named removegrain"By codemaster in forum Video ConversionReplies: 6Last Post: 17th Jun 2017, 14:51
- 
  LAME.exe's "bitrate around" and -V "'s relation, and -k option good or bad?By sommers in forum Newbie / General discussionsReplies: 8Last Post: 14th Jun 2017, 05:18


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