I'm trying to playback a video file which is the resolution of an LCD panel 1368x768. I find that the playback is very choppy mainly due to the CPU usage being at 100% all of the time.
Can anybody offer any advice on how I could improve the situation. I was thinking that these might be possible places to start...
- Which codec uses the lowest CPU power? My videos are currenty DIVX5 - maybe if I use another codec I can get it faster.
- Is the problem due to the CPU overhead required to copy data to the graphics card?
- I'm currently using the compiled i386 packages for Debian. Is it worth recompiling any libraries for processor - perhaps ffpmeg? I tried compiling VLC itself from source but that didn't make a difference.