Hi
Basically I have a 6 hour video clip which I want to trim down into smaller videos.
I have tried lots of different porgrammes to try and trim however each programme wants to render the whole thing again which means its taking hours.
Usually for smaller clips I would put onto my iphone and just trim the video however because this is a large file its proving difficult to do that.
Any ideas or which programme I can use to split or trim into smaller video parts?
Many thanks
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 4 of 4
			
		- 
	
- 
	ffmpeg + segment:https://ffmpeg.org/ffmpeg-formats.html#segment_002c-stream_005fsegment_002c-ssegment might work,.. 
 Something like:
 would chunk a input.mp4 file into ~5min chunks and naming them output_001.mp4, output_002.mp4,...Code:ffmpeg -i input.mp4 -map 0 -c copy -f segment -segment_time 300 output_%03d.mp4 users currently on my ignore list: deadrats, Stears555, marcorocchini
- 
	If you don’t know how to use ffmpeg look into Mpegstreamclip or Avidemux. 
Similar Threads
- 
  Trimming a video with AvidemuxBy dfisher052 in forum EditingReplies: 10Last Post: 1st Aug 2018, 13:03
- 
  SW for video trimmingBy bluenite in forum Newbie / General discussionsReplies: 1Last Post: 24th Jun 2015, 08:09
- 
  Video stutters after trimmingBy Freodon in forum EditingReplies: 120Last Post: 9th Jan 2015, 09:32
- 
  Trimming out small video sections without re-renderingBy Clark711 in forum EditingReplies: 3Last Post: 29th Nov 2014, 15:05
- 
  Help Copying and Trimming a VideoBy mommiegeek in forum Newbie / General discussionsReplies: 5Last Post: 28th Apr 2014, 13:32


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote Visit Homepage
				Visit Homepage
			 
			
