• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Unsupported video, supported audio

bsharet

Lurker
Hi,

I'm a new android developer, and I'm looking for a video file, that its video format is not supported but its audio format is supported, so android will play the audio, but not the video. Has anyone ran into such a file?

Thanks in advanced.
 
You can encode such a file yourself with most of the video converters. Exclude the video stream and include an aac audio stream. Package that in MP4 container and you are done.
 
Back
Top Bottom