New pages
From MediaLooks Knowledge Base
- 02:38, 27 April 2012 How can I send ASF script with your ASF Capture component? (hist) [687 bytes] Bmezhebitskiy (Talk | contribs) (Created page with "You can easily add a script to your ASF stream with IMLCaptureASF::SendScript method: <source lang="csharp"> IMLCaptureASF::SendScript( // type of script to send. [in] BSTR ...")
- 05:40, 22 April 2012 How can I set specific program ID and audio or video track for my clip? (hist) [2,035 bytes] Bmezhebitskiy (Talk | contribs) (Created page with "It is really easy to set program ID and audio or video track for added clip. Here is a sequence of actions: * After adding the file to the playlist get list of programs and P...")
- 12:25, 2 April 2012 MXF Writer (hist) [2,075 bytes] Admin (Talk | contribs) (Created page with "{{This|products/codecs,_splitters_&_muxers/mxf_muxer.html}} DirectShow Muxer for MXF. ==Overview== * {{MXF Muxer: Download}} * {{Subscribe|61}} * {{Contact Support}} * {{Place...")
- 14:34, 13 March 2012 How can I choose needed audio and video pin for my clip? (hist) [1,559 bytes] Bmezhebitskiy (Talk | contribs) (Created page with "It's really easy. * After adding the file to the playlist get list of programs and PIDs by this method call: GetFileProps( "file-props::pmt"... ) You will receive the string...")
- 10:26, 20 February 2012 How can I set colors in Character Generator? (hist) [889 bytes] Bmezhebitskiy (Talk | contribs) (Created page with "There are 2 ways to set colors: * By HTML name. ''Example:'' "Red", "Green", etc. * By RGB code (#RRGGBB). ''Example:'' "#008000" for green, #FF0000 for red. If you need to s...")
- 23:31, 3 February 2012 How can I implement a frame-by-frame clip playback? (hist) [553 bytes] Bmezhebitskiy (Talk | contribs) (Created page with "It's really easy. All you need is move current position to the next frame. Here is a sample code: ''C# sample code:'' <source lang="csharp"> //Get current position long pos...")
- 06:06, 18 January 2012 Video Software Development (hist) [261 bytes] Admin (Talk | contribs) (Created page with "We are experts in software development for video, broadcasting, digital signage & security. We have a set of components and SDKs that make our services quick and cost-effective. ...")
- 05:38, 18 January 2012 Components development (hist) [429 bytes] Admin (Talk | contribs) (Created page with "Our experts are available to develop custom low-level components based on your specifications. Due to limited resources, we cannot physically take on every request, but we promi...")
- 18:12, 14 November 2011 How can I use 3-rd party encoders with MGCapture object? (hist) [2,727 bytes] Bmezhebitskiy (Talk | contribs) (Created page with "All encoders that can be used with MGCapture object are configured through XML configuration file "extra-codecs.xml" that is located in the same directory where "MGCapturePXT.dll...")
- 18:58, 10 November 2011 What does TSE.UseOffset key value mean? (hist) [1,298 bytes] Bmezhebitskiy (Talk | contribs) (Created page with " [HKEY_CURRENT_USER\Software\MediaLooks\MGPlayout] "TSE.UseOffset" This key was added for correct playback of TimeShifting buffer in Playout and Vision Mixer objects. * TSE....")
- 19:28, 9 November 2011 How can I set flash parameters values on flash item add? (hist) [1,703 bytes] Bmezhebitskiy (Talk | contribs) (Created page with "Sometimes flash items require parameters to be set on flash add like on html page: <source lang="XML"> <html> <object type="application/x-shockwave-flash" data="FlashItem.swf"...")
- 11:55, 7 November 2011 How can I limit the number of connections to my HTTP stream? (hist) [469 bytes] Bmezhebitskiy (Talk | contribs) (Created page with "To limit the connections number you can set this registry key value manually: [HKEY_CURRENT_USER\Software\MediaLooks\MLASFCapture] HTTP.MaxClients = 10 Or use SetInternalPr...")
- 11:04, 7 November 2011 How can I set specific encoding options (like variable bitrate) using RTMP capture object? (hist) [574 bytes] Bmezhebitskiy (Talk | contribs) (Created page with "You can create and save the FMLE profile with required encoding options and set it to be used with our dll by SetEncodingProps method: ''C# sample code:'' <source lang="csharp...")
- 10:25, 7 November 2011 How can I stream to flash server and capture to flash file simultaneously using RTMP capture object? (hist) [354 bytes] Bmezhebitskiy (Talk | contribs) (Created page with "It is really easy. All you need is pass server URL and file name strings separated with "|" to SetFileName method: ''C# sample code:'' <source lang="csharp"> m_objRTMPCapture.S...")
- 17:49, 14 October 2011 How can I create gapless ticker line? (hist) [1,437 bytes] Bmezhebitskiy (Talk | contribs) (Created page with "It is really easy. All you need is change "gapless-crawl" parameter value of ticker to "yes": <source lang="xml"> <ticker type='crawl' speed='-2.0' gapless-crawl='yes' distance=...")
- 11:16, 4 October 2011 How can I set properties of encoders used in TimeShifting object? (hist) [1,307 bytes] Bmezhebitskiy (Talk | contribs) (Created page with "There are 2 ways to do that: '''1. Use GetVideoCodecProps() and SetVideoCodecProps() methods.''' This methods use ICGetState interface of codecs ( http://msdn.microsoft.com/en...")
- 14:02, 14 September 2011 How can I set Z-order of compositions? (hist) [639 bytes] Bmezhebitskiy (Talk | contribs) (Created page with "To set the z-order of compositions you need to add "layer" groups first. On this layers you will display your compositions. To add layer you need to call AddNewItem method: ''C...")
- 20:58, 8 September 2011 MediaLooks Becomes a Third Party Tools Provider for AJA Video Systems (hist) [2,592 bytes] Admin (Talk | contribs) (Created page with "test")
- 13:07, 20 August 2011 Reasons for Subscription Renewal (hist) [670 bytes] Admin (Talk | contribs) (Created page with "If you are thinking whether you should renew your subscription or not, here's a few things to consider: # Technology time bomb. # It is professional. # Further renewal costs. <...")
- 19:19, 19 August 2011 Streaming (hist) [1,120 bytes] Admin (Talk | contribs) (Created page with "<!--SORT=6--> <!--TITLE:Playout Streaming--> {{This|products/modules_&_codec_packs/streaming.html}} Streaming to RTSP, HLS and RTP/UDP. ==Overview== * Available with: [[Broadc...")
- 17:57, 17 August 2011 MXF Muxer: Release Notes (hist) [847 bytes] Admin (Talk | contribs) (Created page with "This is the release notes for MXF Reader DirectShow Filter. * {{download}} {{MXF Reader: Download}} * {{report_problem}} === 1.0.1.2 - Aug 12, 2011 === * Added ...")
- 22:56, 10 August 2011 How can I add a rich text item? (hist) [1,854 bytes] Bmezhebitskiy (Talk | contribs) (Created page with "Unfortunately current version of Character generator does not support rich text items add, but there is a workaroud that help you to simulate rich text items add using XML text t...")
- 21:32, 31 July 2011 TV TOOLS (hist) [252 bytes] Admin (Talk | contribs) (Created page with "==Overview== thumb [http://www.axeltechnology.com/en/ Axel Technology] is Italy's leading hardware manufacturer, software developer and syste...")
- 20:26, 31 July 2011 Axel Technology (hist) [625 bytes] Admin (Talk | contribs) (Created page with "==Overview== thumb Category:Customers Category:Broadcasting")
- 20:10, 17 July 2011 New Customers Page (hist) [624 bytes] Admin (Talk | contribs) (Created page with "==Winjay== 150px")
- 15:25, 15 July 2011 MXF Muxer (hist) [1,150 bytes] Admin (Talk | contribs) (Created page with "<!--RM_ID:27--> {{This|products/directshow_filters/mxf_demultiplexer.html}} DirectShow filter for reading and demultiplexing MXF files and playlists. ==Overview== * {{MXF Read...")
- 12:53, 15 July 2011 MPEG-4 Decoder (hist) [1,130 bytes] Admin (Talk | contribs) (Created page with "<!--TITLE:MPEG-4 Video Decoder--> {{This|products/codecs,_splitters_&_muxers/mpeg-4_decoder.html}} MPEG-4 DirectShow video decoder. ==Overview== * {{MPEG-4 Decoder: Download}}...")
- 18:36, 14 July 2011 Character Generator Flash (hist) [845 bytes] Admin (Talk | contribs) (Created page with "<!--SORT=5--> <!--TITLE:Character Generator Flash Overlays--> {{This|products/modules_&_codec_packs/cg_flash.html}} Adds Flash support to our CG technology. ==Overview== [[Ima...")
- 20:45, 13 July 2011 H.264/AVC Encoder (hist) [1,251 bytes] Admin (Talk | contribs) (Created page with "<!--TITLE:H.264/AVC Video Encoder--> <!--H1:H.264/AVC Video Encoder--> High-quality DirectShow decoder for H.264/AVC video streams. ==Overview== * {{Decoder Pack: Download}} *...")
- 16:07, 13 July 2011 Capture Pack (hist) [1,084 bytes] Admin (Talk | contribs) (Created page with "<!--SORT=9--> <!--TITLE:Encoders & Muxers for Most Audio & Video Formats--> {{This|products/modules_&_codec_packs/decoder_pack.html}} High-quality encoders for most common forma...")
- 10:56, 13 July 2011 Decoder Pack (hist) [1,328 bytes] Admin (Talk | contribs) (Created page with "<!--SORT=8--> <!--TITLE:Splitters & Decoders for Most Audio & Video Formats--> High-quality decoder pack for most formats. ==Overview== * Available with: [[Broadcast Automati...")
- 14:33, 6 July 2011 Transitions (hist) [1,624 bytes] Admin (Talk | contribs) (Created page with "<!--TITLE:Video Transitions In Playout--> {{This|products/multimedia_components/transitions.html}} Transitions module. ==Overview== ==Features== ==Related Products== * [[P...")
- 20:27, 5 July 2011 Test page (hist) [33 bytes] Admin (Talk | contribs) (Created page with "Category:Test Category")
- 12:37, 18 June 2011 What should I use - QuickTime Source or MP4 & QuickTime Splitter? (hist) [1,405 bytes] Admin (Talk | contribs) (Created page with "The MP4 & QuickTime Splitter and QuickTime Source are completely different products. QuickTime Source is an interface to Apple's QuickTime runtime. With this tool you can play e...")
- 14:34, 13 June 2011 MXF Reader: Release Notes (hist) [4,971 bytes] Admin (Talk | contribs) (Created page with "This is the release notes for MXF Reader DirectShow Filter. * {{download}} {{MXF Reader: Download}} * {{report_problem}} Category:Release Notes __NOTOC__")