| |
Compyx
Registered: Jan 2005 Posts: 631 |
Release id #212349 : VICE 3.6
Since there are some questions in the comments section of VICE 3.6, I figured it would be better use the forum for any questions.
So to start things off:
Quoting The Human Code MachineBut how can I save the monitor window position on GTK3 Vice Windows x64? After exiting it always opens the same small window.
Currently you can't, window resizing/repositioning support is different across OSes/WMs, so making this work properly for all configurations may never work. That said, I'm working on a "fix" to make it at least work on some systems. |
|
... 65 posts hidden. Click here to view all posts.... |
| |
Mace
Registered: May 2002 Posts: 1799 |
@Groepaz: I'm testing a C64 ool that allow the possibility to attach a harddisc, but I have no idea what technical specs it assumes, so I wanted to try. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11391 |
VICE emulates the CMD HD, IDE64 and some IEEE harddisk - you gotta know what you need and set it up accordingly :) (You'll need the ROMs for it) |
| |
Mace
Registered: May 2002 Posts: 1799 |
Thanks, when I get to further testing, I'll see how I'll get the ROMS and how it's set up. No priority at this point. |
| |
Youth
Registered: Aug 2003 Posts: 43 |
On macOS I have no video drivers available for recording media (GTK version). I have ffmpeg installed with 'brew install ffmpeg'. Is there a way to make video recording work?
Logs:
Graphics Output: Error - Requested graphics output driver FFMPEG not found.
Warning - Trying to read value from unknown resource `FFMPEGFormat'.
Warning - Trying to read value from unknown resource `FFMPEGVideoCodec'.
Warning - Trying to read value from unknown resource `FFMPEGAudioCodec'.
Warning - Trying to read value from unknown resource `FFMPEGVideoBitrate'.
Error - failed to get current value for resource 'FFMPEGVideoBitrate', defaulting to 0.
Warning - Trying to read value from unknown resource `FFMPEGVideoBitrate'.
Error - failed to get value for resource 'FFMPEGVideoBitrate'
Warning - Trying to read value from unknown resource `FFMPEGAudioBitrate'.
Error - failed to get current value for resource 'FFMPEGAudioBitrate', defaulting to 0.
Warning - Trying to read value from unknown resource `FFMPEGAudioBitrate'.
Error - failed to get value for resource 'FFMPEGAudioBitrate'
Warning - Trying to read value from unknown resource `FFMPEGVideoHalveFramerate'.
Error - invalid resource name 'FFMPEGVideoHalveFramerate' |
| |
chatGPZ
Registered: Dec 2001 Posts: 11391 |
looks like dqh forgot to enable ffmpeg in the macos build =P oops |
| |
Compyx
Registered: Jan 2005 Posts: 631 |
All the ffmpeg dylibs appear to be in the Mac dist, so can someone check "Help" -> "Compile time features", and see what it says for HAVE_FFMPEG? |
| |
Rastah Bar Account closed
Registered: Oct 2012 Posts: 336 |
r41431:
HAVE_FFMPEG yes
HAVE_FFMPEG_AVRESAMPLE no
HAVE_FFMPEG_HEADER_SUBDIRS yes
HAVE_FFMPEG_SWRESAMPLE yes
HAVE_FFMPEG_SWSCALE yes |
| |
Compyx
Registered: Jan 2005 Posts: 631 |
That's the same as my Linux build. That means VICE is configured for ffmpeg and the video recording tab should work. Odd. |
| |
Youth
Registered: Aug 2003 Posts: 43 |
Sorry wasn't accurate enough, I am using the Apple Silicon Mac (arm64) version. This version does not let me select a video driver (empty dropdown). It says HAVE_FFMPEG yes in the Help section.
I have checked though; this doesn't seem to be an arm64 binary, this is what I did:
lipo -archs x64sc.app/Contents/MacOS/x64sc
The result: x86_64, where it should say arm64
So I tried the Intel Silicon Mac version, this also reports x86_64 architecture, but the video recording works on this version!
For now I will use the Intel (x86_64) version. My two cents from this:
1. The Apple Silicon version on the website it not actually an arm64 binary. It is an Intel x86_64 binary. It will run through the Rosette emulation layer and not make use of the arm64 advantages (speed/stability).
2. You could offer a universal binary with both architectures in it. I did this for SIDFactory II, maybe I can be of some help. |
| |
dqh Account closed
Registered: Jun 2019 Posts: 46 |
The binary is ARM - but the wrapper/launcher .app binary is not. The wrapper is generated with platypus, which currently always generates x86 apps. However this is is a launcher, the real binary is tucked away inside VICE.app.
I've replicated the ffmpeg thing on my M1 - I'll look into it and fix it for VICE 3.6.1. |
Previous - 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 - Next |