[NEW PLUGIN] VideoPlayer Basic - Forum

Forum Navigation
You need to log in to create posts and topics.

[NEW PLUGIN] VideoPlayer Basic

Trial version available at request on

www.techmediaplugins.com.br
luishp, Vadim and Krakerman have reacted to this post.
luishpVadimKrakerman
Thank you very much. 

You should add an example PUB and include it on your Website.
It is strange that the screen that appears when the PlugIn is not registered appears:

Registered User
Unregistered
Uploaded files:
  • You need to login to have access to uploads.

I forgot to put the pub example. I already updated. I haven't had time to update the site yet, and so people can see it, I put it here before. The site has close to ZERO visitation, so I think it's more important to update here. When the person registers the software, under the word REGISTERED USER the person's name appears. When you haven't registered yet, UNREGISTERED appears

Nice to see another useful plugin. Just curious what is the advantages and differences compared to the NeoDX plugin.

I don't know this Neo DX plugin, I usually develop my stuff without seeing others, so I can't say. My plugin has:
Play Files
stop
Resume
Native trackbar or not
Text Overlay
Graphic Overlay
Variables to indicate number of frames, time
Play from a given frame
Play from a certain time
Capture from frame to bitmap (jpg)
Others

ErgoMan and Krakerman have reacted to this post.
ErgoManKrakerman

Btw I noticed that the tmClipboards plugin when you look at the about it says it's tmTabs

Quote from albertomeyer on January 13, 2022, 7:03 pm

I don't know this Neo DX plugin, I usually develop my stuff without seeing others, so I can't say. My plugin has:
Play Files
stop
Resume
Native trackbar or not
Text Overlay
Graphic Overlay
Variables to indicate number of frames, time
Play from a given frame
Play from a certain time
Capture from frame to bitmap (jpg)
Others

Thanks Alberto, I'm sure when you add this characteristics it's an amazing PlugIn.


 

Plugin already has it. Soon in the air.
Quote from albertomeyer on January 16, 2022, 5:35 pm
Plugin already has it. Soon in the air.

Consider adding "Step Frame Forward" and "Step Frame Back" buttons.

With the included "video player" plugin of VisualNEO Web, you can step forward a frame with this

VideoPlayerPause "Container1"
VideoPlayerGetCurrentTime "Container1" [step]
VideoPlayerSetCurrentTime "Container1" [step]+0.1

and step back a frame with this

VideoPlayerPause "Container1"
VideoPlayerGetCurrentTime "Container1" [step]
VideoPlayerSetCurrentTime "Container1" [step]-0.1

(Actually, digital video doesn't have frames. It has a bitrate that renders as frames. So the "step range" depends on the total length of the video. But 0.1 is a close equivalent to a single frame.)

 

luishp has reacted to this post.
luishp

My plugin has a variable that indicates FrameTime for each displayed frame. I will try to implement player options based on that variable

fkapnist has reacted to this post.
fkapnist

@albertomeyer, when will the plugin be in the air ?

Please contact me at alberto.meyer@gmail.com so I can send you a trial version. I'm still wondering if I'm going to release my new plugins publicly or just for those who are really interested. Of course, plugins that are being renewed will be publicly updated.

In my humble opinion, I think you should give them visibility in order to expand the capabilities of VisualNeo, be able to monetize the time and work you dedicate to them, and also be able to make improvements to them with suggestions (testers) from users and the VisualNeo community.

I will not stop producing or making updates. I'm thinking of keeping a list of people really interested in my plugins and updates, instead of updating sites, posting, etc. Sales are practically ZERO. It's almost a waste of time, but I keep going. I currently have 8 plugins being updated, 1 in heavy development, Chrome, basically for a single client (a gigantic job) and some new ones that I will release, even tomorrow (a plugin with many functions). It is complicated. Some are quite complex and I think they have specific niches. such as accessing an online database via REST, but that for common users or beginners have no application or are very complex. My plugins are mostly self-explanatory, but the examples are simple enough not to infect the user with interface suggestions. I prefer that everyone has their own style, but a lot of people just want to push a button and have a complete application. VisualNeo is a little outdated, but it is quite powerful, with the help of plugins, to produce great quality software, mainly for corporate and personal purposes, with e-learning, simple databases, players, etc.

@albertomeyer your plugins are high quality and they add a great value to VisualNEO Win platform. I hope to atract more people to know about VisualNEO and it's possibilities so I encourage you to share at least a list with the name and description of your plugins. Our efforts can improve your sales and your efforts can improve VisualNEO Win possibilities. Please let me know if there is something I can do to help you.

Best regards.

Thank you Luis. I will still update the basic infos. Sure. All the best

Trial version is avaiable. If you are interested, please contat at alberto.meyer@gmail.com or Telegram +55 22 99700 0881

Trial version available at request on

http://www.techmediaplugins.com.br

luishp has reacted to this post.
luishp

@albertomeyer You close up shop? Website seems to went MIA for awhile now.

No, just change my server for a cheaper one. I always on my alberto.meyer@gmail.com email .  Site will be back as soon as i get some time.

Krakerman has reacted to this post.
Krakerman