[GUIDE] Turn tunein radio recordings into mp3's - Android Software/Hacking General [Developers Only]

So it has annoyed my for a long time that i couldn't take the recordings from tune in radio and listen/transfer them to my pc/mp3 player. this is a step by step guide on how to do it.
*important* make sure you know what format you made the recordings in (mp3/aac). just look on the right hand side of the track progress bar while recording live (see screenshot below) in this example it is recorded in aac. tune in will automatically record in mp3 format usually.
so, once you have the recording saved, connect your phone to pc via usb. navigate to your tunein folder, usually mnt/sdcard/tunein. find the recording you want to listen to/copy, it will look something like this; 20111131-074437. copy it over to your pc.
now, just add .aac or .mp3 to your file name. (.aac or .mp3 depending on what it was recorded as)
good? done! that's it. you now have your tunein recording as a readable file on your pc. if you want to remove ads/tracks in the recording, use an audio editor to do so. i use this; http://www.nch.com.au/splitter/index.html
it should be noted that for recordings 50mb+ it can be hit or miss with this method. so try to keep your recordings below about 2 hours long...

Need update
This method no longer works. Is there an updated process for exporting the recordings?

Hello ,
I am using Tunein for my Samsung Galaxy S2 (Android Ice Cream) and i am very happy with it .
I tryed to use the Recording for an Interview of mine.
In my screen (when the station played) i saw the *wma format.
Was exactly the same like ur attached pictured but with the wma as the format .
Recording it and i hearing it from my phone was fine.
Later i tryed to copy it and played in my PC.
I was very sad when i realized that i couldn't hear it or even opened it .
The recorded File didnt had any extation , so when i copyed to the Pc, could not recognized what program to use in order to play it.
Looking in the internet i saw several technik's but with No results . I also downloaded some wma convertes .
The problem is that Windows can not recognize the file .
When i simple change the extension to *wma (as u say in ur Post) again didnt worked.
PLz Help me ,
how i could play the file ( of my Radio Interview) in my PC and use-convert it as a common for exaple *mp3 file .
Tnk you .
I wish you a Happy New YEAR 2013

sprsk said:
Hello ,
I am using Tunein for my Samsung Galaxy S2 (Android Ice Cream) and i am very happy with it .
I tryed to use the Recording for an Interview of mine.
In my screen (when the station played) i saw the *wma format.
Was exactly the same like ur attached pictured but with the wma as the format .
Recording it and i hearing it from my phone was fine.
Later i tryed to copy it and played in my PC.
I was very sad when i realized that i couldn't hear it or even opened it .
The recorded File didnt had any extation , so when i copyed to the Pc, could not recognized what program to use in order to play it.
Looking in the internet i saw several technik's but with No results . I also downloaded some wma convertes .
The problem is that Windows can not recognize the file .
When i simple change the extension to *wma (as u say in ur Post) again didnt worked.
PLz Help me ,
how i could play the file ( of my Radio Interview) in my PC and use-convert it as a common for exaple *mp3 file .
Tnk you .
I wish you a Happy New YEAR 2013
Click to expand...
Click to collapse
If it was streamed in wma format then thats what you have to save it as. Now, on PC vlc player can play wma files, if it doesn't for you then try installing the k-lite codec pack. that should take care of it.

I have same issue. Just recorded some radio (.aac) to test on nexus 7 using tune in pro. Changed name to.aac format and can not play back on nexus.

tucker61 said:
I have same issue. Just recorded some radio (.aac) to test on nexus 7 using tune in pro. Changed name to.aac format and can not play back on nexus.
Click to expand...
Click to collapse
Just download vlc player app from play store. It supports and plays the files once you rename them.

