-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Daniel Jircik schrieb:
> Indeed the single quotes were different and chmod gave me permission still
> not there yet

so, lets get it nailed down one by one ;-)

First of all, the manual seems to be quite broken here. All the parameters
need double dashes, when using the long form.



> dan...@sabayon /mnt/dm-3/mov01/earthdance $ ./proxychange.py earthdance04.xml
> -from 'hdv/(\w+)\.toc' -to 'proxyfiles/\1.avi' -scale 2.0

thus, please try

./proxychange.py earthdance04.xml --scale 2.0       \
   --from 'hdv/(\w+)\.toc' --to 'proxyfiles/\1.avi'


But, let's also immediately verify that we're applying the right logic.
Is the following correct for your situation?

* you are in directory /mnt/dm-3/mov01/earthdance
* imeditately below this directory, there are the two subdirectories
  called "hdv" and "proxyfiles"
* your full res media is within the "hdv" subdirectory and has an filename
  extension of *.toc
* your proxy files are in the subdirectory "proxyfiles" and have an
  filename extension of *.avi
* the rest of the filenames is always pairwise identical, for example
  full res --> "hdv/abcXYZ1.toc"
  proxy    --> "proxyfiles/abcXYZ1.avi"

If anything of the above is *not* correct, we need to adjust the
search and replacement patterns given by --from and --to

Moreover, your scale factor for the camera automation makes me suspicious...
The purpose of this factor is to stretch the proxy media out to fill your
full canvas, so you can work with masks and the like.
You said, you're working with HDV media, which has an original resolution
of 1440 x 1080, is that correct?
Then, you made proxy files of resolution 320 x 240. Thus, the scale factor
should be rather 1080 / 240 = 4.5

Cheers,
Hermann V.





-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkruK98ACgkQZbZrB6HelLJuxgCeJ0WAMqCb0kDjZGLEebfuJRjn
58YAn1lRpYRA60j2HIjg6APNIGZK3MXe
=ZbAc
-----END PGP SIGNATURE-----

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to