The MASM Forum

Microsoft 64 bit MASM => Tools & Toys => Topic started by: hutch-- on December 16, 2017, 08:28:16 PM

Title: Tweaked version of the playback speed tool.
Post by: hutch-- on December 16, 2017, 08:28:16 PM
The first version was set to either 30 or 60 frame which was fine for US standard NTSC but many countries use the PAL standard of 25 - 50 frame, what I have done is add the PAL options to the speed settings so you can work in either. Buildable source in a reasonably simple dialog interface.
Title: Re: Tweaked version of the playback speed tool.
Post by: K_F on January 14, 2018, 11:48:31 PM
You should look at picking out the frame rates from the video header and then offer multiples of the original fps ?
Just a thought. :icon_mrgreen:
Title: Re: Tweaked version of the playback speed tool.
Post by: mineiro on August 12, 2020, 09:57:04 AM
Speedup2 port to linux x86-64, gtk3+, uasm.
Tested in Ubuntu, Mint and Kubuntu.
Title: Re: Tweaked version of the playback speed tool.
Post by: mineiro on August 16, 2020, 09:21:39 PM
bug correction:
If user press escape key inside open or save dialog so a reference to that dialog was lost.