My app has video recording functionality. I want to know if I can record in wmv or avi formats. What formats are supported?
            Asked
            
        
        
            Active
            
        
            Viewed 1,095 times
        
    0
            
            
        - 
                    1Think mov rather than wmv/avi. – Rhythmic Fistman Mar 28 '14 at 02:30
 
1 Answers
2
            
            
        Open this and go tot the Video Technologies section, it will give you some information about video formats, resolution, etc...
        MrHaze
        
- 3,786
 - 3
 - 26
 - 47
 
- 
                    Thank you. I actually tried reading that before I asked the question. I don't know enough about iOS development to find my answer in the documentation. I want to end up with the video in a format that can be supported by windows media player. I have so far figured out how to record in MOV format and I tried playing it in windows media player but it is not supported. – Zia Mar 29 '14 at 21:32
 - 
                    1So you want to export the videos off the phone? At the end of the day it doesn't matter what you take the video in, I guess you can convert it when you are ready to export, to an MOV or an AVI, or whatever it is. Also, doesn't windows media player support MP4? – MrHaze Mar 30 '14 at 02:13
 - 
                    Yes, windows media player does support MP4. How can I end up with the video format in mp4? Do I just change the extension or need to do a conversion? – Zia Mar 30 '14 at 18:46
 - 
                    1Find out what format the videos are saved in, I'm not sure, but it's probably .m4v then you need to convert the video. I just found this have a look at it http://stackoverflow.com/questions/20282672/record-save-and-or-convert-video-in-mp4-format. Good luck! – MrHaze Mar 30 '14 at 21:57