Video
De JarfilWiki
Contenido |
Hardware
Software
- Corel VideoStudio Pro X2 - $100
- Adobe After Effects - (Master CS4)
- Adobe Ultra - (CS3)
- Avid Media Composer
- Avid Liquid Chrome
Photo chroma:
- Cinematte - Chroma PhotoShop plugin
- TubeTape - PhotoKey
- GreenScreenWizard
- Primatte
Free
- Cinelerra - silly interface, sillier icons, still crashing after many years
- ZS4 - bunch of as*h*les, no source, no updates
Ubuntu Jaunty AMD64 w32codecs
w64codecs missing all 32-bit binaries
/usr/lib/codecs/vid_iv50.xa
apt-get install debootstrap apt-get install dchroot debootstrap --variant=buildd --arch i386 feisty /var/chroot/feisty_i386 http://archive.ubuntu.com/ubuntu/ cp /etc/resolv.conf /var/chroot/feisty_i386/etc/resolv.conf cp /etc/apt/sources.list /var/chroot/feisty_i386/etc/apt/ chroot /var/chroot/feisty_i386/
chroot:
apt-get update apt-get install gnupg locales dialog apt-get update locale-gen en_US.UTF-8 # Change this to your locale. apt-get install sudo wget wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update apt-get install mplayer w32codecs
Other:
mencoder
mplayer -vf rotate=3,mirror dscn6656.mov -ao none -vo yuv4mpeg mencoder stream.yuv -o t1.avi -ovc xvid -xvidencopts pass=1 mencoder stream.yuv -o t1.avi -srate=8000 -oac mp3lame -lameopts preset=8 -ovc xvid -xvidencopts pass=1 mencoder dscn8733.mov -o dscn8733.avi -srate 8000 -oac mp3lame -lameopts preset=8 -ovc xvid -xvidencopts bitrate=300 mencoder foto1/dscn7912.mov -vf scale=320:200 -o t2.avi -srate 8000 -oac mp3lame -lameopts preset=8 -ovc xvid -xvidencopts pass=1 # mov -> flv mencoder dscn0026.mov -o dscn0026.flv \ -vf scale=320:240 \ -ffourcc FLV1 \ -of lavf -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames \ -ovc lavc -lavcopts vcodec=flv:acodec=mp3:abitrate=56 \ -srate 22050 \ -oac lavc # mov -> flv (youtube hd) mencoder dscn0026.mov -o dscn0026.flv \ -vf scale=480:360 \ -ffourcc FLV1 \ -of lavf \ -ovc lavc -lavcopts vcodec=flv:acodec=libmp3lame:abitrate=128 \ -srate 44100 \ -oac lavc # mov -> avi divx (youtube hd) mencoder SANY0012.MP4 -o sany0012.avi -of lavf -ovc lavc -lavcopts vcodec=mpeg4:acodec=libmp3lame:abitrate=128 -srate 44100 -oac lavc
Other:
Youtube HD
- http://blog.jimmyr.com/High_Quality_on_Youtube_11_2008.php
- http://googlesystem.blogspot.com/2008/03/youtube-tests-higher-resolution-videos.html
- http://videotranscoding.wikispaces.com/mencoder
HD size conversions
1080 vs 720
1920: 2 2 2 2 2 2 2 3 5 1280: 2 2 2 2 2 2 2 2 5 1080: 2 2 2 3 3 3 5 720: 2 2 2 2 3 3 5 1920/3 640 1280/2 640 1080/3 360 720/2 360 1/1 1920:1080 1280:720 3/2 640:360 6/4 320:180 12/8 160:90 15/10 128:72 ... 120/80 16:9 120: 2 2 2 3 5 = 3 * 2 2 2 5 80: 2 2 2 2 5 = 2 * 2 2 2 5 2 2 2 5 : 2 4 5 8 10 20 40
