Here is my issue.
We have a DVR recording nonstop at 1 FPS. It's low quality so it can store a ton of stuff and the quality is fine for what it is. When we export the video with the included program, it exports as a quicktime .mp4 and quicktime thinks the video is 30 fps. Long term, we are in contact with the manufactuerer to find out what the issue is. Short term, I need this video to play to 1 FPS not 30, so it doesn't look like it's in fast forward. Quicktime only allows slowing it down to half-speed, and the people that will be watching this need to just be able to click on the movie and watch it, not fiddle around with play speeds. So I what I'm hoping someone can point me to is a program that lets me import a video clip at 30 fps, and stretch it out back to 1 frame per second instead. Thanks in advance.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 3 of 3
			
		- 
	
- 
	If the source, by the time AviSynth sees it, is already 30fps, then: 
 
 AssumeFPS(1)
 ChangeFPS(30)
 
 should do the trick. That first command slows it back down to the original 1fps, and the second command duplicates frames to bring it back up to 30fps, while still playing at the 1fps speed.
 
 http://avisynth.org/mediawiki/ChangeFPS#AssumeFPS
 http://avisynth.org/mediawiki/ChangeFPS#ChangeFPS
 
 You can do similar things using VirtualDub.
- 
	Thanks for your help. 
 
 I did it with both Avisynth and Virtualdub, worked perfect.
Similar Threads
- 
  Converting 23.976 fps to 29.97 without changing video lengthBy Cman21 in forum Video ConversionReplies: 7Last Post: 16th Mar 2010, 07:09
- 
  changing FPS of a videoBy snafubaby in forum Newbie / General discussionsReplies: 2Last Post: 13th Jul 2009, 08:09
- 
  Changing FPS for odd ones is this possibleBy SUPERIOR in forum AudioReplies: 4Last Post: 29th Dec 2008, 03:23
- 
  Changing fpsBy jh443 in forum Video ConversionReplies: 13Last Post: 29th Oct 2008, 21:57
- 
  How to convert a video of 120 Fps to... well 23.9fps or 25 fps or 30 fpsBy Chuba753 in forum Newbie / General discussionsReplies: 7Last Post: 6th Jun 2008, 20:17


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

 Quote
 Quote