kemmo123 said:
So it has annoyed my for a long time that i couldn't take the recordings from tune in radio and listen/transfer them to my pc/mp3 player. this is a step by step guide on how to do it.
*important* make sure you know what format you made the recordings in (mp3/aac). just look on the right hand side of the track progress bar while recording live (see screenshot below) in this example it is recorded in aac. tune in will automatically record in mp3 format usually.
so, once you have the recording saved, connect your phone to pc via usb. navigate to your tunein folder, usually mnt/sdcard/tunein. find the recording you want to listen to/copy, it will look something like this; 20111131-074437. copy it over to your pc.
now, just add .aac or .mp3 to your file name. (.aac or .mp3 depending on what it was recorded as)
good? done! that's it. you now have your tunein recording as a readable file on your pc. if you want to remove ads/tracks in the recording, use an audio editor to do so. i use this; http://www.nch.com.au/splitter/index.html
it should be noted that for recordings 50mb+ it can be hit or miss with this method. so try to keep your recordings below about 2 hours long...
Click to expand...
Click to collapse
YES it works!! thank you for sharing this info, I just checked out my favorite radio station and noticed they do them in mp3 so I tried changing the files to mp3 on my computer and they played rite away.

kemmo123 said:
take the recordings from tune in radio and listen/transfer them to my pc/mp3 player. ... just add .aac or .mp3 to your file name.
Click to expand...
Click to collapse
I tried this a year or so ago, and it failed - I used Windows Media Player, and Cool Edit Pro. Upon seeing your suggestion I tried it again, but with Audacity. So far, it works on the first few files. Will it work on the remainder? I hope so. Oh, The Hope of Audacity

HOW TO Play TuneIn Radio Recordings
TuneIn Radio Pro makes recordings in whatever format (MP3, AAC, WMA, etc) a source streams in,
but does not create legal container files, making recordings (deliberately) hard to play outside of TuneIn.
To determine the format of a given source, start a manual recording and note the format shown on the TuneIn screen.
To play a recording, copy the file from the TuneIn folder on the device to a computer,
and then rename the file to give it an appropriate file extension; e.g., .mp3 for MP3 audio.
The file should now be playable in VLC Media Player.
To play in other players less forgiving of file format issues, it will need to be converted with a tool like foobar2000 or Audacity.

Even VLC Player can convert those files into mp3 or whatever else
Ctrl+R ...

30hz said:
Even VLC Player can convert those files into mp3 or whatever else
Ctrl+R ...
Click to expand...
Click to collapse
^This, a simple batch file for Windows that will convert anything VLC can play to 128k MP3 can be done using something like this:
Code:
@echo off
:infile
set /p infile=Input File:
set /p outfile=Output File:
echo.
echo Converting...
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "%infile%" --sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:duplicate{dst=std{access=file,mux=mp3,dst="%output%"}} vlc://quit
echo Done!
echo.
goto infile

copying tunein files to pc
sprsk said:
Hello ,
I am using Tunein for my Samsung Galaxy S2 (Android Ice Cream) and i am very happy with it .
I tryed to use the Recording for an Interview of mine.
In my screen (when the station played) i saw the *wma format.
Was exactly the same like ur attached pictured but with the wma as the format .
Recording it and i hearing it from my phone was fine.
Later i tryed to copy it and played in my PC.
I was very sad when i realized that i couldn't hear it or even opened it .
The recorded File didnt had any extation , so when i copyed to the Pc, could not recognized what program to use in order to play it.
Looking in the internet i saw several technik's but with No results . I also downloaded some wma convertes .
The problem is that Windows can not recognize the file .
When i simple change the extension to *wma (as u say in ur Post) again didnt worked.
PLz Help me ,
how i could play the file ( of my Radio Interview) in my PC and use-convert it as a common for exaple *mp3 file .
Tnk you .
I wish you a Happy New YEAR 2013
Click to expand...
Click to collapse
Hi hi I just copied recorded files from my HTC amaze to my PC , then appended with mp3 , the files played properly, good luck

Standardize mp3 envelope without re-encoding?
30hz said:
Even VLC Player can convert those files into mp3 or whatever else
Ctrl+R ...
Click to expand...
Click to collapse
I am able to open TuneIn Radio recordings with VLC or Audacity on my Mac. I can also, apparently, export the files or selections in various formats, including MP3. But how do I do that without re-encoding them?
Does anyone know a way, even perhaps using a hex editor or unix commands, to convert TuneIn Radio recordings of mp3 streams into generally-recognizable mp3 files by changing the envelope but without re-encoding the actual audio content?

TIR?
My recordings are being saved as .tir and when I change it to mp3 or aac, nothing happens. I have tried opening it in Audacity, foobar, vlc, and regular windows media player.
Is there another setting I need to do in Tune In Pro?
I am using Tune In Pro on an iphone and ipad, JB with 6.1.2
Thanks

