Composite / S-Video to HDMI Converter with Audio (2024)

'); } } if (selection.strHTMLCurrencyDeliveryPricingIncVAT != '' && typeof(selection.strHTMLCurrencyDeliveryPricingIncVAT) != 'undefined') { if($('#product_shipping_price')) { console.log(selection.strHTMLCurrencyDeliveryPricingIncVAT.replace(/\r\n/g,'').replace(/\n/g,'').replace(/[\s]{2,}/g, ' ').trim()); //$('#product_shipping_price').html(selection.strHTMLCurrencyDeliveryPricingIncVAT.replace(/\r\n/g,'').replace(/\n/g,'').replace(/([\s]{2,})/g, ' ').trim()); //$('#product_shipping_price').html($.trim(selection.strHTMLCurrencyDeliveryPricingIncVAT)); } } if(selection.strDisplaySaving != '' && typeof(selection.strDisplaySaving) != 'undefined') { $('#product_price_saving .price').html(selection.strDisplaySaving+' ('+selection.strDisplaySavingPercent+'%)'); $('#product_price_saving').show(); } else { $('#product_price_saving').hide(); } //Set the product IDs.. if($('.product_id')) $('.product_id').attr("value", selection.product_id); if($('#parent_product_id')) $('#parent_product_id').attr("value", selection.parent_product_id); //Product Title if($('#product_title')) $('#product_title').html(selection.title); if (selection.product_description != "") { if($('#overview_tab_content')) $('#overview_tab_content').html(selection.product_description); } if($('#product_title_no_manufacturer')) $('#product_title_no_manufacturer').text(selection.title_no_manufacturer); if(selection.reference != '' && selection.reference != '0' && ((data.selected_attributes > 0 ) || (data.selected_attributes == 0)) ) { if($('#product_reference')) $('#product_reference').text(selection.reference); } if(selection.model != '') { if($('#product_model')) $('#product_model').text(selection.model); } //Wishlist URL if($('#wishlist_link') && selection.product_id != "undefined") $('#wishlist_link').attr("href", '/wishlist/add/'+selection.product_id); if($('#wishlist_link') && selection.product_id != "undefined" && selection.product_id != 0) { $('#wishlist_link').unbind("click"); $('#wishlist_link').attr("href", '/wishlist/add/'+selection.product_id); } else { $('#wishlist_link').unbind("click"); $('#wishlist_link').click(function() {alert("Please choose a valid option before adding to your wishlist!");return false;}); } }); //html for displaying selected attributes strAttributeValueHTML = ''; //Loop round each [attribute] element returned in the JSON response iAttributes = 0; var blnHasPersonalisation = false; var strPersonalisation = ''; var arrPersonalisations = ''; var showMovingStill = false; var blnHideOptions = false; var iArrayPointer = 0; var arrAttributesToHide = new Array(); strSelectHTML = ''; var strSelectImageHTML = ''; if (data.count > 0) { //Build the attribute selectors - put these in a table.. strSelectHTML += ''; } else { strSelectHTML += '
'; $('#product_options_container').addClass('no_product_options'); } if(data.total_attributes == 0) { $('#product_option_images').hide(); $('#buy_personalisation').addClass('personalisation_no_options'); } else { $('#product_option_images').show(); } iNumSelectedAttributes = 0; // needed to display quantity select box $.each(data.attributes, function(i,attribute) { var sAttrName = attribute.name; sAttrName = sAttrName.replace(/[^a-zA-Z 0-9]+/g,'').toLowerCase(); strSelectHTML += ''; strSelectHTML += ''; $('#product_size_guide > a').attr('href', data.size_guide_url); } else { strSelectHTML += ''; } strSelectHTML += ''; strMovingStillHTML = ''; $.each(attribute.values, function(j,attribute_value) { if (attribute_value.selected == true) { iNumSelectedAttributes++; // set so that we know how many attributes have selected values - once all are selected we're going to display the box attributeselected = true; } if (attribute_value.selected == true && attribute_value.moving_still != '') { showMovingStill = true; strMovingStillHTML = 'test'; strMovingStillController = '/images/products/moving_stills/' + iParentProductID + '/' + attribute_value.moving_still+ '/' + 'controller.swf'; strMovingStillPath = '/images/products/moving_stills/' + iParentProductID + '/' + attribute_value.moving_still+ '/'; } }); if (strMovingStillHTML != '') { $('#zoom_image_container').hide(); $('#moving_still').show(); $('#moving_still').html(strMovingStillHTML); var so = new SWFObject(strMovingStillController, "sotester", "550", "550", "9", "#ffffff"); so.addParam("base", strMovingStillPath); // this line is optional, but this example uses the variable and displays this text inside the flash movie so.addParam("wmode", "transparent"); so.write("moving_still"); } else if (showMovingStill == false && $('#zoom_image_container').length > 0 && attributeselected == true) { $('#zoom_image_container').show(); $('#moving_still').hide(); } iAttributes++; }); //display attribute values on page $('#attribute_selected_display').html(strAttributeValueHTML); strSelectHTML += ''; strSelectImageHTML += ''; if(blnHasPersonalisation) { if($('#personalise_checkbox:checked').length == 0) { var blnChecked=false; } else { var blnChecked=true; } if(arrPersonalisations != '') { strPersonalisationHTML = '
'; strSelectHTML += '

