Recording and copying sections of spoken text

Hi, I want to record a small section of either a purchased audio book or a dvd so that I can transfer that section to my ipod touch to enable me to have it on repeat, for instance so that I can learn parrot fashion a particular portion of a Shakespeare play, obviously I only need sound so is it possible and if so how do I do it?.....

Fantastic! Thanks!....... the free mp3mymp3 was a .exe file and so no good but I found the 'audiorecorder for free' on Version Tracker and it did exactly what I wanted, recorded and saved a clip to my desk top, I then dragged it to iTunes and Lo! the bit copied and played! Magic! and such a fast response, I am as always amazed by the generosity of you guys even with 'dumb' questions....

Similar Messages

  • Re: Address Book - drag thru and copy a record's text

    For years we've been able to open a record in Address Book and simply drag through and copy to paste into another app such as an email.  This stopped some months ago.  Is there anyway to do this today (without exporting a vCard)?
    Thanks in advance for any ideas!

    Definite progress. Assuming you are not running anything strange (plug-ins, widgets, non-standard fonts ...) (I would include Safari 4 beta as strange) in your normal login account, quit Address Book, move the ~/Library/Application Support/AddressBook/ folder and the ~/Library/Preferences/com.apple.AddressBook.plist file to the Desktop and restart Address Book and see if it behaves.
    AK

  • I want to create an external video widget with iAd. I followed the steps and copied the Url and paste it in the Video pop-up menu in the Properties section of the inspector. When i select 'preview' the video doesn't play and the Url that i pasted is gone.

    i want to create an external video widget with iAd to use in an iBook. I followed the steps and copied the Url and paste it in the Video pop-up menu in the Properties section of the inspector. When i select 'preview' the video doesn't play and the Url that i pasted is gone.
    hope someone can help!

    May have something to do with whether or not the URL can be reached while building your widget.  I've got a video on the web. When I enter the URL into the field for the video object and click to another field,  the URL is replaced with some text indicating that it is accessing the video then updates itself to displaying just the name of the video file.
    It shows just fine in preview and I can see the full path to the video when I export the widget so it should work for you. 
    Is the video accessible from your Mac while you're laying out your widget?
    -Mark

  • How to copy a files name and spotlight comments to a text file for an entire folder

    I have movie covers saved as a jpeg for every movie my family and I own. There is about 700 and they each have a comment of the main actors, release dates, and descriptions. This makes it easy to find what to watch. I want my parents to have all of this info but they have a windows laptop so the comments don't transfer with the file and can't be searched like you can on a mac. Is there an applescript, automator, program I can download,  or program code supported in xcode that will do at least one of the following things?
    1)Take the name of the picture file and spotlight comment, copy and paste it into a text document like word that looks like this...
    File Name1- Spotlight Comment for file 1
    File Name 2- Spotlight Comment for file 2
    . for all 700 files in a folder
    2) It would be equally helpful if there was something that would take the name of the picture file and spotlight comment, copy and paste it to a movie file's comments with the same name but obviously has different extention. For an example
    In a Pictures folder
    Name: Dark Knight, The.jpeg       Comment: (2008) Genre: Action...             <- copy comment
    In a Movie Folder
    Name: Dark Knight, The.m4v       Comment:                                               <- paste 
    and do this for all 700 files
    3) Is there a free photo program that works on mac and windows that I can put all my movie pictures in and have a description like I did with the comments? It would also need a place that to search the description for keywords. So Basically an itunes for pictures that works on both mac and windows. If so I still need a way to get the spotlight comments to the description.
    4) I feel like this would make things more difficult, but if not I can put all of the .m4v files in itunes so instead of pasting all the comments back into a file in finder paste them in a description in itunes
    5) At the very least a code that I can run one by one for every file that will paste the comments into the same document
    Note: When I say spotlight comments I mean the comment box that is available when you click on get info of a file. The pictures are in the pictures section of finder in a folder called Movie Pictures. The movie files are on an external hard-drive in a file called Movies. Also I am slightly familiar with applescript and automater in that I have used both to create keyboard shortcuts and simple voice commands. I have programmed in c++ and C too. So If you give me a code for applescript I do know what to do with it.
    Thanks to anyone who takes the time to read all of this and extra thanks to anyone who tries to help.

    Clendenen02 wrote:
    2) It would be equally helpful if there was something that would take the name of the picture file and spotlight comment, copy and paste it to a movie file's comments with the same name but obviously has different extention. For an example
    In a Pictures folder
    Name: Dark Knight, The.jpeg       Comment: (2008) Genre: Action...             <- copy comment
    In a Movie Folder
    Name: Dark Knight, The.m4v       Comment:                                               <- paste 
    and do this for all 700 files
    This Bash script will do it.
    Edit "PicDir" and "MovDir" to the location of your Folders
    (Note: The comment is written to the m4v file using xattr, so the Spotlight comment field appears blank in Finder, but the comment metadata is still indexed by Spotlight (If you add a Spotlight comment from Finder, it is stored both as an extended attribute and in a .DS_Store file)
    #!/bin/bash
    PicDir=$HOME/Desktop/Pictures
    MovDir=$HOME/Desktop/Movies
    for f in $PicDir/*
    do
         if [ ! -d "$f" -a "${f##*.}" == "jpeg" ]; then
              comment=$(mdls -raw -name kMDItemFinderComment "$f")
              if [[ $comment != "(null)" ]]; then
                   picname=${f##*/}
                   movname=${picname%.*}.m4v
                   if [ -e "$MovDir"/$movname ]; then
                         xattr -w com.apple.metadata:kMDItemFinderComment "\"$comment\"" "$MovDir"/$movname
                   fi
              fi
         fi
    done

  • Copying sections of records/channels.

    I did a search, and didn't find the answer to what is probably a simple question. (Or maybe it was there, but Meine Deutsch ist schlect...)
    I have a long record (computer issues during data aquisition) that I would like to break into 3 different records. First, I am going to try to get my terms straight, hopefully.
    Each channelgroup has 15 channels of data (5 accelerometers x 3 axes).
    I would like to copy all 15 channels from one single channelgroup(?), make 3 new channel groups and copy the segments of all 15 channels into the new channelgroup. Hope this is clear.
    Here is the basic idea of what I'm attempting:
    Call Data.Root.ChannelGroups.Add("Record#2", 2).Activate()
    Call DataBlClpCopy (Data.Root.ChannelGroups(1), 1, 40000)
    Call DataBlClpPaste (Data.Root.ChannelGroups(2),1)
    Then do this two more times, adding a new channelgroup, and copying a different range.
    Thanks for any help you can provide. I have not done any coding in...years..., and I think the last time I did, it was fortran, so I'm not really familiar with object oriented coding except on a very high (and very fuzzy) level.

    Thanks for the reply. I actually solved it in a completely different way.
    I pretty much copied the whole datagroup (15 channels) three times, and selectively deleted the different parts of each group to get the section I was interested in.
    To answer your questions:
    Will you only do this operation once, or do/will you have other large files like this which you would/will want to split into different groups?
    - In this case, I only had a single channelgroup with 15 channels, so it was a little repetitive.
    Also, how are you determining the end of block 1 and the beginning of block 2? Is this something only a human can decide, or could the program figure this out based on some concrete criterion?
    - I had already figured the cut points, and it was pretty much something I had to determine, based on other similar tests we did. It was easy enough to look at the raw data and figure out where the break points where (I'm looking at transitions of flight modes on a helicopter, and it's pretty easy to spot the changes.)

  • Copy sections of text in Adobe form crashes the Adobe reader/IE 8

    Hi,
    I have generated a PDF form and showing it in the browser(IE8) when a user clicks on a button in CRM UI.
    When I try to copy a section of text in the generated form, the browser crashes. Also, If i try to copy sections of text from the from opened in adobe reader 9, reader too crashes.
    Apparently this does not happen with all forms generated out of SAP. I have already checked the fonts used in the form and they just look fine. I generated the same form in SFP transaction without data and were able to copy the text from the form.
    Kindly help with a solution to this.
    Regards,
    ArulJothi A

    Because Adobe Reader for Windows 8 Tablets is intended primarily for Touch-enabled devices, it's much easier to select text by the press-and-hold gesture.
    Since you mentioned "using a desktop PC", I assume that you are trying to select text using a mouse. You can double-click a word with a mouse first. Two grabbers (handles with two circles) and the Copy menu will appear on the screen.
    Once you set selection using the grabbers, you can click the Copy menu item.  At this point, the selected text is copied to Windows clipboard. Then, you can paste it to somewhere else such as Notepad using Ctrl+V (keyboard shortcut) or selecting Paste from a context menu.
    The current text selection behavior is not very intuitive nor natural to Windows desktop users.  We are looking into improving it in a future release.

  • I downloaded the new 6 software. Me and my boyfriend share the same iTunes account and now every time I text him I also get a copy of the text sent to my from my number. How do I get that to stop?

    I downloaded the new 6 software. Me and my boyfriend share the same iTunes account and now every time I text him I also get a copy of the text sent to my from my number. How do I get that to stop?

    Go to settings > messages > send & receive
    check or uncheck the correct phones numbers and/or email addresses

  • Retrieve files  from a text list and copy them to other location?

    Hi,
    I work as a photographer: my clients often send me their final selections of my pictures as a text list (i.e. file001.jpg file 004.jpg file 054.jpg and so on), so I have to go back and pick each picture "by hand": this is a huge waste of time since I'm dealing with hundreds of picks in thousands of files.
    My question is: is there a way to retrieve and copy the selected files automatically? I was thinking about feeding the list of files to Automator, but I can't seem to find a way to do it.
    any hints?
    thanks in advance
    Andrea

    ok I seemed to have it sorted out...
    Niel, I'm no programmer at all, but thanx to your script I was able to come up with this:
    tell application "Finder"
    set source_folder to choose folder with prompt "Select folder with all pictures"
    set the_files to every paragraph of (read (choose file with prompt "Select text file with the names of the pictures to be copied"))
    set target_folder to choose folder with prompt "Select destination folder"
    repeat with this_file in the_files
    try
    duplicate item this_file of source_folder to target_folder
    end try
    end repeat
    end tell
    that seems to work!
    needs some fine tuning, like including subfolders of the first folder chosen!
    THANX AGAIN!
    Message was edited by: SAPO!!

  • After I updated my iPhone 5 to iOS7 I can no longer see the individual chapters when playing my audio books.  Also I can't edit and copy multiple text messages.

    After I updated my iPhone 5 to iOS7 I can no longer see the individual chapters when playing my audio books.  Also I can no longer edit a and copy multiple text messages like before. Is there a way to do these things I am missing?

    Not only can i not see the individual chaptes -- apparently like you and everyone else suffering through the "improved" iOS7 -- when my audiobook repeats a "file" within  chapter, which it sometimes does, I cannot get "inside" the chapter and move forward to where I'm supposed to be.
    Whatever happened to "if it ain broke.......???

  • HowDoI copy a phone number from a contact and paste it into a text

    Z10 HowDoI copy a phone number from a contact and paste it into a text message?
    Help Please. It should be so simple but in the maze of approaches to contacts from the phone or home screen which ever way you get there; how do I select a phone number, copy it and paste it into a text message to another contact so that I can send it on?
    The logic of the interface is totally baffling to me most of the time. Can't there just be one contacts interface so that when you enter it from anywhere it presents the same options to edit etc. Cannot the three blobs be called up to allow a proper edit menu - copy/cut/paste/delete.
    Can the favourites be held permanently in screen at the top with the rest of the contacts scrolling below them?
    Can it be set up so that contact pictures do not show to save screen space?
    Any help on any of these - much appreciated.
    Solved!
    Go to Solution.

    Hey jbee,
    Welcome to the BlackBerry® Support Community Forums.
    How Do I copy a phone number from a contact and paste it into a text message?
    The only option would be to to select the edit option on the contact and hold your finger on the number and select the copy option on the left side panel.
    Can the favorites be held permanently in screen at the top with the rest of the contacts scrolling below them?
    This feature is currently not available. 
    Can it be set up so that contact pictures do not show to save screen space?
    This feature is currently not available.
    Let me know if you have any other questions.
    Thanks.
    -HB
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Is It Possible To Select And Copy Text From A PDF Document ?

    Occasionally I would like to copy and paste text from .pdf documents.
    I have not found any way of doing it - is it impossible ?
    If it can be done - how ?
    Ian.

    Well, first off, if the problem pdf was made from a web page, then the text on that web page probably wasn't built as html text. But that's not your problem. As for the pdf itself, you have a couple options, although neither of them are as good as being able to copy/paste the real text.
    1) Use a screengrab (Cmd-Shft-4) of the text you want. This will create a .png file on your desktop of the area you selected. You may be able to insert this into Appleworks, although by nature it will still be a lo-res image, which won't print that great. May still be better than what you got originally. If you can't insert the .png, you can open it in Preview and save it in another format.
    2) If available, you could open the problem pdf in Illustrator or Photoshop, see if that works better. Some pdfs, depending on where they originate, can be text-editable when opened in Illustrator (although the fonts used must be installed on your Mac to show up correctly).
    Finally, if you like, you could email me the pdf or URL and I could take a look at it to see what I can do to help.

  • How do i copy a thread in text messages and copy into a note pad app?

    how do i copy a thread in text messages and copy into a note pad app?

    Tap and hold a bubble, and select More. Put a checkmark beside each bubble you want to copy, then hit the arrow at bottom right. This will open a new message with the copied text in the text entry box. You can copy all of this and paste into Notes, but you lose who it came from unless you edit that in yourself.
    You can also take screenshots of each window of text bubbles.

  • When I make iMovies and copy to disc, they record fine for my computer but I can't get them to play on my DVD for televison.  Is there a standard format for most DVD's and if so what is it.

    When I make iMovies and copy to DVD, they record fine for playing back on my computer but will not play on my DVD for television.  Is there a certain format for DVD player and if so can you tell me what it is?

    You need this:   http://www.apple.com/findouthow/movies/idvd.html#custom
    IDVD is a wonderful piece of software and well worth the low cost of $40.
    http://www.amazon.com/Apple-MC623Z-A-iLife-VERSION/dp/B003XKRZES/ref=sr_1_1?ie=U
    http://dealmac.com/lw/artclick.html?1,527850,1872219

  • How do I copy a photo from iPhoto and paste it into a text/Pages document?

    How do I copy a photo from iPhoto and paste it into a text/Pages document (using iMaC)?

    Use the Media browser in Pages and just drag the image over.

  • How can I copy and forward a string of text messages from a Iphone 5s to an email address

    How can I copy and forward a string of text messages from an IPhone 5S to an Email address?

    You can find my blog post on the same.
    http://www.pointtobenoted.com/blog/technology/mobile/how-to-copy-messages-from-i message/
    The 6 steps process is listed step by step.
    Hope this helps.
    http://www.pointtobenoted.com/

