Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I thought I'd come back here to mention this now that I checked.@KinniKinnik:
Thanks for the tips, I must have a closer look. Might make things a lot easier.I have Vegas 6. I used to do a lot of still picture videos. I am just starting to learn video shooting and editing Will this help?...
I'm not even sure you need Quicktime Pro - I think regular Quicktime may do this.Interesting. That never occured to me, I'll try that. Thanks.Quicktime Pro 7.x does a great job of image sequencing. Then you can edit inside of iMovie, FCP, etc.
When used correctly, H.264 quality should be as good as, or better than, every other compressed video format available to you! Of course, uncompressed will be even better, but file sizes are potentially huge. Be sure to review and adjust the various quality settings when you export your movie.Another problem I have which already seems to be a QuickTime problem. The H.264 quality is really poor. Any idea how to fix that? I don't have FCP so I could only use some other (possibly free) software, so if you have any idea about a possible workflow...
Heh, yeah it becomes quite easy with Avisynth. I don't have the script at hand, but one shot (I mean location in this case) would become something like:I do have one question on the post, if you have time to answer. I am an experienced Final Cut Pro editor, but of docs and narrative stuff, not rather massive assemblages of stills. So ... hmmm -- how do you do that? You mentioned avisynth -- I'm not familiar with it, but I'm wondering you are using a script to string together each shot ... that is to time the duration of each shot? Surely you're not doing that by hand in an editing application!
Yeah, scripting - it's essentially a crop rectangle moved across the image over time. It's quite common for still images, but also great for stationary movie or timelapse. Again for each shot (location) I tried to pick and interesting source and target crop rectangle (in Photoshop) in the same aspect ratio as the target resolution (16:9). The cropped image was always resized to the final resolution. In Avisynth you can use Lanczos and Spline resizing algorithms, and more importantly, provide the crop rectangle in floating point coordinates to the resizing functions. The smoothness becomes from animating floating point coordinates and doing the animation in the final framerate which was higher than shot-to-shot speed. In Vegas I presume I would get pretty much the same smoothness, with using a proper UI and not having to type the coordinate values.And then there's the wonderful pans and zooms. Here again, are you scripting this in some way? They are so utterly smooth -- that math has to be perfectly accurate!