gmgdnj said:
My recordings are being saved as .tir and when I change it to mp3 or aac, nothing happens. I have tried opening it in Audacity, foobar, vlc, and regular windows media player.
Is there another setting I need to do in Tune In Pro? I am using Tune In Pro on an iphone and ipad, JB with 6.1.2
Click to expand...
Click to collapse
1. Where's the .tir file extension coming from? TIP creates recordings here with no file extension.
2. What's the format of the stream you're recording? As I explain in reply #9, TRP saves the stream in its native format, so you need to check the stream for the actual format before giving it an appropriate file extension. You'll have the least trouble with MP3, so record an MP3 stream if possible.
---------- Post added at 12:01 PM ---------- Previous post was at 11:31 AM ----------
aarons510 said:
I am able to open TuneIn Radio recordings with VLC or Audacity on my Mac. I can also, apparently, export the files or selections in various formats, including MP3. But how do I do that without re-encoding them?
Does anyone know a way, even perhaps using a hex editor or unix commands, to convert TuneIn Radio recordings of mp3 streams into generally-recognizable mp3 files by changing the envelope but without re-encoding the actual audio content?
Click to expand...
Click to collapse
You might want to try MP3 Analyzer (fix and repair mp3 errors) in Helium Music Manager.
I've never tried it, but it sounds promising, and there is a free version.

JNavas2 said:
1. Where's the .tir file extension coming from? TIP creates recordings here with no file extension.
2. What's the format of the stream you're recording? As I explain in reply #9, TRP saves the stream in its native format, so you need to check the stream for the actual format before giving it an appropriate file extension. You'll have the least trouble with MP3, so record an MP3 stream if possible.
---------- Post added at 12:01 PM ---------- Previous post was at 11:31 AM ----------
You might want to try MP3 Analyzer (fix and repair mp3 errors) in Helium Music Manager.
I've never tried it, but it sounds promising, and there is a free version.
Click to expand...
Click to collapse
I'm having the same issue as the previous poster with my iPhone and TuneIn Pro. I was listening to the BBC World Service earlier this morning (on my local NPR station, michiganradio.orgg and recorded the segment on the Cyprus bailout (which was really good by the way. absolute theft from the depositors without democratic process). I pressed record in TuneIn, did some Google'ing, downloaded and installed iExplorer, exported the recording (which had a .tir extension) to my desktop, and attempted to rename to .wav/.mp3. No VLC playback. I'm worried there might be some DRM in the file...anyone want to take a look and see what they might be able to do with the recording?
I've uploaded it to my Dropbox - https://dl.dropbox.com/u/1308556/recording.tir

karpodiem said:
I'm having the same issue as the previous poster with my iPhone and TuneIn Pro. I was listening to the BBC World Service earlier this morning (on my local NPR station, michiganradio.orgg and recorded the segment on the Cyprus bailout (which was really good by the way. absolute theft from the depositors without democratic process). I pressed record in TuneIn, did some Google'ing, downloaded and installed iExplorer, exported the recording (which had a .tir extension) to my desktop, and attempted to rename to .wav/.mp3. No VLC playback. I'm worried there might be some DRM in the file...anyone want to take a look and see what they might be able to do with the recording?
I've uploaded it to my Dropbox - https://dl.dropbox.com/u/1308556/recording.tir
Click to expand...
Click to collapse
That is different that what Android recordings look like. I couldn't get it to play in anything, seems like a format specifically for TuneIn, .tir probably stands for TuneIn Recording. On Android the recordings are simply in the same format as the stream since reencoding them in real time would waste CPU/battery. It seems like on the iPhone it would be the same way, but it appears not to be. Did you try searching the iPhone developers forum, its a sister site to XDA and there may be info over there.

spunker88 said:
That is different that what Android recordings look like. I couldn't get it to play in anything, seems like a format specifically for TuneIn, .tir probably stands for TuneIn Recording. On Android the recordings are simply in the same format as the stream since reencoding them in real time would waste CPU/battery. It seems like on the iPhone it would be the same way, but it appears not to be. Did you try searching the iPhone developers forum, its a sister site to XDA and there may be info over there.
Click to expand...
Click to collapse
same situation - no playback by VLC etc.
additionally I can hear only 1 (probably left) channel during playback using Tunein on my phone (S III) - who has similar observations?
one comment - name of the recorded stream is named based on current date but 1 month back

