I have a CSV whose contents I want displayed per frame in the video, in this case a number indicating the audio delay in milliseconds so I know exactly where the problem is getting worse as I'm browsing the video.
How do I do this?
Thanks.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 5 of 5
			
		- 
	
- 
	Do you have an entry per frame ? 
 
 
 Maybe convert it to a subtitle format
 
 or
 
 Maybe conditionalreader in avsiynth with scriptclip and subtitle . There is an example on this page
 http://avisynth.nl/index.php/ConditionalReader
- 
	An entry per frame, yes. I have 150,000 number values in a CSV file separated by new lines, first one for frame 0 and last one for frame 150,000. 
 
 Do I understand that to make this work in conditionalreader I would have to prepend the values with R 1 1, R 2 2, R 3 3 etc. to make it work?
- 
	
 You don't need "R" . "R" is to specify a range of more than 1 frame; you don't have a range - each frame already has an entry in your case
 
 You just need to prepend a frame number to each entry
 
 
 But if you wanted to reduce the filesize or number of entries in the text file, you could use R . e.g. if a range of frames had the same delay value, you can group them into rangesLast edited by poisondeathray; 6th Aug 2020 at 12:48. 
Similar Threads
- 
  Best software for text editing frame by frame?!By lolcox in forum EditingReplies: 8Last Post: 30th Jun 2018, 08:47
- 
  Artifacts after changing the parameters of the frameBy Megafox in forum Newbie / General discussionsReplies: 6Last Post: 11th Feb 2018, 08:47
- 
  YouTube keep changing frame rateBy kodec in forum Video Streaming DownloadingReplies: 23Last Post: 25th Jul 2017, 15:03
- 
  Changing text color in watermarkBy okizen in forum Video ConversionReplies: 5Last Post: 3rd May 2016, 09:53
- 
  VirtualDub displaying blocky video and textBy Xoanon in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 14Last Post: 7th Feb 2016, 23:07


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