View Single Post
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#5
You can play .VOB files directly on the phone.
I was able to view even those too hard for GUI players with this script:
Code:
mplayer -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all -ni -autosync 10 -framedrop $1
(assuming you have mplayer and ffmpeg)