Hi I need to loop my video to play in a shop over again?

Hi I would like to know how to loop my edited video to play over and over in a shop window.
Can I do this in iDVD 7.1.2 or anywhere else? Thanks

Yes, you can do it in iDVD:
Launch iDVD
and click on Create New Project - navigate to where you want to save the project and name it, then when it opens, just ignore whatever menu is there and click on the button with the boxes to take you to the graphical structure view:
Drag your edited movie into the box that says "Drag content here to automatically play when disc in inserted."
after you drag the content in, click on the box by the title so that it turns blue, then go to the menu Advanced and select Loop Movie
Now you can do a preview and the movie will start, play through and loop automatically. It basically ignores the whole menu thing.
Burn your DVD - make a couple in case the player scratches one. When you do the burn, you will likely get a warning that there are problems because the menu has no buttons - you can ignore them and just burn the disc.
Be sure to check it before you hand it out!
MtD

Similar Messages

  • 30g video i need help!! videos stopped playing...

    hello everyone, i have a 30g ipod video. problem i'm having is i can't seem to get the videos to play anymore.
    it worked fine, however i downloaded more videos to it and now it doesn't run. when i hit play, it changes screens, however, the screen stays back and after a few seconds, it takes me back to the main screen with all my videos. the movies seem to work fine when i hook my ipod up to my computer.
    i tried deleting all my videos from my ipod and that didn't work (not to mention deleting some files i only had on my ipod).
    my music works great, this is my only problem... can anyone help???

    The first things to try are these basic troubleshooting steps.
    The Five Rs.

  • When I open an e-mail and wish to delate, I have to go back into hotmail and then delate it,also when a video is playing and I hate it again I can,t get rid of

    This just changed a couple of days ago. How or why I do not know but I find it a pain in the (u-know). Please go back to the original.

    I found that after Firefox v29, a LOT of my settings and<BR>
    add-ons were changed / reset. Try this;
    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]'''''
    <BR>While you are in safe mode;<BR>
    '''''Firefox Options > Advanced > General'''''.<BR>
    Look for and turn off '''Use Hardware Acceleration'''.<BR>
    Then check ALL of your settings. Browser and add-ons. Then restart.

  • Need to loop an FLV

    Hi guys,
    I have a movie player that uses custom code instead of
    components and all is well. But now I need to loop the videos
    instead of just having them play through and stop. Does anyone have
    a block of code that will pull that off?
    My current code is attached.
    Thanks!

    Here's a bunch of custom video controller code. You can
    probably get something from it:
    var nc:NetConnection = new NetConnection();
    nc.connect(null);
    var ns:NetStream = new NetStream(nc);
    theVideo.attachVideo(ns);
    ns.setBufferTime(30);
    ns.onStatus = function(info) {
    //trace(info.code);
    if(info.code == "NetStream.Buffer.Full") {
    bufferClip._visible = false;
    if(info.code == "NetStream.Buffer.Empty") {
    bufferClip._visible = true;
    //if(info.code == "NetStream.Play.Stop") {
    //ns.seek(0);
    ns.play(vidPath);
    //ns.play("
    http://www.portfolionewengland.com/interviews/rKukalis150.flv");
    playButton.onRelease = function() {
    ns.pause();
    rewindButton.onRelease = function() {
    ns.seek(0);
    var videoInterval = setInterval(videoStatus,100);
    var amountLoaded:Number;
    var duration:Number;
    ns["onMetaData"] = function(obj) {
    duration = obj.duration;
    function videoStatus() {
    amountLoaded = ns.bytesLoaded / ns.bytesTotal;
    loader.loadbar._width = amountLoaded * 208.9;
    loader.scrub._x = ns.time / duration * 208.9;
    var scrubInterval;
    loader.scrub.onPress = function() {
    clearInterval(videoInterval);
    scrubInterval = setInterval(scrubit,10);
    this.startDrag(false,0,this._y,208,this._y);
    loader.scrub.onRelease = loader.scrub.onReleaseOutside =
    function() {
    clearInterval(scrubInterval);
    videoInterval = setInterval(videoStatus,100);
    this.stopDrag();
    function scrubit() {
    ns.seek(Math.floor((loader.scrub._x/208)*duration));
    var theMenu:ContextMenu = new ContextMenu();
    theMenu.hideBuiltInItems();
    _root.menu = theMenu;
    var item1:ContextMenuItem = new ContextMenuItem("::::: Video
    Controls :::::",trace);
    theMenu.customItems[0] = item1;
    var item2:ContextMenuItem = new ContextMenuItem("Play / Pause
    Video",pauseIt,true);
    theMenu.customItems[1] = item2;
    var item3:ContextMenuItem = new ContextMenuItem("Replay the
    Video",restartIt);
    theMenu.customItems[2] = item3;
    var item4:ContextMenuItem = new ContextMenuItem("© 2005
    Lee Brimelow",trace,true);
    theMenu.customItems[3] = item4;
    function pauseIt() {
    ns.pause();
    function stopIt() {
    ns.seek(0);
    ns.pause();
    function restartIt() {
    ns.seek(0);
    _root.createEmptyMovieClip("vSound",_root.getNextHighestDepth());
    vSound.attachAudio(ns);
    var so:Sound = new Sound(vSound);
    so.setVolume(100);
    mute.onRollOver = function() {
    if(so.getVolume()== 100) {
    this.gotoAndStop("onOver");
    else {
    this.gotoAndStop("muteOver");
    mute.onRollOut = function() {
    if(so.getVolume()== 100) {
    this.gotoAndStop("on");
    else {
    this.gotoAndStop("mute");
    mute.onRelease = function() {
    if(so.getVolume()== 100) {
    so.setVolume(0);
    this.gotoAndStop("muteOver");
    else {
    so.setVolume(100);
    this.gotoAndStop("onOver");
    stop();

  • Run SQL Agent Job in endless loop(When it's done, start over again)

    Hi All,
    There is an SQL Agent Job containing a complex Integration Services Package performing some ETL Jobs. It takes between 1 and 4 hours to run, depending on our data sources. The Job currently runs daily, without problems. What I would like to do now is to
    let it run in an endless loop, which means: When it's done, start over again.
    The scheduler doesn't seem to provide this option. I found that it would be possible to use the steps interface to go to step one after the last step is finished, but there's a problem using that method: If I need to stop the job, I would need to do that in
    a forceful way. However I would like to be able to let the job stop after the next iteration. How can I do that?
    Thanks in Advance...

    Seriously I cant think of a reason for continuosly running a step like this
    Do you mean you need to keep on polling db for something continuosly ?
    If thats the requirement there's no need of continuosly calling the step
    Instead of that you can include a loop with wait logic to keep on checking for your condition until it satisfies. You can WAITFOR clause for that
    see an example here where I've implemented similar logic in SSIS
    http://visakhm.blogspot.in/2011/12/simulating-file-watcher-task-in-ssis.html
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • What HTML code do I need to get Adobe Flash to play an embedded MP4 video file (8 MB)?

    What HTML code do I need to get Adobe Flash to play an embedded MP4 video file (8 MB)?
    Thanks
    Mark

    Here are a couple of ways, one using the Netstream class and the other using the FLVPlayback component.
    For the NetStream approach, the following in the timeline code will play/loop the intended mp4 file...
         var video:Video;
         var connect_nc:NetConnection = new NetConnection();
         connect_nc.connect(null);
         var stream_ns:NetStream = new NetStream(connect_nc);
         stream_ns.client = this;
         function netStatusHandler(p_evt:NetStatusEvent):void {  
             if (p_evt.info.code == "NetStream.Play.Stop") {
                 stream_ns.seek(0); // to loop the video
         stream_ns.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
         video = new Video();
         addChild(video);
         video.attachNetStream(stream_ns);
         stream_ns.play("path_to/your.mp4");
    For the FLVPlayback component, add it to the stage, give it an instance name ("fp" used below), assign your mp4 file ("path_to/your.mp4") as the source property in the Properties panel, and select the option to autoplay as well.  Place the following code in the timeline...
         fp.addEventListener(Event.COMPLETE, playAgain);
         function playAgain(evt:Event):void {
             fp.play();
    To put the Flash swf file in an html page, in the Publish Settings set it to publish an swf and an html page.  Publish the file an the html page will be created for you.

  • Would like to loop a video onto an Apple TV

    Is there a way to loop a video on a peer to peer basis from my iPad to an Apple TV?  I am also having issues getting audio to the TV.  I would like to use these for a trade show.  Any help would be appreciated.

    There are plenty of apps available that loop videos, just do a search and read reviews to see which one will suit your needs.
    If you are in a public space the best thing would be to use the AV adapter to connect to a monitor (unless you know ahead of time that the network supports airplay)

  • I am using QuickTime 7 Pro and want to loop my video.  The Loop function is grayed out.  Why?  How can I loop my video?

    I am using Quicktime 7 Pro on a Max Mini to play my video on a gallery monitor.  Under View, the Loop option is grayed.  Why?  I need to play the video in a continuous loop all day.  Thank you.

    Loop appears to be "broken" in QuickTime Player Pro and 10.7.4.
    It's been fixed in 10.8 and also works in QuickTime 10, 10.1 and 10.2.
    Use 10.1 on your machine if you need to loop your playback.

  • Loop a video asset in Encore CS5

    I need to be able to add over 100 short video assets to a project and have each video play continuously until the next button it hit on a remote which will advance to the next video in the list. Is this possible? I need each video to loop as it will play at an event and we don't know how long the video will need to play until we need to advance to the next section/video. Last time I had to do this I just repeated the video clip for a really long time so that we would be ensured that it would not advance to the next video, But I feel sure there is a better way to do this.

    What you need is scripting, which Encore does not provide.
    I would play with putting each video on its own timeline. Use multiple menus to branch. Use 4:3 menus even if the videos are 16:9, so you can get more buttons on a screen. You cou ld try making them black so they might not jar with the different aspect ratio of the videos. Use very short transitions and/or motion on the menus to make the menu appearance less disruptive. (Trade off with number of menus re the 1 gig limit for menus.)
    For many of the videos, you are now 2 clicks away: click one "menu" (the menu option that will take you to the previous menu), then use the remotge control numbers to select the next track.
    When submenu 1 is exhausted, you go back to main menu (title menu), and select submenu 2.
    Yes, the operator must know what they are doing.

  • What's the easiest way to loop a video clip ?

    I just need a short .mov file to loop in the background behind a green screen shot.
    I don't need any green screen help, I just need to loop this short background file and can't figure out how to do it other than copying and pasting 20x which seems stupid. There must be a simple way ?
    Thanks for any help.

    Nothing at all happened to me.  You could do this: f9 until you're happy on a blank timeline. File export>qt movie>self contained.  Import that file, put it into your green screen timeline as the bottom layer.  you're still going to have to render it.
    In video production, as in other creative work there's a maxim:  Fast, good, cheap-- pick any two.

  • How to loop a video on my iPhone

    how to loop a video on my iphone

    Firstly you need to find out your operators supports call transfer, then you need to obtain the call transfer short code.  For example for Vodafone UK with OneNetExpress, the code is '4'
    To transfer a call using iPhone is quite longwinded but this is the process:
    Create a contact called 'Transfer' and store the operator code e.g '4' as the number.
    When you are on a call that you wish to transfer you first need to call your recipient and tell them you have a call for them.  Then go back into your contacts and call your 'transfer' contact.  This will then hand the call over and you can disconnect.

  • Need to convert music videos that are tagged as "Movies" and re-rag them as "Music Videos" to get them out of my movies library and into the Music Video folder. Likewise, I ha e some educational videos that belong in "Podcasts." Help?

    Need to convert music videos that are tagged as "Movies" and re-rag them as "Music Videos" to get them out of my movies library and into the Music Video folder. Likewise, I have some educational videos that belong in "Podcasts." Help?

    Select/highlight the ones that you want to change in your iTunes library, do Get-Info (control-I) and change their Media Kind on their Options tab to 'Music Video' - and then similarly for the podcasts.

  • Need to convert ajp video file to quicktime

    Need to convert ajp video file to quicktime any ideas?

    More info needed.
    Where is this file? What software made it? If Web based could you provide a link?

  • How do I repeat loop a video file from iPod Touch to Apple TV ?

    I have an iPod Touch that is a few years old but running the latest software update.  I want to loop a video to then play through Apple TV onto 2 panels at the front of our shop.  I have saved the file as a video and Music Video (using Get Info etc) but neither version in the iPod touch will supply the repeat function - it works fine from my MacBook Pro but I cannot leave this in the shop overnight.  Any assistance would be greatly appreciated - evern if a third party app that actually works.  Thanks in advance, Shaun.

    This worked on older iOSs an may still work
    How to make a video repeat on iPod?: Apple Support Communities

  • What kind of cable do I need to get digital video into my Imac?

    I just purchased a JVC Mini DV video camera "GR-D347U" refurbished, just to get the feel of bringing digital video clips into Imovie and combining them with still clips and music. The camera came with just the AV cables and I was wondering what I need to port the video over to my Imac. There wasn't much help on their web site. They do offer a DV cable, that what I am looking for? Thanks for your help.
    Dick Skover

    Nearly all MiniDV cameras have a 4pin Firewire connector. Looking at the manual (link) for the JVC confirms that. 
    Macs all have the 6pin Firewire connector (and later iMac have 9pin connectors too) so you simply need a 4pin-to-6pin Firewire cable like this (example).
    Once connected simply load iMovie and click import.
    regards
    mrtotes

Maybe you are looking for

  • IPhone Contacts Breeding Like Cockroaches - Same With Some iCal events

    Annoying problem on the iPhone: If someone calls me and they are not in my iPhone address book, and I choose to create a new contact from the received call log, then every time I sync my iPhone, that newly created contact gets duplicated every time I

  • PLSQL logic to insert master detail records

    Hi All I have a requirement where I need to do the following. 1: Have a headers and details table for some data that I need to insert 2: Transactions need atomicity...ie If the header record fails then the details should still be inserted , but with

  • Creating matrix in SQL

    I have an SQL script select      substr(e,5,2) || '-' || substr(e,1,4) period_entered,      r region,      count(q) Count_of_quotes from (     select     distinct           sps.region_code r,           to_char(oq.date_entered,'YYYYMM') e,           o

  • Problem about blob

    I have a image file c:\db\0.jpg, and want to store it to table image(id number,pic blob) in sql*plus I wrote: create directory path as 'c:\db'; (it's sucess.) declare target blob; des bfile; begin des:=bfilename('path','0.jpg'); dbms_lob.loadfromfile

  • Problem with text messages import to PC Suite

    Hello, When I connect my Nokia E55 to PC Suite (7.1.30.9) it sees messages correctly. Just in a second it updates messages from the phone and I get only multimedia messages on PC Suite - no text messages at all. Plus I can not  move messages from Dra