'; strSelectHTML += '

'; strSelectHTML += '

'; strSelectImageHTML += '

'; strQuantityBox = ''; //strQuantityTable = '

'; //strQuantityTable = '

'+strQuantityBox+'

'; strQuantityTable = '

Select Quantity

'; //strQuantityTable += '

'; //strQuantityTable += '

'; //strQuantityTable += '

'; //strQuantityTable += ''; //strQuantityTable += ''; strQuantityTable += ''; strQuantityTable += strQuantityBox; strQuantityTable += ''; //strQuantityTable += '

'+strQuantityBox+'

'; strQuantityTable += '

'; if (data.total_attributes == 0) { strSelectHTML += strQuantityTable; $('#product_options_container').removeClass('hide_product_dropdowns'); } else { strSelectHTML += strQuantityTable; } strSelectHTML += '

' for (i in arrPersonalisations) { strPersonalisationHTML += ''; } strPersonalisationHTML += '
' $('#buy_personalisation').html(strPersonalisationHTML); } else { strSelectHTML += ''; $('#buy_personalisation').remove(); } } strSelectHTML += ''; //Set the innerHTML of the product options div to the select boxes $('#product_options').html(strSelectHTML); $('#product_option_images').html(strSelectImageHTML); $(document).ready(function() { if($('#stock_notification_link').length > 0) { $('#stock_notification_link ').colorbox({onLoad: function(){$('#cboxClose').hide();},onClosed : function(){$('#cboxClose').show();},title:' ',width:'811',height:'560',iframe:true}); } }); $(document).ready(function() { productOptionsCallback(data); }); $.each(data.selection,function(i, theselection){ if(!theselection.product_id) { $('#attribute_selected_stock').hide(); } else { $('#attribute_selected_stock').show(); if(theselection.stock == true) { $('#attribute_selected_stock span').html('In Stock'); } else { $('#attribute_selected_stock span').html('Out of Stock'); } } }); if (function_exists('setActiveThumbImage'))setActiveThumbImage(); if (data.refresh == 'true') { getProductOptions(13089, 0); } if (typeof productOptionsCallback !== 'undefined') { productOptionsCallback(data); } bindPhotoSwipe(); }); } getProductOptions(13089, 13249); function function_exists (function_name) { if (typeof function_name == 'string'){ return (typeof this.window[function_name] == 'function'); } else{ return (function_name instanceof Function); } } function select_image_value(attribute_id, attribute_value_id) { $('#attribute_'+attribute_id).val(attribute_value_id).change(); } if (typeof setThumbImages !== 'function') { function setThumbImages() {} } function updateQuantityForWishlist() { if($('#product_id').val() != "undefined" && $('#product_id').val() != 0) { $('#wishlist_link') .unbind("click") .attr("href", '/wishlist/add/'+$('#product_id').val()+'/' + $('#quantity').val()); } else { $('#wishlist_link') .unbind("click") .click(function() {alert("Please choose a valid option before adding to your wishlist!");return false;}); } if(blnShowWishlistButton) { $('#addtobasket_enabled, #addtobasket_disabled, .addtobasket_disabled_link').hide(); $('#addtowishlist_link').show(); $('#wishlist_warning').show(); } else { $('#addtobasket_enabled, #addtobasket_disabled, .addtobasket_disabled_link').show(); $('#addtowishlist_link').hide(); $('#wishlist_warning').hide(); } } var photoSwipe = function (selector) { var parseElements = function (el) { var thumbElements = el.childNodes, numNodes = thumbElements.length, items = [], figureEl, linkEl, size, item, indexAt; for (var i = 0; i < numNodes; i++) { figureEl = thumbElements[i]; // include only element nodes if (figureEl.nodeType !== 1) { continue; } linkEl = figureEl.children[0]; // element size = linkEl.className.indexOf('VSZOOM') !== -1; indexAt = !(linkEl.parentNode.className.indexOf('clone') !== -1); if (!size || !indexAt) { continue; } // create slide object item = { src: linkEl.getAttribute('href'), w: 1000, h: 1000 }; if (linkEl.children.length > 0) { // Composite / S-Video to HDMI Converter with Audio (2) thumbnail element, retrieving thumbnail url item.msrc = linkEl.children[0].getAttribute('src'); } item.el = figureEl; // save link to element for getThumbBoundsFn items.push(item); } window.console && console.log(items); // tim_spratt debug return items; }; // find nearest parent element var closest = function closest(el, fn) { return el && (fn(el) ? el : closest(el.parentNode, fn)); }; // triggers when user clicks on thumbnail var onThumbnailsClick = function (e) { e = e || window.event; e.preventDefault ? e.preventDefault() : e.returnValue = false; var eTarget = e.target || e.srcElement, k; if (eTarget.tagName && eTarget.tagName.toUpperCase() !== 'IMG') { return; } var clickedListItem = closest(eTarget, function (el) { return ((k = el.getAttribute('data-pswp-uid')) && k !== null && k !== ''); }); if (!clickedListItem) { return; } var clickedGallery = clickedListItem.parentNode, childNodes = clickedListItem.parentNode.childNodes, numChildNodes = childNodes.length, nodeIndex = 0, index, size, linkEl, indexAt; for (var i = 0; i < numChildNodes; i++) { if (childNodes[i].nodeType !== 1) { continue; } linkEl = childNodes[i].children[0]; // element size = linkEl.className.indexOf('VSZOOM') !== -1; indexAt = !(linkEl.parentNode.className.indexOf('clone') !== -1); if (!size || !indexAt) { continue; } if (childNodes[i] === clickedListItem) { index = nodeIndex; break; } nodeIndex++; } index >= 0 && openPhotoSwipe(index, clickedGallery); return false; }; var openPhotoSwipe = function (index, galleryElement, disableAnimation) { var pswpElement = document.getElementById('js-photo-swipe'), options, items = parseElements(galleryElement); // define options (if needed) options = { history: false, galleryUID: galleryElement.getAttribute('data-pswp-uid'), getThumbBoundsFn: function (index) { var thumbnail = items[index].el.getElementsByTagName('img')[0], // find thumbnail pageYScroll = window.pageYOffset || document.documentElement.scrollTop, rect = thumbnail.getBoundingClientRect(); return {x:rect.left, y:rect.top + pageYScroll, w:rect.width}; } }; options.index = parseInt(index, 10); // exit if index not found if (isNaN(options.index)) { return; } if (disableAnimation) { options.showAnimationDuration = 0; } options.closeOnScroll = 0; // Pass data to PhotoSwipe and initialize it new PhotoSwipe(pswpElement, PhotoSwipeUI_Default, items, options).init(); }; // loop through all gallery elements and bind events var galleryElements = document.querySelectorAll(selector); for(var i = 0, l = galleryElements.length; i < l; i++) { galleryElements[i].setAttribute('data-pswp-uid', i+1); galleryElements[i].onclick = onThumbnailsClick; } }; function bindPhotoSwipe() { photoSwipe('.slides li'); } //-->

