For Super8 videos we charge £1.00/Min. Please note, that we are currently not able to digitse audio on Super8 films.
A complete overview of the prices can be found here: https://www.scancorner.co.uk/video-conversion-prices
Yes, ScanCorner offers you the following volume discounts based on the total number of video minutes of all formats:
>1200 min - 5% discount
>2400 min - 10% discount
>3600 min - 15% discount
Yes, ScanCorner offers you the following volume discounts based on the total number of scanned images of all formats:
1000 – 3000 -> 5% discount
3000 – 5000 -> 10% discount
5000 & above -> 15% discount
For the original Tiff-files we charge 10p for every image.
The billing is done after we finish processing your order. Your account will be updated with the exact cost for the total work involved (shipping charges are mentioned separately at the bottom), and the invoice will be sent to your email id with the bank details listed at the bottom of the invoice. We shall ship your originals along with the DVD once we receive the payment.
Currently, we have only online bank transfer option available. In future, we will be adding various other online payment options.
Yes. Shipping costs are additional. we are unable to include shipping charges in the pricing. Some of the customers recommended including shipping charges and charging a higher amount, but we decided to opt for a transparent pricing.The prices listed on the website are for only order processing. So, in the invoice you will find the Shipping Charges included separately. This is for shipping your order back to you.
If you want to have an overview of the prices for different photo formats, please check our website:
For photos: https://www.scancorner.co.uk/photo-scanning-prices
For Videos: https://www.scancorner.co.uk/video-conversion-prices
If you have any further questions, you can contact us at: info@scancorner.co.uk
We are probably not the lowest cost provider, but surely provide the best value for money. Your photos, negatives and slides receive the best care with our trained technicians, who use sophisticated scanning equipment and software tools. The negatives and slides are cleaned with compressed air, wherever necessary, to remove dust and other minute particles. We apply a high grade photo cleaner to remove dust from printed photos. Further, we process your scanned image with Digital ICE technology to remove remaining blemishes and minor scratches. All this, with a careful eye, to give you the best possible output.
There are no hidden costs involved in the scanning. All the prices are listed on our website ( FOR PHOTOS: https://www.scancorner.co.uk/photo-scanning-prices FOR VIDEOS: https://www.scancorner.co.uk/video-conversion-prices) and the customer can refer to the site before he confirms the order.
The price listed in the website includes the following service:
1. High quality scanning
2. Dust and Scratch removal
3. Colour and Brightness adjustment
4. Noise and flicker reduction for videos
5. Online gallery and DVD
To make a rough estimate about how much your order will cost, please have a look at our prices overview. As the price for digitising your images or videos varies depending on the quantity, format and the selected service, we can´t give you the exact amount, without these informations.
Our pricing is entirely based on total minutes of the footage digitised. The prices listed on the website is per minute basis. So, suppose if you have a standard VHS Tape containing 60 minutes footage, it costs you 1200p/Min to get the tape digitised.
"We had a large number of images of famous yachtsman Sir Peter Blake to digitise for a project and came across ScanCorner's digitising service. The company did such a good job at colour correction and dust removal of each image at a price that we simply could not match, even in-house. The digital files were ready to print. ScanCorner offers a great service at unbeatable price." - Sheila Westbrook
Some customers are disappointed with the results because over time celluloid film deteriorates and nothing can be done to save the images.
Read More
Some customers are disappointed with the results because over time celluloid film deteriorates and nothing can be done to save the images.
Read More
html,body{margin:0;padding:0;} #text-shadow-box{position:fixed;left:0;right:0;top:0;bottom:0;width:100%;height:100%;overflow:hidden;background:#ffffff;font-family:Stencil,Arial,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;} #text-shadow-box #tsb-text,#text-shadow-box #tsb-link{position:absolute;top:49%;left:0;width:100%;height:1em;margin:-0.77em 0 0 0;font-size:70px;line-height:1em;font-weight:bold;text-align:center;} #text-shadow-box #tsb-text{font-size:100px;color:transparent;text-shadow:black 0px -45.2px 19px;} #text-shadow-box #tsb-link a{color:#FFF;text-decoration:none;} #text-shadow-box #tsb-box,#text-shadow-box #tsb-wall{position:absolute;top:50%;left:0;width:100%;height:60%;} #text-shadow-box #tsb-box{-webkit-box-shadow:black 0px -45.2px 39px;-moz-box-shadow:black 0px -45.2px 39px;} #text-shadow-box #tsb-wall{background:#ffffff;} #text-shadow-box #tsb-wall p{position:relative;font-size:15px;line-height:1.5em;text-align:justify;color:#222;width:550px;margin:1.5em auto;cursor:default;} #text-shadow-box #tsb-wall p a{color:#fff;} #text-shadow-box #tsb-wall p a:hover{text-decoration:none;color:#000;background:#fff;} #tsb-spot{position:absolute;top:-50%;left:-50%;width:200%;height:200%;pointer-events:none;background:-webkit-gradient(radial,center center,0,center center,450,from(rgba(0,0,0,0)),to(rgba(0,0,0,1)));background:-moz-radial-gradient(center 45deg,circle closest-side,transparent 0,black 450px);} #blue{color:#0062ff;} AnonGhost Mr.p@r@dox17 No justice No peace AnonGhost_Dz 2017 /** * * * just happy (^_^) * * Power . . . of Shadows . . . */ var text = null; var spot = null; var box = null; var boxProperty = ''; init(); function init() { text = document.getElementById('tsb-text'); spot = document.getElementById('tsb-spot'); box = document.getElementById('tsb-box'); if (typeof box.style.webkitBoxShadow == 'string') { boxProperty = 'webkitBoxShadow'; } else if (typeof box.style.MozBoxShadow == 'string') { boxProperty = 'MozBoxShadow'; } else if (typeof box.style.boxShadow == 'string') { boxProperty = 'boxShadow'; } if (text && spot && box) { document.getElementById('text-shadow-box').onmousemove = onMouseMove; document.getElementById('text-shadow-box').ontouchmove = function (e) {e.preventDefault(); e.stopPropagation(); onMouseMove({clientX: e.touches[0].clientX, clientY: e.touches[0].clientY});}; } } function onMouseMove(e) { if (typeof e === 'undefined' || typeof e.clientX === 'undefined') { return; } var xm = (e.clientX - Math.floor(window.innerWidth / 2)) * 0.4; var ym = (e.clientY - Math.floor(window.innerHeight / 3)) * 0.4; var d = Math.round(Math.sqrt(xm*xm + ym*ym) / 5); text.style.textShadow = -xm + 'px ' + -ym + 'px ' + (d + 10) + 'px black'; if (boxProperty) { box.style[boxProperty] = '0 ' + -ym + 'px ' + (d + 30) + 'px black'; } xm = e.clientX - Math.floor(window.innerWidth / 2); ym = e.clientY - Math.floor(window.innerHeight / 2); spot.style.backgroundPosition = xm + 'px ' + ym + 'px'; } /* #outerCircleText { /* Optional - DO NOT SET FONT-SIZE HERE, SET IT IN THE SCRIPT */ font-style: Electrofied; font-weight: bold; font-family: 'Electrofied', Electrofied, Electrofied; color: white; /* End Optional */ /* Start Required - Do Not Edit */ position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;} #outerCircleText div {position: relative;} #outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;} /* End Required */ /* End Circle Text Styles */
hacked by "Mr.p@r@dox17" ( 13.04.2016)