Worked for me. I can listen to my recordings.

thanks! :good: a great guide!

Related

Is it possible to set Alarm with your choice of MP3?

Is it possible on the XDA 2 to set an alarm that will play an MP3 audio stored on SD Card?
May be there is some kind of software that can be installed to do this? Preferably freeware :!: :?: :roll: :?
Thanks in advance.
i would think it pretty easy if you changed it to wma and set it up in sounds and notifications or what ever that entry in systems is called
Thanks for suggestion. However, the problem with converting MP3 to wav (using dbPowerAMP) causes the MP3 to grow to a huge size. 1.9MB converts to 30MB!
I imagine the same would happen if I were to convert to wma using an appropriate converter.
Any other suggestions?
cdex is a pretty good and free encoder for the pc platform
it can make wav mp3 and make wav wma and make mp3 vma and ....
when it's a not music you'll be listening to on your headset
you can limit the kb/sec to 64
wma at 64kb/sec dont take up more space then a mp3 at 64kb/sec
and sounds better
Ustad said:
Thanks for suggestion. However, the problem with converting MP3 to wav (using dbPowerAMP) causes the MP3 to grow to a huge size. 1.9MB converts to 30MB!
I imagine the same would happen if I were to convert to wma using an appropriate converter.
Any other suggestions?
Click to expand...
Click to collapse
No mate.
Other way round.
Becuase mp3 and wma are compressed audio formats (small size) whereas wav is generally not (though you can use really silly low settings, but it would sound terrible).
So going from mp3 to wav will of course make a huge file.
BUT, going from mp3 to wma will produce a SMALLER file size even than your mp3, as it's a better format (i.e. smaller file size, at same or better quality)
I use 40 second wma tones for my XDA2. But for my girlfriend's Nokia, I have to use mp3.
My files at 96K quality, are around 500K file size. Her mp3 at same quality is around 585K for the same file.
Hope that helps.
Thanks for your advice - re MP3 to wma. I understand what you're saying. I downloaded dbPoweramp which has option to convert to from MP3 to wma but whenever I try to do it, it comes up with an message saying that I require appropriate Codec. Well that doesn't help me much. What the heck is a Codec, where do I get one from and how do I set it up?
I'm sure one of you guys will know! Thanks in advance.
:roll: :!: :?:
Ustad said:
Thanks for your advice - re MP3 to wma. I understand what you're saying. I downloaded dbPoweramp which has option to convert to from MP3 to wma but whenever I try to do it, it comes up with an message saying that I require appropriate Codec. Well that doesn't help me much. What the heck is a Codec, where do I get one from and how do I set it up?
I'm sure one of you guys will know! Thanks in advance.
:roll: :!: :?:
Click to expand...
Click to collapse
The same site you downloaded dbamp from...
Codecs are 'plugins' that handle conversation of all the different file types.
That way, you only need install the codec, for the type of conversion you want to do.
Here's the link for the codecs download page:
http://www.dbpoweramp.com/codec-central.htm
The direct link for the .wma codec however, is:
http://www.dbpoweramp.com/codec-central-wma.htm
Thanks for that information. You've been a great help. You are right too. Well, mostly right. I downloaded the codec from the link you gave. I then converted MP3 to wma using the "Windows Media Audio V2" option from the Compressed option list. By default, this option gives the "Attirbutes" of 8kbps, 8kHz mono. I tried a few different attributes. Anything higher than 12kbps, 8kHz Stereo seems to convert the MP3 file to very large sizes like 26MB from a 1.9 MB MP3. Also I noticed that when done, it gives the file the extension of .wav rather than .wma. The sensibly sized file converted to around 296Kb. However, sound quality was not as good. Not too concerned about that since just want to use for alarm.
Getting there slowly.
Problem 1 - I copied the 296Kb wav file into the Windows folder of Pocket PC. Went to set alarm. The alarm list displays the converted file in the list of tunes to choose from, but when I try to choose the converted file, it automatically switches to an option named "Default". can't understand why.
Problem 2 - One converted file (mp3 to wav rather than to wma) was selectable as a tune for alarm. However, when the alram goes off, it only lasts for about 10 seconds. How did you manage to set yours to 40 seconds?
Any further advice? Am I doing something wrong?
Forget it. Use freeware Wolf Clock instead.
Ustad...
If it says .wav, it IS a .wav
That's why the file is so large.
Not sure what has happened, but you HAVEN'T created a .wma file from it.
To be fair though, I use a different tool to convert, that requires registration, so maybe you should try the other converter suggested above.
use super alert to set mp3s as alarms. works like a charm. www.pocketgear.com.
Thanks for you help guys. I've just downloaded test trial version of super alert and is look quite good so far.
Will update after I get a chance to play aroud with.
:wink:
jonlien & the rest of you - THANK YOU very much indeed. “Super Alert” seems to be working fine. Not a very user friendly interface, but the darn thing works. It plays mp3 audios at the clock alarm time. This is great news. I’ve been dying to find a functionality such as this for ages. Can’t understand why Pocket PC doesn’t allow mp3s to be playable direcly via clock alarm settings anyway.
If anyone else decides to use “Super Alert” – please bear in mind that the program doesn’t allow u to select an mp3 directly. Instead it allows u to choose a Playlist which u can define via Windows Media Player. So the thing to do is to define a song you want to use as a Playlist item and select that playlist item in “Super Alert”.
Little tip – to avoid any interference (“Clock Alarm” sound, message display, repetition etc) from the actual XDA’s “Clock Alarm”, remove all the ticks from the options in the “Clock Alarm” for the time you have set the alarm to go off. This was, only the mp3 will play at the designated time and not the XDA’s “Clock Alarm”. This may be obvious to some of you techy guys but I had to mess about to get it to work smoothly.
I’ve only had time to figure out what I’ve said above and only found this use for “Super Alert”. If anyone has found useful/clever ideas or tips, would love to hear.
Once again, thanks to you all. :wink:
Wolf Clock – Freeware – I did a quick search for this via Google. Didn’t find anything for PDA called Wold Clock. Could anyone send me a link for this please. Any comments about Wolf Clock. Is it any good? :?:
google.com
http://www.google.com/search?q=wolfclock&sourceid=opera&num=0&ie=utf-8&oe=utf-8
Wasn't so hard
Actually it's too feature full for me but it's a freeware and it works...
pTravelAlarm also looks nice. I've got sthg like this:
PTravelAlarm.v1.4
Jarekt - Many thanks. WolfClock seems like a much better idea. I couldn't find it because I was looking for "wolf clock" instead of "wolfclock".
Some great advice received from people. Thanks to all.
WOLFCLOCK - Problems!!!
It appears that most of the time the alarm mutes itself and ends up not going off, although the alarm function appears activated on the display - U can see the Alarm off and Snooze buttons at the time the alarm is set, but there is just no sound!!!!
It also switches the fone sound off so when a call comes in, it doesnt ring. And i need to turn off wolfclock at the running programs place so that the sound will come bk. It doesnt simply adjust the volume of the PDA, but somehow, mutes the entire fone.
Can anyone advise please :?: :?: :?:
PS - Super Alert seems to be working fine, but interface is crap!!
You can try mortplayer, which is also freeware + plays Mp3s/Ogg + has an alarm built-in. It's like killing a few birds at once.
http://www.sto-helit.de/freeware/pocketpc/mortplayer-en.pl

