It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
is there a program that can help me figure out why some of my video files won't work on my ebook reader/mp4 player when others of the same filetype will play on it?

I use windows7 & free is a +
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
Rusty_Gunn: is there a program that can help me figure out why some of my video files won't work on my ebook reader/mp4 player when others of the same filetype will play on it?

I use windows7 & free is a +
http://mediaarea.net/en/MediaInfo

MediaInfo should do the trick. Tells you everything there is to know about a video file, including resolution, container, codecs (audio + video), etc. It's free, small size and works on Windows 7 32 and 64 bit versions.
mp4 is simply a container, much like avi and ogv are.

As for why it won't play, it could be a number of things. In the manual for your reader it will likely say what it expects in formats. Could be a limited bitrate, or if it's a specific feature set of Mpeg-4. Quite often h.264 AVC (Advanced Video Codec) requires more processing power than it's willing to work on for decoding, while a previous encoding version might be acceptable like XVid or DivX. If it has very little memory (say 32 Megs or ram or something) a number of extra compression techniques require multiple frames to be decoded that it back references, while there's an optimization option during encoding to drop those so it doesn't require any extra latency to decode. (x264 codec offers this, i use it in VirtualDub at times).