-
Posts
3,656 -
Joined
-
Last visited
-
Days Won
33
Everything posted by tom95521
-
My Nvidia card was set to "enhance the application setting" but I think it is better when set to "override the application setting"? Tom
-
The accuracy of the style is amazing. Very interesting to watch. Thanks, Tom
-
Intel is stuck at 14 nm and overpriced while AMD will be producing 7 nm in 2019. I am eagerly awaiting a Zen 2 3000 series APU next year. https://www.digitaltrends.com/computing/amd-7nm-2019-zen-2/ Tom
-
Using a HDTV as a computer monitor is an interesting subject for me. There are many settings that can be configured in newer model HDTVs to make them more compatible with computers. Even my inexpensive Vizio 4K model has selection for YCbCr or RGB color space, Game Latency, Film mode, and Picture Mode. There is also the setting on the graphics card to output RGB 0-255 (it may not be detectable by your HDTV). Tom
-
This reminds me of a movie I recently watched, 'Tim's Vermeer' which is about his camera obscura replication of Johannes Vermeer's 'The Music Lesson'. It's amazing what painters were able to accomplish almost 400 years ago without computers. I like this camera obscura related example of an inverted image looking thru a bowl of water. It might make a great style some day. Thanks, Tom https://youtu.be/qvwpDIlN25o?t=40
-
I have never used a 4K computer monitor (only use our 4K HDTV for xbox games and streaming video) but depending on what software you are using it would require a more powerful graphics card compared to a standard 1920x1080 monitor. I don't know the specs of your PC. I know the font size would need to be increased on a 4K monitor to make it readable. Smaller pixel size would seen to indicate a sharper display. The new monitors have higher contrast ratios and refresh rates and better display technology like IPS. I don't think a 4K is worth the extra money for business applications. 1920x1080 computer monitors are inexpensive and I would rather have 2 monitors than one 4K monitor. Tom
-
Paint It - A Style To Be Developed Further
tom95521 replied to Lin Evans's topic in Styles & Templates
Hi Lin, Nice effect. I wonder if a spray paint type of mask could be used to make realistic random shaped clouds? I remember a few years ago Igor made a really nice flying in clouds demo where the clouds are layered and zoom in towards the viewer. Will have to try that out sometime. Thanks, Tom -
I have never used an online photo sharing/selling site like Flickr or SmugMug. Most of my photos are captured using my android phone (currently an older Nexus 5x) so I use Google Photos (Google One) for photo albums and cloud folder sync. I don't have terabytes of photos. For my Panasonic FZ1000 camera I don't use any expensive software to cull images other than Google Photos or File Explorer w/Irfanview. For HDR or panoramas I use Affinity Photo. My hobby does not include a budget for Adobe cloud software. My internet bandwidth is asynchronous 100 Mbps down/10 Mbps up via Suddenlink cable. I'm envious of the internet speeds in Longmont Colorado. Since my main PC is Windows 10 it also connects to Microsoft OneDrive so it also does folder sync. For temporary file sharing I have been using https://wetransfer.com/ I would encrypt with AES-256 7-zip if it's anything confidential. Comparison of cloud storage providers. https://www.cloudwards.net/dropbox-vs-google-drive-vs-onedrive/ Thanks, Tom
-
Wow! That's probably more than most other photographers? 20,000/365 = about 55 photos/day 30,000/365 = about 82 photos/day I think it takes me about a year to fill up 1 memory card with about 100 photos. Tom
-
Hi Igor, Yes, very safe. I live in Arcata, a small town very close to the Pacific ocean. We sometimes have earthquakes and maybe tsunami warnings, but never forest fires. The town of Paradise which was destroyed is about 360 km south east. It is much drier and hotter inland. https://goo.gl/maps/8UQNb1wd31y Thanks, Tom
-
I checked and my global default in the Nvidia control panel was integrated GPU. After enabling the Nvidia gpu I get an error message. I hope Nvidia comes up with a fix soon. Tom
-
Hi Kieron, I cannot verify it has been fixed. I have not experienced the Nvidia bug on my Lenovo ideaPad i7 with Nvidia GTX 660 laptop. I think this is the latest from Igor. He may have further information. Tom
-
Hi wideangle, I have 2 semi-logical explanations. 1. I want to have control of exactly when the update takes place. 2. I'm from California. We like to live on the bleeding edge of computing. Tom
-
Hi Gary, Microsoft is doing a "staged rollout" of the update so it might be a few days before installation. If you want the update now I would try the link I posted above to download the microsoft app that does a manual update. Only one of my three PCs did an auto update for 1809. https://blogs.windows.com/windowsexperience/2018/11/13/resuming-the-rollout-of-the-windows-10-october-2018-update/ Thanks, Tom
-
I just finished updating my third windows computer to version 1809. So far no problems. Tom
-
It's released again. https://www.microsoft.com/en-us/software-download/windows10 Tom
-
Most graphics cards now can support multiple inexpensive displays. We have -display 1 and -display 2 command line options. It would be nice to have a -display clone or display -mirror option. It can be done with a script but it would be easier if the application controlled the displays. I don't know if you can determine the existing display configuration and restore it after running the slideshow. Set WshShell = CreateObject("WScript.Shell" ) WshShell.Run "%windir%\System32\DisplaySwitch.exe /clone", 0, TRUE WScript.Sleep 1000 WshShell.Run "slideshow.exe", 0, TRUE WshShell.Run "C:\Windows\System32\DisplaySwitch.exe /extend", 0, TRUE Set WshShell = Nothing Thanks, Tom
-
Windows key + P keyboard shortcut will let you choose how you want the displays configured (PC screen only, duplicate, extend, second screen only). If your display is set to extend and you don't want to switch your display mode just for the slideshow another option is to create a text file with the following text (in the same directory as the slideshow) with the extension .cmd. Your slideshow will be running as two separate instances so it will place a higher load on your PC. Not recommended for older PCs or large slideshows. I don't think PTE has a command line display option to duplicate or mirror the displays but I could be wrong. contents of slideshow.cmd start slideshow.exe -display 1 start slideshow.exe -display 2 I found another way that changes the display mode (at least in Windows 10 without loading 2 copies of the slideshow). It seems to have a problem switching back to extend mode so you would have to use the windows + P keyboard shortcut. start displayswitch.exe /clone start slideshow.exe displayswitch.exe /extend This one works. Place slideshow.vbs (visual basic script) in same directory as the slideshow or use full path. Set WshShell = CreateObject("WScript.Shell" ) WshShell.Run "%windir%\System32\DisplaySwitch.exe /clone", 0, TRUE WScript.Sleep 1000 WshShell.Run "slideshow.exe", 0, TRUE WshShell.Run "C:\Windows\System32\DisplaySwitch.exe /extend", 0, TRUE Set WshShell = Nothing Thanks, Tom
-
Still learning about masks. They have a lot of potential. I added 2 more masks for the rotor blades so they could be black and be on different layers. The glass canopy is transparent and body has color gradient. Raised the tail rotor and increased the rotor size. Changed animation speed to smooth. The background rectangle with text can be replaced with an image. I might add a blur behind turbine area and strobe light for fun. No sound. Helicopter v2 16x9.ptestyle Thanks, Tom
-
Just playing with an animated mask. The shape of the helicopter is made from rectangles. Also testing small 320 x 180 PTE video embed in the forum. It will probably resize itself much larger. Thanks, Tom Helicopter 16x9.ptestyle HelicopterStyle.mp4
-
Hi Mur, Nice. Did you use an animated mask or video mask? Thanks, Tom
-
The HDMI output on your graphic card might be set to Limited (16-235) color range. I changed the HDMI setting (Nvidia 1060) to my Samsung computer monitor to Full 0-255 and I think it has made a slight difference to the black and white areas. If you are using a large HDTV (not a computer monitor) it might not make a difference. I think that no matter the resolution slideshows created by a video editing program (that creates YUV 16-235) will never be as good as a PTE .exe RGB 0-255 slideshows (photo slideshows without videos). These decisions were made back in the 1950s (by some very smart people) when limited bandwidth analog color TV was introduced. https://pcmonitors.info/articles/correcting-hdmi-colour-on-nvidia-and-amd-gpus/ Tom Before After
-
It's always fun to try and recreate other styles and transitions. More detail here. A few different shaped animated masks and tints. They forgot to add rain drops. Still not hard to do with PTE. https://helpx.adobe.com/premiere-elements/using/glass-pane-effect.html Tom
-
Looks complicated but a good learning experience. I remember Dom's box from many years ago. Thanks, Tom
-
Our friends at Adobe have a new style in Premiere Elements 2019. It only takes about 2 minutes to create the same effect in PTE and save it as a style. Content from pexels.com. Glass Pane 16x9.ptestyle Tom