Save in a different video format?

I absolutely hate that the phone saves video's in ".mp4" and have some weird sort of "amr" audio codec involved? I can view these video's just fine on the phone, but if I pull them over to my computer, they play without sound. I have tried VLC, Quicktime, WMP, etc.
Now, I can rename the file extension to ".3gp" and it plays without any problems in Quicktime. But if I try to play it in VLC with the pre-defined extension, it says it doesn't have "SAMR" support, and only plays the video. I Googled it, found out all the reasons why (proprietary), and why it wouldn't ever be supported in VLC.
But is there any way to change the format the phone saves it in? It would be nice to able to send these video's from your phone to a friend and know that they could view it just fine.
I looked in Settings under the Camera....and nada.
Thanks!
DTB
From the video camera screen, go to Menu/Advanced/Capture Format and change it to H.263.
You are correct about changing the .mp4 extension to .3gp to allow it to play in Quicktime. But you should be able to play H.263 files on your computer without any changes.
I left mine in .mp4 and just downloaded the Klite codec pack, which lets you play .mp4 videos in classic win media on your laptop/PC. Works well on my laptop. Just make sure you choose custom install and deselect all the video options except for mp4 format. Otherwise it will conflict with other existing codecs such as divx.
http://fileforum.betanews.com/detail/KLite_Codec_Pack_Standard/1094057842/2
Absolutely agree with Klite. All the time I install Windows,I don't use anything else than Klite codec pack in combination with very old(but really rocking) player ViPlay on all PCs/Ntbs in my surround. I can play almost everything without any problem.
newsflash40 said:
From the video camera screen, go to Menu/Advanced/Capture Format and change it to H.263.
You are correct about changing the .mp4 extension to .3gp to allow it to play in Quicktime. But you should be able to play H.263 files on your computer without any changes.
Click to expand...
Click to collapse
Thank you, that worked. I had to actually make sure I was in video mode FIRST, then go to settings and the option to change the format was there.
Thank you!
And to others, I'm not complaining about not being able to watch the video on my own soo much...but I'd like to know that I could send the video out to friends and have a higher success rate in them being able to play the video.
DTB