Product Details

  • Easily connect legacy Composite, S-Video & Audio source devices to modern HDMI displays
  • Upscales low resolution video to crisp 720 or 1080p
  • Supports both PAL & NTSC input devices
  • Connects to external audio devices via a 3.5mm audio output
  • 2 Year warranty

The Lindy Composite / S-Video to HDMI Converter with Audio is a compact device which allows the connection of legacy analogue AV equipment with modern HDMI displays or projectors.

The converter features a built in up-scaler which enhances low resolution video, providing the option to output both Standard, or High definition HDMI signals, creating a high quality viewing experience, perfect for home office, security, and CCTV applications.

Compatibility is maximised with support for both PAL & NTSC source devices while a low power requirement through USB creates greater flexibility with installation.

Please Note: Audio through the HDMI connection is not supported on HDMI 2.0 displays.

Technical Information

Specifications

  • AV Interface: Composite / S-video / HDMI
  • Interface Standard: HDMI 1.4
  • Supported Bandwidth: -
  • Maximum Input Resolution: 576i
  • Maximum Output Resolution: 1080p
  • HDCP Support: -
  • Supported Audio: Pass-through
  • Separate Audio Ports: 3.5mm Stereo Audio
  • Special Features: -

Connectors

  • Input : 1 x Composite Video (Female) / 2 x Phono (Female) / 1 x S-Video
  • Output : 1 x HDMI Type A (Female)
  • Power : 3.5/1.35mm

