just a general question. is there a way to make HOS render only the marked sections or even the non marked sections in Render+? and with marked i mean the parts when you press R for REGION.
and i wonder if there are made thoughts in which price range HOS will be in the end?
Sure. In the What to Render box, just tick Regions. In your screengrab above, it would render the 3 regions. Or you can define a loop region. Or you can even render only regions inside a loop. For example, if you define a loop region around say regions 2 and 3, it would only render those 2 regions.
Final price not decided, but it will definitely be under $100 US.
Sure. In the What to Render box, just tick Regions. In your screengrab above, it would render the 3 regions. Or you can define a loop region. Or you can even render only regions inside a loop. For example, if you define a loop region around say regions 2 and 3, it would only render those 2 regions.
Final price not decided, but it will definitely be under $100 US.
thanks. any chance to make that inverted? meaning specifically to render everything else BUT the regions? that would be really fantastic if there would be an inverted checkbox too =)
Rather than include "inverted" as an option in the dialog which would entail quite a few changes, it would be far easier just to write a simple script to invert the regions. I looked at Vegasaur thinking they might already have this capability--unfortunately, not. The workflow would be: First run the script to invert the regions. Then do the render selecting regions. You could even join them if you wanted. And finally, run the script again to revert back to the original regions.
If that seems reasonable, I'll take a further look.
i of course would not mind clicking on a script beforehand at all. i would even write it my own if i would know how to write such stuff. i have vegasaur but i also found nothing that would do that. it would be a neat feature to have.
For anyone interested in a script to create inverse regions as requested by @eikira it can be freely download on the HappyOtterScripts Tools Library page at https://tools4vegas.com/library/.
Here is the simple GUI
and a short demo of what it does.
At the moment, only the Magix version is available. Comments and/or suggestions are welcome.
Was working on trying to rewrap and change a clip from VFR to CFR using ImportAssist. The video was shot with an iPhone 11 Pro Max (60fps HEVC).
Duplicate Frames Finder didn't find any duplicated frames.
Under ImportAssist: 1. selected "generic mov/mp4" as type of media to be imported, 2. Add files placed the media under "Selected Files to Import", 3. On Processing Options, ticked Rewrap (to mov container) and clicked on VFR to CFR, 4. On Video Options, it then asked me to "Set Frame rate" which is greyed out and unable to specify or change.
Tried changing to MP4 container, same result. Tried highlighting the file and clicking "VFR to CFR", same result. It asks to "Set Frame Rate" but box is greyed out.
Am I missing a step? Would appreciate some help. Thank you.
Thanks for the footage. The conversion of iPhone11 HEVC UHD 60P footage from VFR to CFR for use in Vegas 15 seemed to work OK. For anyone interested, here's a demo.
At the moment, the answer is no. GIF export has been on the "back burner" of my "to do" list for awhile. In fact, I've already written the code, but have not incorporated into HOS.
Regarding HEIF, I did a bit of searching and it doesn't appear promising for future inclusion of HOS since the underlying codecs are apparently proprietary and as such have not been included within FFmpeg. I did find a couple URL's albeit a couple of years old now which illustrate some of the pitfalls. https://www.imore.com/converting-jpeg-heif-bad-idea
@wwaag yes you are right, i completely forgot that HEIF is a patent hell. hopefully it can be overcome like with x265 regarding h265.
i just asked because a friend of mine i convinced to do his cooking videos in vegas pro, he is happy and i most likely could convince him to purchase later HOS alone for the feature exporting segments to GIF for his social media nonsense.
Thanks for the update wwaag. The addition of animated GIF is great, but the files are large. 1 second of 1920x1080-30p is coming out at 32MB. MediaInfo reports the compression mode as "lossless". Is there any way to render smaller, lossy files?
Animated Gif's are not intended for large HD frame sizes. The result, as you've discovered, is a very large file size. It's primary use is for fairly small animations that are a relatively small part of a web page--not the entire page. To reduce the size, you can do two things--reduce frame size and/or reduce frame rate. These can both be done inside HOS using the Avisynth options dialog or one could simply change the Vegas project size and frame rate. Either approach would work. The HOS implementation is two-pass--the first to create the png palette based on the color content of the video and second to do the actual encoding. A default color palette could have been used which is quicker, but the results were not as good.
@wwaag - Some great tweaks and beeks! OK, Using KW I don't get the Preview after FS has done its thing? Must be a Button I can Click on? Ah, yes, the File Rename crashed my VP17.
Great to have File Info! - any chance for that to be COPIED or outputted? It would be usful for ERROR Catchers to post here?
While checking that the GIF format doesn't support spatial compression, I came across this lossy GIF compressor (via this page). No idea if it, or something similar, could be incorporated into HOS.
For anyone having problems with Nvenc renders using the latest build of HOS, the Nvenc encoding app that is being used was updated and requires a driver version of 436.15 or later. This was due to the update to NVENC SDK 9.1 by the developer earlier this Fall.
This short video show how to properly export to .GIF format using Render Plus. It really was a good idea to add the import and export of animated GIFS to HOS. It has been very useful here.