Movie player

Hi guys,
just got a HP touchpad. now is there a video player on here? and if its there what format do they have to be in to view it. have tried a couple of different ones and cant get them up.
Is there a player app i can download onto it at all ?
thanks
there is a photos & videos app built in, but it's pretty poor for video.
you need to add your video files to the root of the built in storage (the tablet installs onto your computer as a removable drive).
i still haven't got my head around the video file support just yet, but it doesn't seem to handle .avi, divx, xvid etc.
mp4 seems to be the main format.
there are a couple of apps for streaming videos from a upnp media server, but nothing free as far as i can tell.
kalemsoft media player seems to be the best of these as it lets you load video files from the local storage on your tablet as well as browse for remote stuff.
i have successfully played an avi file using this app.
i've only tried the demo version so far which requires internet access in order to assess the trial period.
i don't particularly want to purchase the paid version just yet.
I used Handbrake and followed the instructions here: http://forums.precentral.net/hp-tou...n-resources/287212-handbrake-preset-dvds.html I just tried a short 45 minute kids dvd to see if it would work okay. It was about a 400mb file. Placed it in a folder called Videos on the root of the usb partition and it shows up fine in the Photos and Videos app.
cdbillups said:
Placed it in a folder called Videos on the root of the usb partition and it shows up fine in the Photos and Videos app.
Click to expand...
Click to collapse
see i tried doing that as well. creating a folder called videos on the root and it wasn't detected.
only when i added the file direct to root could i access it.
are directory names case sensitive?
a video player that allows you to browse and/or add directories would be much better.
EDIT: looks like i had a folder called video. changed it to videos and it shows up.
strangely enough kalemsoft creates a folder recordings. when i added a video file to that, it also showed up.
I have put my videos in the download folder and they show up in the stock player fine. Also converted DIVX avi files to MP4 with Handbrake. Used the ipad HD settings for nice quality.
Kalemsoft Media Player wil read a lot of video formats , you can find it on app catalog.
The kalemsof that i downloaded isnt displaying in full screen and sometimes will hang on my TP. Guess its still not compatible to TP yet?
Sent from my HTC One X using XDA
nunjabusiness said:
I have put my videos in the download folder and they show up in the stock player fine. Also converted DIVX avi files to MP4 with Handbrake. Used the ipad HD settings for nice quality.
Click to expand...
Click to collapse
Thanx for the tip about Handbrake, nunja. I'll try it for conversions. I concur with the settings...
I'm on a Pre 2 and have no problems with mp4 playing (once you get the settings down it becomes rote). For my phone I use iPod settings...
For ripping from DVD I use DVDFab3 - I know there are way newer versions out there and I tried them but always go back to version 3. I just like the UI and it has never let me down. Point it at a DVD or ISO and under Mobile click Generic. You can configure it for generic mp4 and get a resolution up to 848x480 which should be alright on the TP screen. Your settings like Resolution, bitrate, volume level, subpicture - can all be saved as a profile.
DVDFab3 in a .rar file. Just extract and it will run out of the folder without install...

