Feature Request - Keyboard shortcut to reload the most recent file.

Started by Tony Mah, July 31, 2023, 04:21:18 AM

Previous topic - Next topic

Tony Mah

I am playing with OBS FMP4 recording format. I discovered that I could open the FMP4 in Avidemux Mac while it was still recording and edit the file. I can open the same file again and it will open to the latest recording time for more editing. To edit short sports hilights to social media quickly it will be good it have a shortcut to reload the latest file.

Currently there is no shortcut for recent files.

sark

Just a note on my previous reply in your Main Version thread.

Autohotkey is Windows only (no mention of Mac in that thread). If you do manage to to encourage the implementation of the Restore previous session shortcut key, you would be advised to take a look at Keyboard Maestro for Mac. I've no experience personally, but this is generally the tool Mac users are pointed to as an Autohotkey substitute.

Tony Mah

Why do I need a third party application?

Right now if I
1. Open the fmp4 file
2. Go to Recent files with my mouse and click on the first file it will reload.

If there is a keyboard shortcut built into Mist to do this, it is all I need.


sark

Quote from: Tony Mah on July 31, 2023, 03:32:22 PMWhy do I need a third party application?

Right now if I
1. Open the fmp4 file
2. Go to Recent files with my mouse and click on the first file it will reload.

If there is a keyboard shortcut built into Mist to do this, it is all I need.


In your previous reply you suggested you needed a shortcut key for "Restore previous session", to use in combination with Close video (Ctrl+w).

Quote from: Tony Mah on July 30, 2023, 04:13:08 AMThe method szlldm suggested works!

So my request is a shortcut for Restore previous session!

I suggested Autohotkey because it can apply multiple keystrokes from a single key. And also relevent to your original post, it can automate that process periodically.

It appears a simpler solution is all that is required. I see eumagga0x2a has now responded, so hopefully you will achieve a satisfactory outcome.

Tony Mah

Quote from: eumagga0x2a on July 31, 2023, 04:00:01 PMPlease provide info requested in https://avidemux.org/smif/index.php?msg=95587

Hope this is enough

 [TS Demuxer] Not a ts file
 [avsProxy] Cannot open that
 [flvHeader] Cannot open that
 [mkvHeader] Cannot open that
Match ftyp
 [MP4]MP4/MOV/3GP file detected...
 [mxfHeader] Cannot open that (20000000)
[probe] 06:13:28-504  [avsProxy] Cannot open that
 [openDML] Cannot open that
[probe] 06:13:28-504  [picHeader] Cannot open that
[probe] 06:13:28-504 [asfHeader] Cannot open that
[vsDynaLoader::vsInit] 06:13:28-505 Cannot load the vapoursynth-script library
 match :0 / 455 (probeSize:1048576)
 [PS Demuxer] Not a ps file
** opening 3gpp files **
[MP4Header::lookupMainAtoms] 06:13:28-507 Analyzing file and atoms
[MP4Header::parseMvhd] 06:13:28-507 Warning: movie scale is 1000
[MP4Header::parseTrack] 06:13:28-507 Parsing Track
[MP4Header::parseTrack] 06:13:28-507 EDTS atom found
[MP4Header::parseEdts] 06:13:28-507 Parsing Edts, trackType=0
[MP4Header::parseEdts] 06:13:28-507 ELST atom found
[MP4Header::parseElst] 06:13:28-507 [ELST] Found 1 entries in list, version=0
[MP4Header::parseElst] 06:13:28-507 Duration : 0, mediaTime:0 speed=65536
[MP4Header::parseElst] 06:13:28-507 delay = 0 in movie scale units, skip to time 0 in track scale units.
[MP4Header::parseMdia] 06:13:28-507 <<Parsing Mdia>>
[mdhd] Language: und (code: 21956)
[HDLR]
[MP4Header::parseMdia] 06:13:28-507 hdlr video found
 [MP4Header::parseStbl] 06:13:28-507 <<Parsing Stbl>>
[MP4Header::parseStbl] 06:13:28-507 [STSD] Number of entries: 1
[MP4Header::parseStbl] 06:13:28-507 [STSD] VIDEO hev1, size 473
[STSD] vendor
[STSD] width :1920
[STSD] height :1080
[STSD] datasize :0
[STSD] FrameCount :1
Codec string :0 <>
LEFT:387
Reading hev1, got hvcC of size 340

eumagga0x2a

Yes, thanks, so, it is a MP4 file. The big plan is to add keyboard shortcuts to run custom scripts. This would en passant allow to cover your feature request.

Tony Mah