As per: http://cinelerra.org/docs/split_manual_en/cinelerra_cv_manual_en_21.html#SEC310
I sucsessfully made 320x240 avi from hdv m2t files for i in *.m2t;do mencoder -mc 0 -noskip $i -ovc lavc -lavcopts vcodec=mjpeg -vf scale=320:240 -oac pcm -o `basename $i m2t`avi; done Then I loaded the hdv files as new resources in cinelerra saved as earthdance04.xml and ran the proxychange script as follows: dan...@sabayon /mnt/dm-3/mov01/earthdance $ ./proxychange.py earthdance04.xml -from `hdv/(\w+)\.toc` -to `proxyfiles/\1.avi` -scale 2.0 bash: command substitution: line 1: syntax error near unexpected token `\w+' bash: command substitution: line 1: `hdv/(\w+)\.toc' bash: proxyfiles/1.avi: No such file or directory bash: ./proxychange.py: Permission denied I'm assuming it overwrites the xml file and you reload that into cinelerra? I'm a little confused as to workflow. Thanks in advance. Daniel