Physical Properties

  • Dimensions (approx.) WxDxH: 113x71x24mm (4.45x2.8x0.94in)
  • Housing Material: Plastic
  • Net Weight: 0.084kg (0.19lb)
  • Operating Temperature: 0°C - 70°C (32°F - 158°F)
  • Storage Temperature: -10°C - 80°C (14°F - 176°F)
  • Humidity: 10% to 85% RH (no condensation)
  • Power Requirements: 5VDC 1A
  • Colour: Black

Miscellaneous

  • Packaging Type: Carton Box
  • Packaging Dimensions: 190x145x60mm (7.48x5.71x2.36in)
  • Gross Weight: 0.294kg (0.65lb)
  • Warranty (Years): 2
  • Certificated: CE, FCC, RoHS, REACH, California Proposition 65

Package Content

  • HDMI to Composite / S-Video & Stereo Audio converter
  • USB to DC PSU Barrel: 3.5/1.35mm
  • Lindy manual

Purchasing Information

  • No.: 38394
  • EAN: 4002888383943

Customer Reviews

Be the first to review Composite / S-Video to HDMI Converter with Audio. Write a review ›

DOWNLOADS

  • Manual for Composite / S-Video to HDMI Converter (pdf) [Size: 272.89 kb]

STANDARD DELIVERY OPTIONS

- £3.99 Royal Mail 1st Class
- £7.99 Next Working Day
- FREE Next Working Day on orders over £150.00

Delivery charges shown are based on standard UK mainland orders. Other options are available. More Information

Delivery Information

  • FREE Next Working Day* delivery on all orders over £150.00
  • Orders under £75.00 weighing less than 1kg are shipped using Royal Mail 1st Class delivery @ £3.99
  • Royal Mail 1st Class delivery is a non-trackable, non-recorded service
  • Orders under £75.00 that weigh over 1kg are shipped using our Next Working Day* courier service @ £7.99
  • Courier delivery is trackable
  • Saturday delivery and timed deliveries are also available - just make your choice at checkout
  • On a working day, all orders received before 5.00pm for Royal Mail, or 4.30pm for our courier service,are dispatched the same day (subject to stock availability)
  • Orders received after the above mentioned times, or on a weekend or public holiday, will be dispatched from our warehouse the following working day.
  • Orders received after 5.00pm or on a weekend or public holiday will be dispatched from our warehouse the following working day

* Next Working Day applies to UK mainland addresses only and excludes Saturday, Sunday and Bank Holidays.

For more information about our Delivery options, please click here

Returns Information

We're confident that you'll be totally happy with any goods purchased from Lindy. However, if you have changed your mind about an item, and you are a private consumer (i.e. not a business customer), then you can return it to us for a full refund provided that:

  • You notify us within 30 calendar days from the day after you've received the goods
  • The item(s) are returned within 30 days of cancellation. The 30 days start the day after you have notified us of the cancellation
  • The item(s) are returned undamaged and unused, with its original packaging and complete with all manuals, components and software seals (if applicable) intact

If you are a business customer please note that the above points do not apply to B2B purchases and you should therefore read Section 5 of our

