Video editing in lInux
    Bill McGonigle 
    bill at bfccomputing.com
       
    Wed Sep 27 12:51:02 EDT 2006
    
    
  
On Sep 27, 2006, at 10:35, Kjel Anderson wrote:
> but unfortunately it records it as an *.mov file.
do we know what the codec is?  .mov (assuming QuickTime) is a container 
format, can have lots of different things inside of it.
>  I figured out how to use
> mencoder to change it to a variety of different formats. ...Kino pukes 
> on
> that without a sensible error message.
Were you able to verify the conversion?   That is do we have a Kino bug 
or is the output file from mencoder no good?
I've had best luck with ffmpeg.  It's a bitch to figure out the options 
that actually work.  Here's my avi2dv script:
   ffmpeg -i $1.avi -s 720x576 -r 25 -y -hq -s ntsc -r ntsc -ac 2 -ar 
48000 $1.dv
The man pages only get you so far - some of these options were from 
message boards and experimentation.
-Bill
-----
Bill McGonigle, Owner           Work: 603.448.4440
BFC Computing, LLC              Home: 603.448.1668
bill at bfccomputing.com           Cell: 603.252.2606
http://www.bfccomputing.com/    Page: 603.442.1833
Blog: http://blog.bfccomputing.com/
VCard: http://bfccomputing.com/vcard/bill.vcf
For fastest support contact, please follow:
http://bfccomputing.com/support_contact.html
    
    
More information about the gnhlug-discuss
mailing list