I was made this script for blurring hard coded subtitles. But I have now used a movie clip to blur HC subs it has now been running nearly 3 hours on a 1.02GB clip as .avi the preview window has reached end of movie, but the dos windows is still running. how can I tell how much longer it will blur subs
Code:@setlocal @set ffply= "C:\ffmpeg-3.4-win64-static\bin\ffplay.exe" @set filename=%1 @rem video width @set vwidth=1280 @rem subtitle area width @set subw=1105 @rem subtitle area height @set subh=86 @rem delogo filter is centered on video @set xv=(%vwidth%-%subw%)/2 @rem vertical position for delogo filter window @set yv=2 @echo "delogo=x=%xv%:y=%yv%:w=%subw%:h=%subh%" @echo copy above line to ffmpeg @echo ......................................................................... @%ffply% -report -hide_banner -v 32 -stats -i %filename% -an -vf "delogo=x=%xv%:y=%yv%:w=%subw%:h=%subh%:show=1" @endlocal @pause
This is what dos window is still doing. even though preview of clip has finised how much longer is it going to take as seems a long while to do a 1.01GB clip
I do hope someone here can help.
Code:[Parsed_delogo_0 @ 00000266099288a0] Note: default band value was changed from 4 to 1. 10258.29 M-V: -0.034 fd= 184 aq= 0KB vq= 0KB sq= 0B f=0/0
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 3 of 3
			
		- 
	Last edited by loa909; 2nd Nov 2018 at 11:15. 
- 
	
Similar Threads
- 
  FFMPEG Batch Script wanted for H265 RemuxBy VideoFanatic in forum Video ConversionReplies: 5Last Post: 21st Jan 2018, 11:38
- 
  How to Run Avisynth Script from FFmpeg?By nothingnew in forum Newbie / General discussionsReplies: 15Last Post: 4th Aug 2017, 02:03
- 
  Copying audio through Avisynth script+FFMpeg encodingBy chummy02 in forum Newbie / General discussionsReplies: 3Last Post: 23rd May 2017, 12:42
- 
  Batch stabilize script for ffmpegBy racer-x in forum Video ConversionReplies: 20Last Post: 2nd Jun 2016, 18:10
- 
  Can I get a little help with an ffmpeg script/batch file?By Iced Coffee in forum Newbie / General discussionsReplies: 14Last Post: 26th Aug 2015, 02:56


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

 Quote
 Quote