Merge branch 'main' of https://git.mercurio.moe/Mercury/2dxAutoClip
This commit is contained in:
commit
1b8420f1ab
|
@ -7,9 +7,13 @@ Dalla versione 0.0.4 in poi sarà possibile avere una certa flessibilità nelle
|
|||
Il nuovo file [prop](https://git.mercurio.moe/Mercury/2dxAutoClip/src/branch/main/2dxAutoClip/artifacts/prop.txt) consentirà all'utente di regolare finemente alcune impostazioni come la risoluzione di registrazione (Consigliamo registrare a 720p tutti le versioni precedenti a Resident), il Constant Rate Factor (CRF) che determina la qualità e la velocità della registrazione, anche se suggeriamo di mantenerlo al valore predefinito, e il framerate del video sorgente; anche in questo caso, suggeriamo di mantenerlo a 60 o 120, poiché l'output finale forzerà il framerate a 60. Questa versione consente anche all'utente di passare alla registrazione con `spice`, `inject` e `launcher` invece di `spice64` per registrare versioni più vecchie o giochi avviati da BemaniTools.
|
||||
|
||||
## Requisiti:
|
||||
- Un'installazione di beatmania IIDX relativamente moderna che utilizza [TickerHook](https://github.com/Radioo/TickerHook).
|
||||
- Circa 150mb per estrarre la versione precompilata dell'applicazione.
|
||||
- Il runtime [.net 8 (64 bit)](https://dotnet.microsoft.com/it-it/download/dotnet/thank-you/runtime-8.0.8-windows-x64-installer) per eseguirlo, oppure l'SDK [.net 8 (64 bit)](https://dotnet.microsoft.com/it-it/download/dotnet/thank-you/sdk-8.0.401-windows-x64-installer) se vuoi compilarlo da solo.
|
||||
- **ALMENO Windows 10 build 20348**
|
||||
- Un'installazione abbastanza recente di beatmania iidx con [TickerHook](https://github.com/Radioo/TickerHook) in esecuzione. Tutti i crediti vanno all'autore originale
|
||||
- Circa 2MB per estrarre la versione precompilata dell'applicazione e 100MB una volta completato il download dei file di supporto come FFMPEG e AppLbCap
|
||||
- Runtime [.net 8 (64 bit)](https://dotnet.microsoft.com/it-it/download/dotnet/thank-you/runtime-8.0.8-windows-x64-installer) per l'esecuzione, SDK [.net 8 (64 bit)](https://dotnet.microsoft.com/it-it/download/dotnet/thank-you/sdk-8.0.401-windows-x64-installer) se si desidera compilarlo autonomamente
|
||||
- FFMPEG aggiunto al PATH di sistema (opzionale. Il programma scaricherà una versione precompilata di FFMPEG se non ne trova una)
|
||||
- ApplicationLoopbackCapture verrà scaricato a runtime. In alternativa, puoi scaricarlo da [qui](https://git.mercurio.moe/Mercury/2dxAutoClip-AppLbHelper) e compilarlo autonomamente (richiede VS 2019+)
|
||||
|
||||
|
||||
## Istruzioni:
|
||||
Le istruzioni per l'esecuzione sono piuttosto semplici:
|
||||
|
|
|
@ -10,9 +10,12 @@ the new [prop](https://git.mercurio.moe/Mercury/2dxAutoClip/src/branch/main/2dxA
|
|||
This version also allows the user to switch to recording `spice` instead of `spice64` for the aforementioned older styles
|
||||
|
||||
## Requirements:
|
||||
- **AT LEAST Windows 10 build 20348**
|
||||
- A fairly modern beatmania iidx install running [TickerHook](https://github.com/Radioo/TickerHook). All credit goes to original author
|
||||
- About 150mb to extract the precompiled version of the application
|
||||
- About 2mb to extract the precompiled version of the application, and 100MB once it finishes downloading helper files such as FFMPEG and AppLbCap
|
||||
- [.net 8 runtime(64 bit)](https://dotnet.microsoft.com/it-it/download/dotnet/thank-you/runtime-8.0.8-windows-x64-installer) for running, [.net8 SDK(64 bit)](https://dotnet.microsoft.com/it-it/download/dotnet/thank-you/sdk-8.0.401-windows-x64-installer) if you want to build it yourself
|
||||
- FFMPEG added to path (optional. the program will download a prebuilt version of ffmpeg if it can't find one)
|
||||
- ApplicationLoopbackCapture will be downloaded at runtime. you can alternatively pull it from [here](https://git.mercurio.moe/Mercury/2dxAutoClip-AppLbHelper) and build it yourself (requires VS 2019+)
|
||||
|
||||
## Instructions:
|
||||
Instructions for running boil down pretty much to:
|
||||
|
|
Loading…
Reference in a new issue