I got folder full of images , number of images = 600 , I want to make a video which plays one image per second hence duration of that video gona be 600 sec i.e 10 mins . (frame rate 1per sec)
So to do this i gave
but ffmpeg only processed 28 images and made the output video of duration 28 sec .Code:ffmpeg -i /home/user/folder/image%d.jpeg -r 1 -f avi output.avi
and when I increased -r value to 2 it processed 56 images with output video of duration 28 sec.
somehow its making output video always of 28 sec ??
I got no clue why its doing this my ffmpeg version is 0.5 , operating system Ubuntu 9 .
Thanks in Advance.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 2 of 2
			
		Similar Threads
- 
  Ffmpeg N/A video conversion problemBy livestream in forum Video ConversionReplies: 3Last Post: 15th Sep 2011, 17:17
- 
  php-ffmpeg video conversionBy Tonybot in forum Video ConversionReplies: 6Last Post: 7th Jun 2011, 04:37
- 
  php-ffmpeg video conversionBy Tonybot in forum ProgrammingReplies: 1Last Post: 6th Jun 2011, 03:36
- 
  ffmpeg: an image to video conversion question...By mehmedean in forum Video ConversionReplies: 14Last Post: 31st Jan 2011, 20:18
- 
  Mencoder // ffmpeg flv file Audio-video sync problemBy krishnareddy in forum ffmpegX general discussionReplies: 5Last Post: 26th Apr 2009, 10:13


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

 Quote
 Quote 
    