PDA

View Full Version : .VSE File Extension




bonafide
Apr 14, 2008, 11:52 AM
Hey guys,

I have two files which carry the extension .VSE. Is there any program for the Mac that I can use to convert these files into a .avi or .mpg format? Currently none of my collective group can view the .vse video and we need to in a hurry. Thanks!



oattila
Jun 5, 2008, 11:13 AM
You try out:

view:
mplayer CH01_xxxx.vse -sb 153

encode to avi:
mencoder CH01_xxx.vse -sb 153 -ovc lavc -o ch01.avi

mplayer/mencoder web page:
http://mplayerhq.hu/

Best regard.