Difference between revisions of "Converting Video For DIVX Devices"

From Hack Sphere Labs Wiki
Jump to: navigation, search
Line 3: Line 3:
 
  yaourt divx4linux
 
  yaourt divx4linux
 
  sudo pacman -Sv mplayer
 
  sudo pacman -Sv mplayer
   
+
 
 +
==mencode gui's==
 +
  yaourt mtvcgui
 +
 
 
=Testing=
 
=Testing=
 
*Works (Equinox took 2 min to load a listing of one file, then would play)
 
*Works (Equinox took 2 min to load a listing of one file, then would play)
 
  ffmpeg -i DEFCON\ 20\:\ Owned\ in\ 60\ Seconds\:\ From\ Network\ Guest\ to\ Windows\ Domain\ Admin.webm -f avi -vcodec mpeg4 -b 1500k -s 648x480 -ab 128k -vtag divx output.avi
 
  ffmpeg -i DEFCON\ 20\:\ Owned\ in\ 60\ Seconds\:\ From\ Network\ Guest\ to\ Windows\ Domain\ Admin.webm -f avi -vcodec mpeg4 -b 1500k -s 648x480 -ab 128k -vtag divx output.avi

Revision as of 08:56, 25 March 2013

archlinux

pacman -S dvdrip libdv xvidcore
yaourt divx4linux
sudo pacman -Sv mplayer

mencode gui's

yaourt mtvcgui

Testing

  • Works (Equinox took 2 min to load a listing of one file, then would play)
ffmpeg -i DEFCON\ 20\:\ Owned\ in\ 60\ Seconds\:\ From\ Network\ Guest\ to\ Windows\ Domain\ Admin.webm -f avi -vcodec mpeg4 -b 1500k -s 648x480 -ab 128k -vtag divx output.avi