Hi,
Pls I would like to know how to put 2 or 3 different ''markin/out'' in a video
for example:
I have a 20min video and I'd like to cut it at 3 different places
pls see the attached pic (I did it with photoshop)
thanks
regards
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 5 of 5
			
		- 
	
- 
	If you want to remove sections, you must mark the beginning /end of the first section and press the 'Del' key then repeat as required. 
- 
	For multiple cuts, I think you would have to use VirtualDub and an AviSynth script (in this example, "Trim" shows the range of frames you want to keep - not discard. 
 The drawback is that the output from VirtualDub has to be recoded.
 
 avisource("clip.avi")
 Trim(0,50)+Trim(80,90)+Trim(500,600)+Trim(900,1000 )


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