Determine the audio files and corresponding slide # in presenter

This is a great challenge to edit audio files.  Presenter costs number not in the order of the audio files, they seem to be random.  This means that you have to hunt and peck to find the right audio file to change to the appropriate slide.  Any fix for that?

See, now, we're getting somewhere!

When I wrote this line after publication of audio files (ex: a24x [some] .mp3), I was referencing the .mp3 files, you get following the publication , the bridge using the card presenter PPT in.

However, as you wrote:

"... Each of these mp3 files also has a *.lthmb file (for example 1088225537.mp3 a 1088225537.lthmb) correspondent... »

what you're watching is the folder that Presenter creates the moment you start to integrate audio using the recording feature which offers presenter (the same would be true if you have imported audio files using Presenter as well.)  And, as you have discovered, trying to get a handle which audio file will w / a particular slide is horrible at best.

Okay, may I suggest another tactic?

Let's try this: bridge to publish the PPT you have.  What you'll end up with is a set of files and folders, but I want you are looking for the data folder that is created as a result of the publication process. (Unless you specify where you publish, presenter will publish in a folder named "My Adobe Presentations" by default, so you will need to get there on your hard drive)  Inside the data folder will be a list of mp3 files, which, if all goes well, should make it much easier to see what audio is used by a specific slide.

Here's what I mean: for example, after the publication, I have a folder of data and inside, I found the following file: a24x9x3.mp3 I double click the mp3 file (making it play using Windows Media on my laptop), I hear that it matches my slide 9 in my PPT game.  And it's corresponding mp3 files for each slide, I have in my game.  I'm clicking on another file (wouldn't be nice to see what I'm doing?) a24x20x3.mp3 and this file is the contents of my 20 slide in PowerPoint.

Yet once, give a publication in PowerPoint and see if it makes easier.  Well... not nearly as easy as recording in Soundbooth/Audition/Audacity, but it's pretty close I hope so dig you out of this hole you now.

Rob

http://www.robrode.com/YaBB

Tags: Adobe

