Programs to convert realplayer files to Ipod??

Are there other free download programs to convert realplayer files to avi files,so i can watch them on my Pod??
I downloaded Real7ime converter, but the information was very short. Cannot figure it out how it works and what to select on options etc..
thnx!

I just HAD to read what Sony had as a format. Most of us are familiar with WMA (Windows) files, RA (Real Audio) files, and on and on.
I'm one of those people who CAN hear the difference in lossless files and lossy files. I'd been waiting for a good, well-supported portable player of FLAC files (I know there are a couple, but not well supported), but alas, none has been produced.
When I saw the nano, I took the plunge. I needed a portable player, and the nano exceeded my expectations. I'm enjoying it, and I'll suffer (g) listening to lossy mp3 files. It's just interesting to watch the business of lossy files play itself out. The proprietary files are worthless in many players.
Watch out with those Sony files, you may end up not being able to use them at all.

Similar Messages

  • Converting realplayer files to Ipod

    Hi
    Does anyone know other free download programs then Real7ime Converter / R7C so i can convert realplayer files to avi? I cannot figure it out how it works. The manual which i unzipped it, described it very briefly!
    thnx in advance

    hi terry!
    hmmmm. let's try checking to see if it's all video files that you don't get sound on (in the ipod), or just ones from a particular source.
    this document might be helpful with that:
    Verifying iTunes video conversion and iPod video syncing using sample QuickTime files
    love, b

  • HT3775 Is there any program than converts .pvm files to files that can be played by Quick time player?(I own a mac)

    Is there any program than converts .pvm files to files that can be played by Quick time player?

    Oh no... NOT THE 99-PAGER!!! Anything but THAT!!!

  • Shareware program that converts video files TO flv Flash files?

    Can anyone tell me if there is a shareware program that converts video files to flv???

    from past experience there is nothing free available that either works or produces basic quality
    try this for $49:
    http://www.verticalmoon.com/products/video2swf/video2swf.htm#overview

  • I bought your program to convert PDF files to WORD doc. files. I did this and when I send the files as an attachment to recipients the recipients say the attachment is blank! I want a refund!!

    I bought this Adobe program to convert PDF files to Word doc. files so I could e-mail them as an attachment to people who do not have Adobe Reader. When the people got my e-mail with the attachment and opened it. The attachment was BLANK!! Is there a way to correct this?? or should I just get my money back and cancel this program?

    Hi bogy,
    How very frustrating! I'm sorry that your email attachment was blank. I'm sure this is a silly question, but did the Word file display as expected on your own machine? If not, then the issue is quite likely with the conversion from PDF to Word (but what you describe isn't a common issue that we're hearing about).
    If it looks OK for you, then I suspect the issue lies outside of ExportPDF. If the Word doc is blank when you open it, then please tell me a bit more about the PDF that you're trying to convert and we will take it from there.
    Best,
    Sara

  • How to convert rm files to ipod in windows

    im trying to convert a rm file to a format that my ipod will recognize, im using cucuosft and other programs that seem not to be able to convert to the right format, it says i need to install some codec!!im using windows..can anybody help please.

    No it is still there.
    Ctrl B to turn on top menu.
    Select your video file to convert
    then
    File > Create New Version > Create iPad or iPod Version
    or
    File > Create New Version > Create iPad or Apple TV version

  • URGENT : Program to convert flat file to XML file.

    Hello,
           Good Morning. I want an urgent program to convert a flat file seperated by '/' to an XML file format and store that in the the application server. If any one has done such a developement, could you please send me the code.
    The flat file format is as below :
    72/070414/114147/11973//100-//EA/00000000///04198//RRT0/RC23///////353825001511172/72/070414/123620/11973//1000//EA/00000000///04198//RRT0/RC23///////354762008125236/72/070414/125411/13814//1000//EA/00000000///04198//INV/ID06///////90000000002697/72/070414/140820/11973//1000//EA/00000000///04198//RRT0/RC23///////353057002479718/72/070414/145438/13814//1000//EA/00000000///04198//INV/ID06///////90000000002739/72/070414/145438/11973//1000-//EA/00000000///04198//INV/ID06///////353057002479718/72/070414/150008/13814//1000
    It needs to be filtered by removing the '/' and also grouped based on two fields namely store number and transaction number.  The sample XML output required is as below :
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <MT_POLL07 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../MT_POLL07.xsd">
      <MessageHeader>
        <File>
          <Name>C:/kai/perl/storemaster_home/stores/09100/inbound/POLL07.DOS</Name>
          <CreatedDate>Wed Feb  7 13:09:15 2007</CreatedDate>
          <TotalRecordNo>19</TotalRecordNo>
        </File>
      </MessageHeader>
      <Transaction>
        <TransactionHeader>
          <TRANSACTION>20070414001559</TRANSACTION>
          <STORE_NO>09100</STORE_NO>
          <BOFTTP>72</BOFTTP>
        </TransactionHeader>
        <Item>
          <BOFTDT>070414</BOFTDT>
          <BOFTTM>114147</BOFTTM>
          <BOFSKU>11973</BOFSKU>
          <BOFUPC></BOFUPC>
          <BOFQTY>100</BOFQTY>
          <BOFQTN>-</BOFQTN>
          <BOFCST>0</BOFCST>
          <BOFCSN>+</BOFCSN>
          <BOFUM>EA</BOFUM>
          <BOFHRF>00000000</BOFHRF>
          <BOFSRF></BOFSRF>
          <BOFVND></BOFVND>
          <BOFLOC>04198</BOFLOC>
          <BOFEQT></BOFEQT>
          <BOFEQN>+</BOFEQN>
          <BOFRTP>RRT0</BOFRTP>
          <BOFREA>RC23</BOFREA>
          <BOFCID></BOFCID>
          <BOFAUT></BOFAUT>
          <BOFCUR></BOFCUR>
          <BOFPTP></BOFPTP>
          <BOFUPT></BOFUPT>
          <BOFUMR></BOFUMR>
          <BOFSRN>353825001511172</BOFSRN>
          <GMNUMBER>1</GMNUMBER>
        </Item>
        <Item>
          <BOFTDT>070414</BOFTDT>
          <BOFTTM>123620</BOFTTM>
          <BOFSKU>11973</BOFSKU>
          <BOFUPC></BOFUPC>
          <BOFQTY>1000</BOFQTY>
          <BOFQTN>+</BOFQTN>
          <BOFCST>0</BOFCST>
          <BOFCSN>+</BOFCSN>
          <BOFUM>EA</BOFUM>
          <BOFHRF>00000000</BOFHRF>
          <BOFSRF></BOFSRF>
          <BOFVND></BOFVND>
          <BOFLOC>04198</BOFLOC>
          <BOFEQT></BOFEQT>
          <BOFEQN>+</BOFEQN>
          <BOFRTP>RRT0</BOFRTP>
          <BOFREA>RC23</BOFREA>
          <BOFCID></BOFCID>
          <BOFAUT></BOFAUT>
          <BOFCUR></BOFCUR>
          <BOFPTP></BOFPTP>
          <BOFUPT></BOFUPT>
          <BOFUMR></BOFUMR>
          <BOFSRN>354762008125236</BOFSRN>
          <GMNUMBER>2</GMNUMBER>
        </Item>
      </Transaction>
    </MT_POLL07>
    Please send me the code : It is urgent. Thanks in advace. Points to be rewarded.

    hi !
    Check with this thread discuss the same
    http://www.sap-img.com/abap/sample-xml-source-code-for-sap.htm
    Flat file to XML
    CONVERTION OF FLAT FILE TO XML : NO OUT PUT FOUND
    Converting Idoc flat file representation to XML
    how to convert flat file into IDOC-XML
    Regds
    Abhishek

  • Converting AVI files to iPod M4V files?

    I just purchased QTPro to convert AVI files to viewable files on my iPod nano. Is there a size limitation when converting these files. I was able to convert a smaller file and then import it to iTunes then to the iPod, but the larger file I really want to move to the iPod will not finish converting to the M4V. I gives me an error message.
    I using Tiger G4 with 640MB of RAM
    Thanks

    Any thoughts on how to fix this? I was hoping to automate this process, but the files produced aren't useable...
    If the audio is MP3, AC3, or similar compression format, then try using MPEG Streamclip instead. MPEG Streamclip also allows batch processing if the files will export with audio from it. As to QTP, hang on to it. MPEG Streamclips is better at handling MPEG-1 audio layers, AC3, and many sequential actions, but QTP is still best for layering multiple audio and video tracks. The two applications generally complement each other well.

  • Converting video files to iPOD

    I have an iPod 30Gig. When im converting video-files in iTunes to the format that the iPod can view, the player plays the files with no sound. I use the newest version of iTunes..does anybody know what to do to get sound when playing videofiles on my iPod??

    hi terry!
    hmmmm. let's try checking to see if it's all video files that you don't get sound on (in the ipod), or just ones from a particular source.
    this document might be helpful with that:
    Verifying iTunes video conversion and iPod video syncing using sample QuickTime files
    love, b

  • Converting MKV files to ipod.

    this is the second time it's been ask but the first time this subject has been given a thread. i did a search and it came up to a question in someone's thread but with no answer.
    so here we go, does anyone know how to convert an mkv file to ipod or to any other format?

    First, convert to quicktime...
    http://www.riverpast.com/en/support/tutorials/convert/mkv/mov.php
    Then use one of the many options to convert that for the iPod.
    btabz

  • Dvds to computer/convert dvd file to ipod?

    I would like to take some dvd's and put them on my Ipod. (I've heard of this 'dvd decrypter but I don't think people are supposed to download it anymore or something..)
    1)How do I get the dvd 'onto' my computer and saved as a file?
    2)Which program is good for transferring this 'saved file' to the Ipod readable format? (I already have ffmpeg program, will this convert the 'saved format' once I have it to Ipod format?)
    Thanks in advance?
    ibook g4   Mac OS X (10.3.9)  

    You can download dvd decrypter here. I use it and it works great. http://www.thenickster.net/DVDDecrypter.exe It is a free program. Like the previous poster, be careful of spammers, there are great freeware programs out there that will decrypt and convert your movies to the correct format. Some of the pay programs are faster, but beware of one Cucosoft, it is the one that has a particularly annoying spammer who uses several different names to promote their porduct. I can't tell you if it works or does not work, but just a personal note, don't like their practices.

  • Convert DV File to iPod Video with Chapters

    Hi All,
    My question is simple. I have a project in FCP Suite that I want to export to an iPod with chapters. I subscribe to Podcasts that have chapters in them such as Photoshop TV.
    I have exported to a DV stream from the timeline, and viewed the DV file in QuickTime player to verify that the chapters are in fact still there which they are. When converting from DV, what do I need to do to convert to a format suitable for an iPod Video with the chapters still intact so I can easily skip around on my iPod like a DVD player can. Nothing I do seems to carry the chapter markers over in the conversion process.

    Michael (and George)-
    We've been creating the same m4v files with similar software to George's (FC5 and Compressor2) and while we can place chapter markers in the m4v file, and that file will acurately use the markers when played in QuickTime on the computer, once the file is sent to Video iPod, the markers are not very accurate, missing the marked frame by up to 2 sec. Has it been your experience when using this feature in Compressor 3 that these markers are spot on? Would certainly appreciate your input on this,
    Greg M

  • Converting wmv files for ipod

    I have a couple of wmv files that I would like to put on my ipod. I upgraded to QT Pro and chose export then chose movie-ipod. I get the video to play after the conversion but there's a watermark that says something about created with flip 4 mac trial version. I thought I created it with QT Pro?!?! Please don't tell me I have to buy the flip 4 mac pro version and that I wasted $30 on the QT Pro! Or am I (hopefully) doing something wrong or do I need to change a setting somewhere? Thanks so much!!
    Mac Mini   Mac OS X (10.4.8)   IPod Video 30G

    I thought I created it with QT Pro?Wrong. If you want to import a WMV file and convert it to QT, you need the $29 Flip4Mac (Windows Media proprietary) codec. (And if you want to export QT files to the WMV format it will cost you another $20 for the proprietary export codec.) Same holds true for DivX v6.5 if you want that proprietary codec too. Also be advised that the Flip4Mac components only support WMV v9 and not the MS/WMA/WMA2 audio formats found in v9.2, 10, and 11 (which seem to be in popular use with DivX video in AVI containers of late. So, if you plan to use a lot of media created on Windows machines, be prepared to install a number of components (some of which will not be free) and have a lot of disappointments when you come across compression formats that have never been ported for use on a Mac, only work in OS 9, and/or are not available in universal binary format if needed.

  • Alternative to roadmovie for converting avi files to ipod format.

    Hey all,
    I am currently using roadmovie to convert my avi files to the ipod format. I like it, because it can do batch converts.
    Unfortunately, when I put some files to be converted, it always crashes after the first one.
    I was wondering if anyone knows a good alternative to roadmovie. I would like it to be able to do batch converts and add subtitles to my converted movies.
    Anyone a suggestion?
    Thanks

    I do not know if it supports subtitle, but it does batch converting:
    Mpeg streamclip http://www.squared5.com/

  • Can't convert Lossless files to iPod version

    I know this has been asked and answered for iTunes 9. I hope there is an easy solution for 10.5.3
    I have imported hundreds of songs at Apple Lossless, I'm a stickler for sound quality. My iPod classic has plenty of room to load them.
    My wife got a 16gb iPhone and wants tio use it as her only iPod.
    I need to create lower quality versions of the songs I already have, say 128 or 160 versions. When I highlight songs and go to Advanced, the option to create an iPod or iPhone version is grayed out. I used to be able to convert and store two versions. Is this no longer doable?

    Yes it is possible.
    iTunes: How to convert a song to a different file format - http://support.apple.com/kb/HT1550 - including information about different formats and discussion about compression.
    Topic: Need to convert mp4 to mp3 - Zevoneer's post on converting songs - http://discussions.apple.com/message.jspa?messageID=9244740
    I don't think the "convert to ipod" format is presented unless you are actually synching to a device at the time, but you can convert to 128k AAC at any time if you don't mind ending up with a lot of extra copies in naother format.

Maybe you are looking for