In accordance with The Consumer Contracts (Information, Cancellation and Additional Charges) Regulations 2013 we would like to make you aware of the following important information:

  • We will refund within 14 days of receipt of goods (i.e. when we receive the returned items) or of evidence that the item(s) have been returned to us
  • We will refund all monies received, including outbound delivery cost, however if you chose a more expensive means than the cheapest, default standard delivery option offered we will only refund the default standard delivery option you could have chosen
  • We will not refund the cost of the return delivery to us
  • We have the right to deduct monies from refunds where goods show signs of unreasonable use leading to diminished value. We will not deduct for removal of packaging to inspect the item, but we may deduct for wear and tear where the item has not been checked but used. The charge for this is £5.00 or 15% of the product cost (whichever is greater)

Damaged in transit
If you receive goods which have been damaged in transit, please:

  • Sign the delivery note stating the goods have arrived damaged
  • Report it to us within 24 hours of receipt

Faulty or incomplete on arrival
You can return goods that have arrived faulty or incomplete for a full refund or replacement, provided that:

  • For faulty items you notify us within 7 working days from the day after you've received the goods
  • If the goods are incomplete or there is a shortfall you notify us within 3 days of receiving the goods
  • The item you return is complete with all supplied manuals, components and software

If, after testing by our Technical Dept., the product is proven to be faulty we will refund your reasonable return carriage costs.

Faulty within warranty
If a product develops a fault within its warranty period you are entitled to a repair, refund or replacement at our discretion.

Goods returned as faulty where no fault is found will be returned to the customer.

How to return goods to us
The quickest and easiest way to return goods is to complete our on-line Returns Merchandise Form.

Or you can contact our Technical Department on:

Tel: 01642 754040
Fax: 01642 754049
Email: technical@lindy.co.uk

Alternatively, you can download, complete and fax the Model Cancellation Form

We recommend you return any goods via a postal/carriage service that requires a signature upon delivery.

Please note:The above information applies to orders placed on the end user section of our website. For registered trade and business customers ordering from the trade or business sections of the site, different delivery charges and returns terms apply.

  • Email a Friend
  • Ask a Question
  • Add to Compare
  • Add to Wishlist

You may also be interested in

  • HDMI 18G to DisplayPort 1.2 Converter

    Part No: 38303

    10+ in stock

    add to basket

    Compare

  • HDMI 18G Audio Embedder

    Part No: 38203

    10+ in stock

    add to basket

    Compare

  • Part No: 38393

    10+ in stock

    add to basket

    Compare

  • HDMI® to USB Type C Converter with USB Power

    Part No: 43347

    Sorry, out of stock

'); //$("#compare_view_main").show(); } else { $("#compare_container_" + parent_product_id + " .fake-input").toggleClass('checked'); $('#clear_compare_button').addClass('clear_compare_active').removeClass('clear_compare_inactive'); } } }); return false; } function remove_compare_product(parent_product_id) { $.ajax({ url: "/ajax/remove_compare_product/" + parent_product_id, success: function (count) { $("#compare_container_" + parent_product_id + " .fake-input").toggleClass('checked'); //$("#compare_container_" + parent_product_id + " a").remove('a'); //console.log('count', count); if (count < 2) { //$("#compare_view_main").hide(); $("#compare_button").addClass('compare_inactive').removeClass('compare_active'); if (count < 1) { $('#clear_compare_button').addClass('clear_compare_inactive').removeClass('clear_compare_active'); } } else if (count > 1) { //$("#compare_view_main").show(); $("#compare_button").addClass('compare_active').removeClass('compare_inactive'); } } }); return false; } function clear_compare_products() { $.ajax("/ajax/clear_compare_products"); } (function($, window, undefined) { $(document).ready(function() { $("#compare_button").on('click', function() { if ($(this).hasClass('compare_inactive')) { return false; } }); }); }(jQuery, window));
Composite / S-Video to HDMI Converter with Audio (2024)
Top Articles
Latest Posts
Article information

Author: Mr. See Jast

Last Updated:

Views: 6134

Rating: 4.4 / 5 (75 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Mr. See Jast

Birthday: 1999-07-30

Address: 8409 Megan Mountain, New Mathew, MT 44997-8193

Phone: +5023589614038

Job: Chief Executive

Hobby: Leather crafting, Flag Football, Candle making, Flying, Poi, Gunsmithing, Swimming

Introduction: My name is Mr. See Jast, I am a open, jolly, gorgeous, courageous, inexpensive, friendly, homely person who loves writing and wants to share my knowledge and understanding with you.