[Q] Any video player app which can handle majority formats for WP7

Hi,
I searched everywhere, either I did it wrong way or there is isn't any available.
A video player for avi/divx/mkv/mp4 formats with majority codecs supported?
Examples:
GoodPlayer for iPhone
DicePlayer for Android
Hope I have posted in the right section..
This is built into to Windows phone you just drag whatever format movie into your Zune then sync with device and bam it plays.
Laquox said:
This is built into to Windows phone you just drag whatever format movie into your Zune then sync with device and bam it plays.
Click to expand...
Click to collapse
Agreed, but some media files zune will not add.
For Example:
AVI file with Xvid+AC3 = Zune says 'media type not valid'
MKV file = Zune will not allow to even drag drop this extension
So no option but to convert. Any one??
Even when you drag "compatible" video formats to the phone, Zune STILL converts them, so you may as well do it anyway.
FloatingFatMan said:
Even when you drag "compatible" video formats to the phone, Zune STILL converts them, so you may as well do it anyway.
Click to expand...
Click to collapse
Thats what I don't want to do. Atleast for directly playable files.
Please suggest if there is any app vailable.
Not at this moment..
Sent from my LG Optimus 7
that's the only thing i hate on wobdoes phone and the omnia 7. such a big screen and powerfull hardware, but most of my videos won't play. indeed most files are .avi coded with xvid/divx, and most files with higher resolution are .mkv.
even crappy bada phones play those files without any problems.
Big question here: Is it even possible that someone develops a videoplayer like moboplayer on android? or doesn't ms allow other media player or isn't there any access to necesarry api's? And if the published such videoplayer, how would we get these video files on our phones without itunes trying to convert them?
On itunes there was a possibility with vlc player until it had to be removed.

[Q] WMP Lossless Audio-->Zune-->WP7

Here is my problem: I am trying to add some WAV files(lossless audio setting) to Zune via a direct copy of the files from an SD card to my PC. The audio files are from a CD that I own and ripped in that particular format. I have instructed Zune to look to a specific folder on the PC for music(the one that contains all of my audio files I would like to transfer to my WP7 device). Zune doesn't see these newly added files(older music files are there as well) and I am at a dead end in what to do to get them onto my phone. Any help is greatly appreciated. FYI-when I try to "Play with Zune" from a right click on the mouse, they won't play in Zune. When I try the same thing with WMP, it plays in WMP...go figure! I would just love to be able to drag and drop to add files to my Focus! Help?!
lewiedude said:
Here is my problem: I am trying to add some WAV files(lossless audio setting) to Zune via a direct copy of the files from an SD card to my PC. The audio files are from a CD that I own and ripped in that particular format. I have instructed Zune to look to a specific folder on the PC for music(the one that contains all of my audio files I would like to transfer to my WP7 device). Zune doesn't see these newly added files(older music files are there as well) and I am at a dead end in what to do to get them onto my phone. Any help is greatly appreciated. FYI-when I try to "Play with Zune" from a right click on the mouse, they won't play in Zune. When I try the same thing with WMP, it plays in WMP...go figure! I would just love to be able to drag and drop to add files to my Focus! Help?!
Click to expand...
Click to collapse
I would say, Zune doesn't support .wav extension. I recommend to convert it to .mp4 or .wma. Recommend to use some pro editor like Goldwave. Depend on you, but yeah, Zune does not support .wav
I just figured that out after staring at the file association page in the Zune setting. They need to support their own files!
Sent from my mango'ed Focus using XDA Windows Phone 7 App
Not a completely bad thing. WMA lossless does sound pretty darn good, sadly though I don't think any "Phone" has the sound processing to let the files sound their best. If you want some damn good audio quality, the Zune HD was pretty much king as far as a SMP.
Hi
I learnt that Mango supports the wma lossless as mentioned in the thread below
http://forum.xda-developers.com/showthread.php?t=1221284&highlight=lossless
Is that true? Anyone tried?
My act was to drag converted wma lossless with mass storage enabler before mango. However the prob was the tags were wiped off
Would be great if Zune 4.8 supports wma ll

Categories

Resources