Taran Van hemert
Forum Replies Created
-
Huh, I don’t see any way to edit or delete a post.
I meant to link to a specific timestamp (46:13) in that video.
https://youtu.be/O6ERELse_QY?t=46m13sSome contents or functionalities here are not available due to your cookie preferences!This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.
-
‘scale to frame size’ is extraordinarily dangerous if you don’t know how to use it. It’s fantastic for completely ruining the resolution of anything it touches, making everything fuzzy and blurry.
Video explanation: https://youtu.be/O6ERELse_QY?t=46m13sBuuuuuuuut you’ve already used it, so here’s what I would do.
In the bin, right click on sequence A and duplicate it.
Rename the duplicate to something. Let’s say “sequence Z”
double click on sequence Z.
Go to Sequence>sequence settings
change the resolution of your sequence to your final desired output resolution.
Nearly all of the videos should scale themselves up accordingly.
though, many will have to be manually adjusted. Especially if you used graphics.
enjoy the tedium of manually resizing things so that they will fit
Reflect on your choices in life, and vow to never again start with the wrong sequence resolution, or use Scale to Frame size until you completely understand it.Some contents or functionalities here are not available due to your cookie preferences!This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.
-
Taran Van hemert
December 28, 2017 at 10:41 pm in reply to: Scripting in Premiere Pro – Where to startI believe this channel might have the information you’re all looking for?
https://www.youtube.com/watch?v=V5OFTyZ8__A
I’ve got this on my to-do list, but have not yet looked very deeply into it.
Some contents or functionalities here are not available due to your cookie preferences!This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.
-
I don’t think so.
You can use the scroll wheel to move through the timeline, but it’s far too slow.
That’s why I wrote an AHK script to speed it way up:https://github.com/TaranVH/2nd-keyboard/blob/master/Taran‘s%20Windows%20Mods/WINDOWS%20MOD%20-%20Accelerated%20Scrolling%201.3.ahk
Explanation: https://youtu.be/O6ERELse_QY?t=2h10m36s
Some contents or functionalities here are not available due to your cookie preferences!This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.
-
Taran Van hemert
December 28, 2017 at 10:18 pm in reply to: How to create custom transitions in effects panel ?You mean, you want to create presets for existing transitions?
Or, do you want to program your very own transitions?
Pretty sure you need the SDK for that.
https://www.adobe.io/apis/creativecloud/premierepro.html
https://forums.adobe.com/community/premiere/sdk -
Taran Van hemert
December 28, 2017 at 10:06 pm in reply to: Click Anywhere in Timeline to Move Playhead (CTI) and Scroll to ZoomI have a solution for clicking anywhere to move the playhead/CTI.
https://youtu.be/O6ERELse_QY?t=23m40sMy solution uses right click, (and therefore needs extra programming) but you massively simplify things by binding it to mbutton (middle mouse button) Or a side button, or macro key, if you have those on your mouse. I don’t like using mbutton, since it requires too much force to press.
Code for this is here:
https://github.com/TaranVH/2nd-keyboard/blob/master/Taran‘s%20Premiere%20Mods/PREMIERE%20MOD%20-%20Right%20click%20timeline%20to%20move%20playhead%20MOD.ahkHolding ALT and scrolling to zoom is still absurdly broken. This is ID #108 on my problems spreadsheet.
https://docs.google.com/spreadsheets/d/1dVJb7kI_ZETLavrplfARgn9gL8HUpvkq6A0jCPxqA3w/edit#gid=1133868629
Submit a bug report, as I have…Some contents or functionalities here are not available due to your cookie preferences!This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.