-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Thomas Levine schreef: > I think it'll be easier to manage the video I'm analyzing if I split the > hour-long files I have into smaller files of approximately three minutes > each but whose endpoints are determined by what's happening in the > video. What program do I use to do this? I could probably do it in > Cinelerra, but I haven't figured out how, and there's probably something > easier as Cinelerra is really designed for editing.
Use ffmpeg, with the -ss and -t, -vcodec copy -acodec copy options. You will need to write a script that update the ss offset, but that is a trivial part. Stefan -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHEjQFYH1+F2Rqwn0RCl3VAJ9/bpRaFEETYlkVRwUTgU+NRaWTbQCeMcLt LJi+6mPmN0EBbtRKSOcL5yY= =n3Do -----END PGP SIGNATURE----- _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
