CINXE.COM
Moving Image Archive catalogue
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr" class="no-js"> <!--<![endif]--> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Moving Image Archive catalogue</title> <link href="/assets_application/skins/ssa2015/css/main.css" rel="stylesheet" type="text/css" /> <script src="/assets_application/skins/ssa2015/javascript/modernizr-2.7.1.min.js"></script> <script src="/assets_application/skins/ssa2015/javascript/jquery-1.8.0.min.js"></script> <script src="/assets_application/javascript/general.js"></script> <script src="/assets_application/jwplayer8.33.2/jwplayer.js"></script> <link rel="stylesheet" href="/assets_application/skins/ssa2015/css/homePage.css"> <!--_ Share this page widget<script type="text/javascript" src="/assets_application/javascript/sharethispage/sharethispage.js"></script><link type="text/css" rel="stylesheet" media="screen" href="/assets_application/javascript/sharethispage/skin/shareThisPage.css" /> ---> <script> window.dataLayer = [{ 'gtm.blocklist': ['nonGooglePixels'] }]; function gtag(){dataLayer.push(arguments);} gtag('consent', 'default', { 'ad_storage': 'denied', 'analytics_storage': 'denied', 'functionality_storage': 'denied', 'personalization_storage': 'denied', 'security_storage': 'denied', 'ad_personalization': 'denied', 'ad_user_data': 'denied' }); </script> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KPPTFDRW');</script> </head> <body class="logoTreatment4"> <div id="header"> <a href="#maincontent" accesskey="s" id="skipToContent">Skip to main content</a> <span id="hamburgerMenu"></span> <a id="libraryLogo" href="https://www.nls.uk/" title="National Library of Scotland home page"><img src="/assets_application/skins/ssa2015/graphics/library-logo-linear-medium-23-61.png" width="406" height="61" alt="" /><h1>National Library of Scotland</h1></a> <div id="archiveLogo"> <a href="/" title="Moving Image Archive catalogue home page"><img src="/assets_application/skins/ssa2015/graphics/mia-logo-linear-medium-23-17.png" width="193" height="17" alt="" /><h1>Moving Image Archive catalogue</h1></a></div> <div id="headerMenus"> <form id="quickSearchForm" action="/search" method="get"><label for="quickSearchFormSearchTerm">Quick search</label><input id="quickSearchFormSearchTerm" type="text" name="search_term" /><input type="hidden" name="search_mode" value="quick" /><input type="image" src="/assets_application/skins/ssa2015/graphics/magnifyingGlassButtonWhite.png" alt="Submit" value="Submit" id="quickSearchFormSubmitButton" /></form> <ul role="menubar" aria-label="Log in menu" id="logInMenu"> <li role="none"> <a role="menuitem" aria-haspopup="false" aria-expanded="false" href="https://auth.nls.uk/login?rurl=https%3A%2F%2Fmovingimage%2Enls%2Euk%2F">Log in</a> </li> <li role="none" class="lc"> <a role="menuitem" aria-haspopup="false" aria-expanded="false" href="https://auth.nls.uk/join/quick">Register</a> </li> <li role="none"> <a role="menuitem" aria-haspopup="false" aria-expanded="false" href="http://www.nls.uk/collections/moving-image-archive">More about the Archive</a> </li> </ul> <ul id="mainMenu" role="menubar" aria-label="Main menu"> <li role="none" class="current"> <a role="menuitem" aria-haspopup="false" aria-expanded="false" href="/" title="Moving Image Archive catalogue home page">Home</a> </li> <li role="none"> <a role="menuitem" aria-haspopup="false" aria-expanded="false" href="/search">Search and browse</a> </li> <li role="none"> <a role="menuitem" aria-haspopup="false" aria-expanded="false" href="/my-films">My films</a> </li> <li role="none"> <a role="menuitem" aria-haspopup="false" aria-expanded="false" href="https://auth.nls.uk/movingimage">DVD shop</a> </li> </ul> </div> </div> <div id="maincontent"> <!--=================================START OF CONTENT=================================--> <div id="homePageFilmArea"> <div id="player_containerAndText"> <div id="player_container"><p id="player"></p> <script type="text/javascript"> var videoWidth = "640"; var videoHeight = "480"; var playerContainerWidthElement=document.getElementById('player_container').offsetWidth-2; if (playerContainerWidthElement < videoWidth) { videoWidth = playerContainerWidthElement; videoHeight = Math.round(((playerContainerWidthElement)/4)*3) ; } if (videoWidth <638) { videoWidth = videoWidth-16; videoHeight = Math.round(((videoWidth)/4)*3) ; } jwplayer.key="7EayBpCi+VgJ1Px2NW7adN7EImjbqkG0xI6E9oYUyL8="; jwplayer("player").setup({ sources: [{file: "https://vod.nls.uk/hls-vod/_definst_/mp4:ssa/2437/9266/243792668.15/243792668.15.m3u8"}], skin: {name: "six",active: "#0070B9"}, androidhls: true, width: videoWidth, height: videoHeight, ga: {}, image: 'https://deriv.nls.uk/dcn11/2437/9266/243792668.11.jpg' }); $(window).resize(function() { var videoWidth = "640"; var videoHeight = "480"; var playerContainerWidthElement=document.getElementById('player_container').offsetWidth-2; if (playerContainerWidthElement < videoWidth) { videoWidth = playerContainerWidthElement; videoHeight = Math.round(((playerContainerWidthElement)/4)*3) ; } jwplayer().resize(videoWidth,videoHeight); }); jwplayer().on('play', function(e) {if (e.oldstate != 'paused') {$.ajax({method: "POST",url: "/vs.cfc?method=in",data: {clip_id: "243792668", video_player_event: "play", CGI_SCRIPT_NAME: "/index.cfm", CGI_REMOTE_ADDR: "8.222.208.146", isLibraryIP: "FALSE"}})}}); </script> </div> <div id="homePageFilmArea_text"> <h3>CEILIDH, BARRA</h3> <p>Barra community social gathering and Gaelic song. </p> <p>1978 | bw | sound</p> <p>From this week's theme: <a href="search?featuredFilmCollection=158">Celtic Connections 2025</a></p> <p> <a href="/film/21185" title="View full record for 'CEILIDH, BARRA'" style="white-space: nowrap;">Full record</a> | <a href="search?latest=video" style="white-space: nowrap;">Latest videos</a> </p> <h3 id="homePageFilmArea_exploreTheCollection"><a href="search">Search and browse</a></h3> </div> </div> <div id="homePageFilmArea_filmStrip"><a href="/?fid=21185&cid=243792668"><img src="https://deriv.nls.uk/dcn4/2437/9266/243792668.4.jpg" alt="Play 'CEILIDH, BARRA'"></a><a href="/?fid=N1072&cid=74959352"><img src="https://deriv.nls.uk/dcn4/7495/74959352.4.jpg" alt="Play 'CLYDE VALLEY STOMPERS'"></a><a href="/?fid=21262&cid=243953766"><img src="https://deriv.nls.uk/dcn4/2439/5376/243953766.4.jpg" alt="Play 'MISCELLANEOUS CLIPS - CINEMA SGIRE'"></a><a href="/?fid=4604&cid=128320786"><img src="https://deriv.nls.uk/dcn4/1283/2078/128320786.4.jpg" alt="Play 'OVERLAND TO JERUSALEM'"></a><a href="/?fid=0397&cid=83443405"><img src="https://deriv.nls.uk/dcn4/8344/83443405.4.jpg" alt="Play 'OUR ART GALLERIES AND MUSEUMS'"></a></div> </div> <div id="homePageInfoArea"> <div id="homePageInfoArea_text"> <p>From home movies to documentaries, from industry to entertainment - the National Library of Scotland Moving Image Archive (formerly the Scottish Screen Archive) has something for everyone.</p> <p>Explore around 100 years of Scotland's history captured by amateur and professional film-makers. Here in the Moving Image Archive catalogue you will find details of thousands of films and videos held at the Library. You can also:</p> <ul> <li>Watch over 3,000 clips and full-length films online</li> <li>Search for topics that interest you</li> <li>Browse information on film-makers and film productions</li> <li>Ask about getting a copy of films</li> <li>Buy our DVD compilations in the DVD shop.</li> </ul> </div> <div class="wrapper"> <div id="homePageInfoArea_infoOnLibraryWebsite"> <h3>Find out more on the Library's website:</h3> <ul class="compact"> <li><a href="https://www.nls.uk/collections/moving-image-archive">Moving Image Archive</a></li> <li><a href="https://www.nls.uk/collections/moving-image-archive/using-footage">Using footage</a></li> <li><a href="https://www.nls.uk/collections/moving-image-archive/learning">Learning</a></li> <li><a href="https://www.nls.uk/collections/moving-image-archive/written-archives">Written archives</a></li> <li><a href="https://www.nls.uk/collections/moving-image-archive/help-us-collect">Help us collect</a></li> <li><a href="https://www.nls.uk/collections/moving-image-archive/what-we-do">What we do</a></li> <li><a href="https://www.nls.uk/collections/moving-image-archive/visit">Arrange a visit</a></li> <li><a href="https://www.nls.uk/collections/moving-image-archive/contact">Contact</a></li> </ul> </div> <div id="homePageInfoArea_twitter"> <a class="twitter-timeline" href="https://twitter.com/nlskelvinhall" width="240" height="270" data-widget-id="553572551545589760">Tweets by @nlskelvinhall</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </div> </div> </div> <!--==================================END OF CONTENT==================================--> </div> <ul role="menubar" aria-label="Footer menu" id="footer"> <li role="none"><a role="menuitem" aria-haspopup="false" aria-expanded="false" href="https://www.nls.uk/about-us/cookies" title="More about the cookies on the Library's website">Use of cookies</a></li> <li role="none"><a role="menuitem" aria-haspopup="false" aria-expanded="false" href="https://www.nls.uk/collections/moving-image-archive" title="More about the Moving Image Archive collection on the Library's website">More about the Archive</a></li> <li role="none"><a role="menuitem" aria-haspopup="false" aria-expanded="false" href="https://www.nls.uk/collections/moving-image-archive/contact" title="Contact information for the Moving Image Archive on the Library's website">Contact</a></li> <li role="none"><a role="menuitem" aria-haspopup="false" aria-expanded="false" href="https://www.nls.uk/privacy" title="National Library of Scotland privacy notices on the Library's website">Privacy notices</a></li> <li role="none"><a role="menuitem" aria-haspopup="false" aria-expanded="false" href="https://www.nls.uk/copyright#takedown" title="National Library of Scotland takedown policy on the Library's website">Takedown policy</a></li> </ul> <script src="/assets_application/skins/ssa2015/javascript/main.js"></script> <script type="text/javascript"> (function(d,e,j,h,f,c,b){d.SurveyGizmoBeacon=f;d[f]=d[f]||function(){(d[f].q=d[f].q||[]).push(arguments)};c=e.createElement(j),b=e.getElementsByTagName(j)[0];c.async=1;c.src=h;b.parentNode.insertBefore(c,b)})(window,document,'script','//d2bnxibecyz4h5.cloudfront.net/runtimejs/intercept/intercept.js','sg_beacon'); sg_beacon('init','NzMzMjE5LWMwODc5MzE1ZjI1NTQ0MzcyZTZhMzc5ZTE1ZjhmYzFjOTAzZDY5YjhhYjdhNzUyYWE5'); sg_beacon('onoffered',function(){ gtag('event', 'Survey Offered'); }); $("html").on("click", ".sg-b-l-t", function(){ gtag('event', 'Survey Clicked'); }); </script> <script src="https://cc.cdn.civiccomputing.com/9/cookieControl-9.x.min.js"></script> <script> var config = { accessibility: { highlightFocus: true }, apiKey: '3d9230ebba83d7ae7c0ddd3135c1ba1fe3b8af77', product: 'PRO', initialState: "notify", notifyDismissButton: "false", subDomains: true, logConsent: true, consentCookieExpiry: 90, necessaryCookies: ['JSESSIONID', 'UID', 'PSET', 'CF*', 'SSA*', 'NLS*', '_sg*'], optionalCookies: [ { name : 'analytics', label: 'Analytical Cookies', description: 'Analytical cookies help us to improve our website by collecting and reporting information on its usage. Even if set to On, your IP address is anonymized.', cookies: ['_ga', '_ga*', '_gid', '_gat', '__utma', '__utmt', '__utmb', '__utmc', '__utmz', '__utmv'], recommendedState: true, onAccept : function(){ gtag('consent', 'update', {'analytics_storage': 'granted'}); }, onRevoke: function(){ gtag('consent', 'update', {'analytics_storage': 'denied'}); }, initialConsentState : 'off' } ], position: 'LEFT', theme: 'DARK', branding: { backgroundColor: "#037bc1", toggleColor: "#0077a7", toggleBackground: "#2f2f5f", removeIcon: true, removeAbout: true } }; CookieControl.load( config ); </script> </body> </html>