Maybe you are looking for

  • Look up in Dictionary keyboard shortcut hot key broken

    The look up in dictionary keyboard shortcut does not work. The Dictionary.app and widget works. Even clicking on the menu item: Safari > Services > Look Up in Dictionary works. Under System Preferences > Keyboard > Keyboard Shortcuts I have "Restore

  • Can't use the "send by e-mail" button on forms created in Acrobat Pro 9 with Firefox

    I created a form in Acrobat Pro 9.5.2 with a "send by e-mail" button as usual (not using LiveCycle Designer). Since a few months, users cannot send forms using that button USING FIREFOX works fine in Explorer. I've been creating and using those forms

  • How to fill column value of a matrix with specific color when there is no value in that specific cell?

    Hi All, I need to create a 5/5  matrix in SSRS report. The data will be : Col_Side   Col_Header   Col_data 1                  1                1 1                  1                 1 1                  2                1 1                  5        

  • END USER TRAINING

    Dear Gurus: Please tell me what should be the contents of End User Training. In which area end user need to be trained after Implementing SAP HR? Thanks in Advance Regards, Rashmi

  • Hierarchy popup in BSP ?

    Hi all, I'm looking for a easy way to create a popup of a existing hierarchy which also allows to select a node/item. SAP queries in BeX and Web format which use hierarchies offer a popup to select a node/item automatically. I would like to offer suc