Hello, I have multiple folders with a lot of DNGs inside, coming from my highspeed camera. I need to have a preview of what was recorded as fast as possible. So I tried FFMPEG, which uses the GPU for conversion and that is really fast. FFMPEF reads DNGs directly to stream them into a MP4. This is the command-line I use.
ffmpeg -r 25 -f image2 -i frame_%06d.dng -vcodec libx264 -crf 25 -pix_fmt yuv420p preview.mp4
However the colors are really bad greenish, the image is to dark and there is a lot of banding. Does anyone know a way to make FFMPEG create MP4 from read DNGs with reasonably better quality? Thanks!
Martin.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 1 of 1
			
		Similar Threads
- 
  How to convert mp4 audio to AAC and keep original video w FFMPEG or ?By trueblueCj in forum Newbie / General discussionsReplies: 1Last Post: 1st Jul 2018, 19:24
- 
  ffmpeg to convert 4k/hdr10 to (i) h.264/10-bit/.mp4 (ii) h.265/10-bit/.mp4By hydra3333 in forum Video ConversionReplies: 2Last Post: 10th Feb 2018, 20:49
- 
  How to append multiple *.mp4 videos with ffmpeg?By pxstein in forum Newbie / General discussionsReplies: 7Last Post: 21st Jun 2017, 11:07
- 
  what software or what ffmpeg commands can convert mp4 to avi?By sommers in forum Newbie / General discussionsReplies: 7Last Post: 16th Jun 2017, 05:44
- 
  [FFMpeg] MP4 Fast ResizeBy Marmz in forum Video ConversionReplies: 0Last Post: 18th Jun 2016, 16:17


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