can anyone tell me what does " use worker thread to construct the filter graph" do?
thanks
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 7 of 7
			
		- 
	
- 
	Playing a video in Windows involves constructing a chain (graph) of components (filters). You need a Source Filter that understands the container (AVI, WMV, MP4, MKV, etc.). Then a Splitter to separate the audio and video into individual streams for further processing (often the source filter and the splitter are the same filter) Then decoders to decompress the audio and video streams. Maybe a Colorspace Converter to convert the video from the decompression colorspace to a something the graphics card understands. And finally audio and video Renderers to put send the audio to the sound card and the video to the graphics card. 
 
 Some examples: http://wiki.jrmediacenter.com/index.php/DirectShow_Playback_Guide
 
 Using a worker thread to build the graph prevents the player from locking up if the process of building the thread locks up for some reason.
- 
	A separate thread just for creating the graph, separate from the main program thread. 
 
 https://en.wikipedia.org/wiki/Thread_%28computer_science%29
- 
	(This OT is absolutely necessary) 
 
 "worker" thread? Yes, the commies are everywhere 
 
 computer "science" <= yet another misnomerOriginally Posted by jagabo Actually it's just an «art» — Actually it's just an «art» —
 and a bad art, which still has many idiocies from the 7-bit era  
- 
	Indeed! 
 
 Even computing science, e.g the science of computing things, is not really a science, just like math is not a science. After all the term "empirical science" is just a pleonasm.
 
 However there may be a compelling question whether quantum computing could be considered science.
 
 Hmm...
 
   
Similar Threads
- 
  Why 16:9 "Original" & 16:9 "Full" settings on Blu-Ray player....?By brassplyer in forum DVD & Blu-ray PlayersReplies: 3Last Post: 11th Apr 2015, 09:13
- 
  Newbie question about... "Normal" settings for web videoBy fla-to-mp4 in forum Newbie / General discussionsReplies: 2Last Post: 3rd Sep 2014, 14:28
- 
  tmpgenc video mastering works 5 "clear all gaps" optionsBy mvp in forum Newbie / General discussionsReplies: 0Last Post: 18th Sep 2013, 21:23
- 
  Why does FFmpeg stop with an error message with "-c copy -b:v 700k"options?By falco2000 in forum Video ConversionReplies: 5Last Post: 4th Oct 2012, 13:39
- 
  Options for giving a live video "class" online?By sdsumike619 in forum Video Streaming DownloadingReplies: 0Last Post: 27th Nov 2011, 01:39


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

