Difference between revisions of "Converting Video For DIVX Devices"

From Hack Sphere Labs Wiki
Jump to: navigation, search
(Testing)
(divxconverter)
Line 13: Line 13:
 
*run with
 
*run with
 
  python2 /usr/bin/divxc
 
  python2 /usr/bin/divxc
 +
 +
===More===
 +
*http://www.mplayerhq.hu/design7/projects.html#mencoder_frontends
  
 
=Testing=
 
=Testing=

Revision as of 09:20, 25 March 2013

archlinux

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

mencode gui's

mtvcgui

yaourt mtvcgui

divxconverter

yaourt divxconverter
  • run with
python2 /usr/bin/divxc

More

Testing

  • Works (Equinox took 2 min to load a listing of one file, then would play)
  • To high of bitrate (source file smaller then non source)
  • Just testing but for what I am doing I do not think I need some of the command line options
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