I have a spreadsheet that contains links in a cell to play a particular video from my computer. The video plays fine but what if I want to start that video from a particular position. For example, I want to add a link in a spreadsheet cell to play a video from the starting position of 1 minute, 20 seconds. Is there a way to add a suffix to the URL to start at that position? I have read that Google can do that from a Drive file, but this is not on my Google Drive.
Thanks in advance
Terry
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 4 of 4
			
		- 
	
- 
	
 
 What player or interface ? URL usually deals with a web host , if it's local on your computer you can call it with ffplay as the player using -ss for start time (hours : minutes : seconds)
 
 eg.
 ffplay -i "input.mp4" -ss 00:01:20
 
 
 If it's through a html5 browser like chrome, firefox , you can use #t=00:01:20 in the src tag
 eg.
 <source src="input.mp4#t=00:01:20" type="video/mp4">
- 
	Try a link to a MM metafile, such as ASX or SMIL, etc. (aka "playlist"). Excel should still treat it the same, and you can edit the metafile to have a particular start time, loop time, etc. 
 
 <edit>Yep, just tried it. Works perfectly with ASX linking to an MP4. Started 2 minutes in. Just make sure you understand about relative vs. absolute paths (better if it's relative here, and should ALREADY be in same subdir when starting out).</edit>
 
 ScottLast edited by Cornucopia; 29th Apr 2019 at 15:30. 
Similar Threads
- 
  Split mp4 file into specified size (part1.mp4, part2.mp4 etc.)By TubeBar in forum EditingReplies: 7Last Post: 1st Feb 2019, 23:41
- 
  Subtitles out of positionBy charrua1 in forum Newbie / General discussionsReplies: 9Last Post: 5th Feb 2018, 11:22
- 
  Best tool to OCR hard-coded subs in MP4 where the position & size floats?By EmmB in forum SubtitleReplies: 4Last Post: 6th Jan 2018, 14:26
- 
  Position some subs in a BDBy Patapin in forum SubtitleReplies: 9Last Post: 14th Nov 2017, 10:16
- 
  Need help with sub-positionBy mrgiannis in forum Video ConversionReplies: 4Last Post: 30th Jan 2016, 05:59


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

 Quote
 Quote