Similar Questions

  • Hard to put the audio files in a slide show help!

    I can only put a single audio file when creating a slide show but trying to put another file I get the error message "the selected file cannot be read because your system does not have the necessary compress/decompression (codec) installed. Why keep this product? All I'm doing is to multiple audio files in a slideshow. Thank you.

    In addition, I use Windows 7.

    Some will work and some won't. Look into Audacity, linked above. Always convert MP3, WAV/PCM, in record in Audacity, and the problem will disappear.

    Good luck

    Hunt

  • Slide show, how to clip the same length as the audio file?

    Hello

    I have several PowerPoint presentations and need to do a MP4 video file for each of them. I know how to export the slides in still images, and I also have the audio files into individual mp3 files that correspond to each slide.

    I'm trying to understand the best way to get the slides and audio files synchronized in Premiere Elements.

    Yesterday, I imported all the images png and files mp3 audio in my project. But I had to individually add each image, followed by mp3, and then in the timeline manually stretch the image to make it last as long as the audio file. It was rather tedious and I have a lot of presentations with many slides to work with. I'm sure there must be a better way to make all this happen, no?

    Can someone help me out here?

    1. is there a way to make the clip of the image corresponds to the time of the audio clip?

    2. is it possible to import all the audio files and image (both given that they have the same names) and have PE automatically associate the image with the audio clip?

    Thank you, Derek

    1. you can place audio in Audio track 1 of the first timeline (timeline, no scene)

    2. then remove the image to where the audio file begins. Pressing the «»

    3. slide the end of the clip exactly where the audio ends. Whe you are near the end of audio with drag that he should just stick to it.

    4. the Group of the audio file and image together (right click and select a group after selecting the two together)

    5. Select the clip and make a right click and use the fade-in and out option. You can fade in the video and let the audio simply continue. This makes it look and sound good.

    6. place the audio file next and dedicated to do the same until all of them are made. Stage grouping is not necessary, but if you keep working with PRE, you could thank me just for her!

    I tried these steps as I was typing this post, I can't tell you for sure that PrE10 works as if it was designed JUST for this use case. So hoping you get to finish the project on time and with good quality!

  • Import audio data - window of Audio sync not opening during the audio broadcast on multiple slides

    Hello

    I am importing PowerPoint files in Captivate 4 with the view with audio recorded separately on top of these PPT Slides.

    The PowerPoint file and associated slides to import with no problems. When I import the audio in the timeline view, it treats the MP3 file without any problem and adds the audio file to the library and the first slide. I can get the window asking me how I want to import the audio, to shich, I select the audio acorss to distribute several slides option.

    In previous versions of Captivate, the Audio sync popup then appears to allow me to choose at which points to divide the audio between slides. Unfortunately the Audio Synchronization window does not appear.

    My system Details are as follows:

    -PowerPoint 2007 slides

    -Captivate 4

    -Windows 7

    No reason as to why this problem occurs?

    M.

    Hello

    Please try to open the Captivate as an administrator-

    Solution 1:

    1. go to the Captivate installation location. Generally, it is present here-

    C:\Program Files\Adobe\Adobe Captivate 4

    2. right click the "AdobeCaptivate.exe' and select 'run as administrator '.

    3. now try to run the same steps. It should work

    If this does not work, try the following set of steps mentioned below.

    Solution 2:

    Close the Captivate and try the following.

    1. Identify the location of cmd.exe. Usually found in C:\Windows\System32\
    2. Click right-click on cmd.exe > select run as administrator
    3. Launches the command prompt
    4. Now, go to the Adobe Captivate 4 installation location. In your case, it may be C:\Program Files\Adobe\Adobe Captivate 4
    5. Now, run the command regsvr32 NSAudio.dll
    6. Once you get a confirmation dialog box, run the next command regsvr32 WaveEditCtrl.ocx
    7. Again, you should get a confirmation dialog box.
    8. Now launch Captivate and try the same steps. It should work.
    Kind regards
    Mukul

    Post edited by: mvlele

  • cannot force the player to stop playback of the audio file

    Hi guys,.

    I'm stuck with the pretty easy task. I have an audio player, start playing the audio file and I just want to stop it, do not wait until the player arrives at the end of the media. But nothing happens! The media playing contiunes. And there is no response at all to my call to the stop method.

    Here is my sample code. I start player and is going to stop it in 3 seconds.

      private void play(InputStream path, String type) {
    
        try {
            // create an instance of the player from the InputStream
            player = javax.microedition.media.Manager.createPlayer(path, type);
            player.realize();
            player.prefetch();
            VolumeControl volumeControl = (VolumeControl) player.getControl("VolumeControl");
            volumeControl.setLevel(100);
            // start the player
            player.start();
    
            new Timer().schedule(new TimerTask() {
            public void run() {
                try {
                player.stop();
                } catch (MediaException e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
                }
    
            }
            }, 3000);
    
        } catch (final Exception ex) {
            UiApplication.getUiApplication().invokeAndWait(new Runnable() {
            public void run() {
                Dialog.inform(ex.toString());
            }
            });
        }
        }
    

    BlackBerry jde 4.5.0

    device Curve 8310

    I understand where the problem was.

    So be patient while creating player and pass the correct audio type.

    In my case I have played the .wav files created with "audio/mpeg" type player. That is why all the evils.

  • I use creative cloud of Adobe Premiere Pro and it does not allow me to drag. In the line of time, only the audio files of the video MXF files. Plays in the video source, but does not allow me to change on the time line with the. MXF files.

    I use creative cloud of Adobe Premiere Pro and it does not allow me to drag. In the line of time, only the audio files of the video MXF files. Video plays in the source window, but does not to drag me and thenedit on the time line with the. MXF files. audio will slide to the time line, but not the video. Interestingly, not later than end of December 2015 it allowed me to change with .mxf files, but no, it won't. Any help out there?

    Neil, get it fixed, I do not have the video channels set correctly on the left

    side of the line of the time. Learn the new adobe; Thank you

    Monday, February 15, 2016 13:20, R Neil Haugen [email protected]>

  • Prime Minister 9. I made a mistake when I did drag an audio file in the line of the image. How to remove the audio file. I tried ctrl z and shift delete nothing done.

    Using Adobe Elements 9 first, I made a mistake when I did drag an audio file in the line of the image.

    How can I delete this audio file? I tried ctrl z and shift delete. software has the ' delete the scene and all of the properties in gray. Just "delete scene only" it and it does nothing to remove the audio file.  I had to drag the line from the soundtrack.

    Who can help me?

    LinFos04

    What you wrote, it seems that you are in the scene of Premiere Elements 9.0/9.0.1 workspace.

    Please see screenshot showing you how to remove the audio immediately after you dragged in the film that had been marked "Drag the next clip here"

    Moving forward consider working in the workspace of timeline that gives you a better view of what is happening and therefore gives you more control over the flow of work. Please click chronology to watch how this audio present in the workspace of chronology after what you did in the space of the stage line.

    Please let us know if it worked to get rid of the audio unwanted in the Premiere Elements 9.0/9.0.1 workspace sceneline.

    For any question or need more information on the above, please ask.

    Thank you.

    RTA

  • I made pdf file and added the audio file as a file embedded using acrobat pro 8, it works fine on pc (windows) when I move tab (android) the pdf file open but sound did not work. what I have to do to make it work

    I made pdf file and added the audio file as a file embedded using acrobat pro 8, it works fine on pc (windows) when I move to tab (android) the pdf file open but sound did not work. what I have to do to make it work

    Adobe Acrobat for Android or iOS software currently play any sound or video.

    -Dov

  • The table widget. Inserting text, audio files, and pdf files.

    Hello world

    I have a client [Organization of the Church], that they want to put all their audio Sermon in their Web site. Similar to this: http://www.calvarysj.org/?page_id=1310

    They have many audio files and I think I need to sort by year or book but going back to my question, nobody knows how to do or what kind of widget I use?

    Thank you

    Debs

    You use the table here widget:

    http://musewidgets.com/collections/all/products/table-maker

    In addition to adding audio files;

    https://forums.Adobe.com/message/6429361

    https://forums.Adobe.com/message/6276219

    Thank you

    Sanjit

  • Is there a way for EA to automatically save the audio files in the project and publish directories & json?

    Is there a way for EA to automatically save the audio files in the project and publish directories & json? Thank you

    Bob

    good edge would not copy all the external files that you have added to your project in the publication of record, you should only do copy paste your files and folders created by your self after publication!

    and I can not undrestand "Unlike you, I'm not that qualified and often make mistakes that make some of my totally useless code retries." You can save your project every time with the new name to have your previews works!

    and on the withdrawal of your symbols that uses the name of the class, you're hurting, you should do it this way

    SYM $(".) Preview"). Remove();

    and that's why you can not make it work

    If tehre is any question feel free to ask me questions

    Zaxist

  • Windows Media Player-how delete the audio files in the WMP library and add album art

    How can I get rid of dublicate on WMP songs? How can I get all the cover art?

    To make WMP automatically look for the cover, make sure retrieve additional information from the Internet are checked in Tools - Options - Library (press Ctrl + M, if you don't see the Tools menu). The only add missing information option is recommended.

    Regarding duplicates, I suggest that you try to reset the media library. Note firstly reset the library will make you lose all play counts and ratings too. Then, follow these steps:

    -Restart the PC.
    -Click Start, type services.msc in the search field and press ENTER. In Services, locate the Windows Media Player Network Sharing Service. If its status is started, double-click on the service and click on stop.
    -Click Start, type %LOCALAPPDATA%\Microsoft in the search field and press ENTER. This folder opens in Windows Explorer.
    -In this file, rename the old Media Player like Media Player folder. If you do not see the folder, then it is probably hidden. Set Explorer to view the hidden files and folders and show protected system files.
    -Launch WMP, your library will have been reset and will be rebuilt. Check if the problem persists.

  • Want the audio file, click on the box to play when you click

    Hi all

    I would like to have a click box that plays a short audio file when you click it, much the way you can have a view of the legend and a playing audio file with a bearing. It seems that there is no way to get the 'success on click' action to be 'read the audio file '. I can associate an audio file with the box click on the Audio tab, but this makes the audio file play automatically when the click box, not display when clicked.

    If someone was able to get an audio file to play when the user clicks on a click box, as I describe it, without connection to another slide and without the help of a button? I don't want to use a button because the real object that is clicked is a box of nail on something else. The highlight box means that there is more information about the highlighted item.

    In addition, I don't want to create a branch to another slide, because they are really short texts of audio presentation bit, and I have three of them. I prefer to have interactivity on a slide, rather that force the user to navigate around.

    If anyone did what I describe and has ideas, I welcome them. At this point, I think a bearing with legend and play on the mouse on an audio file can be the best thing, except if the user moves the mouse out of the hotspot, the sound stops. Maybe it's not bad anyway, but thought I'd check here everything first before resorting to a reversal.

    Thank you very much!
    Lisa

    Hi Rick!

    Thanks a lot for your answer. Hmm... I think in my situation, workaround to reread the previous slide to reset the box click doesn't work. Before arriving at these interactive click boxes, the slide has other text and audio playback. Start the slide would re-read everything until the blade stops, then display the interactive elements. However, I think that something like that might work for a project where the interactive stuff "starts" immediately on the slide. It's simply not how mine is set up at this stage. I think that the legend of attached with audio reversal will probably be my best option right now.

    Thanks again for your response!
    Lisa

  • Audio files and movies in my iMac, how to find them?

    It seems that my iMac HD have Audio files and movies.

    I do not remember that I downloaded from these files.

    How can I find / manage them please?

    Maybe my iOS devices?  (synchronization via iTunes)?

    Thank you.

    Disk utility class files by type. They can be found anywhere, as in e-mail messages and attachments, Photos, downloads, your library, iTunes etc. Look in these places. If you are unsure where to start there are some utilities that you can use as WhatSize. It is available in the App Store. This is just one example; There are other similar products.

  • How do you determine the VI file specification in executable?

    Under LabVIEW 2010, how can I determine a specification of file full of screws that he resides in a built executable file?  I have location of the executable file and I have the location of the screws on the drive when the executable was generated.  I hope that it has a property of LabVIEW that will tell me the specifications for each file in the executable.


  • Y at - it an easy way to have a version number that the code VI has access to, and which is used as the version number for the executable file and the installer builds?

    Y at - it an easy way to have a version number that the code VI has access to, and which is used as the version number for the executable file and the installer builds? Now whenever I update my software I need to change the global variable where I store the version number, and then when I build I have in hand, open the properties and change the version number for the executable file and the installer. Is there an easy way to make these as all corresponding automatically?

    Have you tried a search? This question comes up a LOT. Here are the results of a search: http://forums.ni.com/t5/forums/searchpage/tab/message?location=Node%3A170&q=application+version#mess...

Maybe you are looking for

  • Bluetooth disappears from the Device Manager

    Hello I have a HP Envy 13 - x 2 j002dx and I'm having bluetooth associated with is questions is frustrating given the bluetooth keyboard. Every day my bluetooth driver disappears from the Device Manager and the bluetooth settings option does not appe

  • Switch between triggered and untriggered AO: must clear the task each time?

    Hello I use August to produce a range of sine values sent several times to help to allow regeneration, with samples finished, that is launched by a trigger. Call it a group. One trial involves hundreds of groups. But there are gaps between them where

  • Last updated XP prevent boot upward

    My laptop is automatically updated to Windows XP when I switch off the installation. The last update takes about 30 minutes to download 2 days ago. My notebook of cannot be started now. The first time I turned on my laptop after the XP update, he per

  • Costantly BSOD for a new system

    Hello, I just built my system in early November and I discovered that when I played the game + watching youtube, my computer will BSOD. Please help me solve this problem. Here dump file: http://1drv.ms/1MstUEZ

  • VPN client can get the gateway?

    I have a question for a long time. Cisco vpn client will find a gateway to the remote vpn server address. There are many situations in which we need a gateway assigned to the vpn client. If the customer can freely access all private networks. PIX of