Hi,
I have a strange problem with my video conversion.
I try to generate a mov file from dpx images.
On windows I use this command line:
And on linux I use the slightly different:Code:ffmpeg.exe -y -f image2 -i %1 -r 25 -sameq -vcodec mjpeg %2
The only difference is that I use -q:a in place of -sameq because linux version of ffmpeg didn't accept -sameq and told me to use -q:a instead.Code:ffmpeg -y -f image2 -i $1 -r 25 -q:a 1 -vcodec mjpeg $2
It generates the video correctly in windows. And in linux, it generates the video but with small purple dashes on the bottom of the video.
Do someone has an idea of why it would do such a thing ?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 5 of 5
			
		- 
	
- 
	Indeed, the versions seem different. 
 On windows ffmpeg.exe -version gives me :
 On linux it gives me:Code:FFmpeg version SVN-r23008, Copyright (c) 2000-2010 the FFmpeg developers built on May 2 2010 06:07:24 with gcc 4.4.2 
 Code:ffmpeg version N-46898-gc44a028 built on Nov 19 2012 17:08:42 with gcc 4.4.6 (GCC) 20120305 (Red Hat 4.4.6-4) 
 So the older version works better than the new one ? ^^
 I installed ffmpeg on linux with the git repository (using this tutorial http://ffmpeg.org/trac/ffmpeg/wiki/CentosCompilationGuide) Do you know how I can revert to an older version ?
Similar Threads
- 
  avi to mpeg adventure using ffmpeg in linux text modeBy doru001 in forum Video ConversionReplies: 66Last Post: 3rd Sep 2012, 07:41
- 
  Streaming MP4 using VLC and ffmpeg on Linux?By bobc02 in forum Video Streaming DownloadingReplies: 2Last Post: 24th Sep 2011, 12:02
- 
  FFMPEG - Windows vs Linux ?By Klagar in forum Video ConversionReplies: 3Last Post: 14th Oct 2010, 12:32
- 
  Difference between ffmpeg -threads and ffmpeg-mtBy Calidore in forum Video ConversionReplies: 2Last Post: 7th Mar 2010, 23:44
- 
  2 mpg stills: same encode options, vast quality difference ??? (linux)By jungle5150 in forum Video ConversionReplies: 7Last Post: 26th Jul 2009, 11:14


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

 Visit Homepage
				Visit Homepage
			