CVS Video Encoder from http://camerahacks.10.forumer.com/viewtopic.php?t=1463
The much needed and newly improved 0.2 release was just rolled out about 2 mins ago. The website is here: http://www.robogumby.com/cvsencoder/ . I redid the whole encoding sceme. Taking a former script that worked will with audio and did triple pass encoding and took in the best parts of my old script. Reworked it so the countdown time worked correctly. Added a few other minor things and bamb, I release this at around 12:40 A.M. eastern time. Well I am going to bed. Take care and enjoy everyone. I need to get some rest. Luckily my first class doesn't start till noon.
startreker- 10-03-2005
Lol, I was just coming over here to let everyone know about the application, and here you are already ahead of me. Thanks though for the advanced posting.
enigma-- 04-30-2006
I threw together a quick linux shell script a while ago. I revised it today.
copy this into a new file called cvsencoder.sh
#!/bin/bash
## cvsvidencoder
## Created by Jeff Crowell, April 30, 2006.
## Released under the GPL; a fork of ipodvidenc and the windows batch script for cvs video encoding.
echo " "
echo " "
echo "CVS Video Encoder for"
echo " "
echo " @ "
echo " ###### @@# "
echo " ## # "
echo " ## @@@ ### #### ### ### ##### ###### "
echo " ## @ @# ### ## ## ## ### ## "
echo " ## @ @# ## ## ## ## ### "
echo " ## @@# ## ## ## ## ### "
echo " ## # @@# ## ## ## ## ## ## "
echo " ## ## @@# # ## ## ### ### ## ## "
echo " ############ ### #### #### #### ### ##### ###### "
echo " "
echo "Released by Jeff Crowell (enigma-), under the GPL"
echo " "
echo " "
echo "Where is the original file (Drag 'n Drop into terminal/konsole might not work)"
read input
echo "PICT0001.avi will be located in $PWD. Is this acceptable? [y/n]"
read output_file_loc_permis
if [ $output_file_loc_permis = 'n' ] || [ $output_file_loc_permis = 'N' ]
then
echo "Where would you like to store PICT0001.avi"
read output_dir
else
output_dir=$PWD
fi
mencoder $input -ffourcc XVID -ovc lavc -oac lavc -lavcopts vcodec=mpeg4:vqmin=10:vmax_b_frames=4:vlelim=-4:vcelim=9:autoaspect:sc_threshold=-1000000:keyint=20:acodec=mp2:abitrate=48:vpass=1:turbo -vf scale=256:192 -o "${output_dir}/PICT0001.avi"
echo "Encoding Complete."
enigma-- 05-19-2006
if anyone is interested, i am working on two different projects right now. A GUI written with zenity for my current encoder, and also a CVS Camcorder to Video iPod encoder. when i get my zenity gui working that will also be on that encoder. I have started a new sourceforge page here.
https://sourceforge.net/projects/cvsencoder/
Anonymous- 10-22-2009
Hi..
Awesome link... I just go through it...
Forumer™ is Voted #1 Free Forum Hosting provider
Build your own community today with the largest message board hosting company.