Messages - Nod5 [ switch to compact view ]

Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 235next
21
There are several linux projects that turn a raspberry pi plus a small DAC into a LAN music player controlled through an app or webapp.
Two examples
https://volumio.com/en/get-started/
https://github.com/rern/rAudio-1

22
BTW @mouser it seems chaining setfocus after the appcapresults or fileresults commands doesn't work. For example neither of these
appcapresults "C:\Program Files\AutoHotkey\AutoHotkey.exe" C:\folder\a.ahk ;;; setfocus mainpanel
fileresults C:\folder\a.txt ;;; sleep 1000 ;;; setfocus mainpanel
gets focus to the imported results list.
It would be useful to have focus at the first results list item in this case.

23
appcapresults "C:\Program Files\AutoHotkey\AutoHotkey.exe" C:\folder\a.ahk
Thank you, that indeed works! For repeat use we can shorten it by adding a user variable to FARR settings
ahk=C:\Program Files\AutoHotkey\AutoHotkey.exe
and then use this alias result line
appcapresult "%uservar.ahk%" C:\folder\a.ahk

24
Great work mouser! I bet this will be very useful to lots of people doing live streams. From watching the videos above, I like the smooth transitions and especially the tacticle aspect of controlling the camera with two small physical objects instead of fiddling with a keyboard or other controls on the side.

25
General Software Discussion / Re: Split a video in n equal parts.
« on: September 16, 2022, 03:21 AM »
this is the one, free and awesome...

https://github.com/mifi/lossless-cut
Yeah thanks for that find! I like that it can show the underlying ffmpeg calls - handy if you want to add some step or transformation currently not in the app.

Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 235next
Go to full version