User Tools

Site Tools


recording_table_media

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
recording_table_media [2025/01/15 17:23] pinupadminrecording_table_media [2025/01/16 14:11] (current) pinupadmin
Line 55: Line 55:
 **"I can record my playfield in 10.8 DX version but cannot record my playfiled with 10.8 GL"** **"I can record my playfield in 10.8 DX version but cannot record my playfiled with 10.8 GL"**
  
-Some windows and/or nvidia update may make recording OpenGL vpx impossible.  You can setup your VPX emulator launch script to alternate launch 10.8 DX when Popper is in recording mode (prior to launching table). +Some windows and/or nvidia update may make recording OpenGL vpx impossible. You can setup your VPX emulator launch script to alternate launch 10.8 DX when Popper is in recording mode (prior to launching table).
-<code>+
  
-@echo off +{{:dec8cb24924f25045e4f36498ccdc094.png}}
-START "" "[STARTDIR]Launch\VPXSTARTER.exe" 30 10 60 "Visual Pinball Player"+
-cd /d "[DIREMU]"+
  
-rem Change the following to EnableTrueFullScreen to default FullScreen Exclusive! +above is the default VPX launch script, you can just copy this one line that sets VPXEXE when recmode=1 into your script right before START line. 
-SET FSMODE=DisableTrueFullScreen+<code>
  
-SET VPXEXE=vpinballx.exe 
- 
-if "[RECMODE]"=="1" (SET FSMODE=DisableTrueFullScreen ) 
-if /I "[CUSTOM1]"=="NOFSX" (SET FSMODE=DisableTrueFullScreen ) 
-if NOT "[ALTEXE]"=="" (SET VPXEXE=[ALTEXE] ) 
- 
-rem if in recording mode use alternate 10.8 DX version to record. 
 if "[RECMODE]"=="1" (SET VPXEXE=VPinballX64.exe) if "[RECMODE]"=="1" (SET VPXEXE=VPinballX64.exe)
- 
-START /min "" %VPXEXE% -%FSMODE% -primary -LessCPUthreads -minimized -play "[GAMEFULLNAME]" 
- 
-if %FSMODE%==DisableTrueFullScreen (START "" "[STARTDIR]Launch\PopperKeepFocus.exe" "Visual Pinball Player" 10) 
  
 </code> </code>
- 
-above is the default VPX launch script you can use,  OR you can just copy the one line that sets VPXEXE when recmode=1 into your script right before START line. 
  
 **"My playfield 4K videos won't play in Popper, it only shows a few frames and freezes videos"** **"My playfield 4K videos won't play in Popper, it only shows a few frames and freezes videos"**
recording_table_media.1736979792.txt.gz · Last modified: 2025/01/15 17:23 by pinupadmin