- Dec 17, 2023
- 8
- 0
We're also missing Bride Anishka for some reason too. I just noticed.For some reason I missed Xmas Vika; (we should have a total of 66 dealer)
poker game update file have script errorHere is a link with updated rivals
You must be registered to see the links
And then???poker game update file have script error
Hi, I've came up with a batch file (Windows) that uses ffmpeg to compile specified video and audio files into one file. For each pair video-audio it trims result to the shortest of these two. From what I observed, audio files are slightly longer than video (not on every girl tho, some has the same length) so it should trim correctly audio without any loss to video. I've also added filter to increase height on "half screen" fragments and move them to the top of the frame.If I can figure out a way of doing it in a way that isn't excruciating for each dealer, I'd be happy to go through these and post the compiled movies for folks.
@echo off
set "ffmpeg=path_to_ffmpeg" :: path to ffmpeg
set "path=path_to_girl" :: path to girl directory (directory that contains video and audio subdirectories)
set "videoPath=%path%\video"
set "audioPath=%path%\audio"
set "tempPath=%path%\tmp" :: temporary directory where files will be stored; deleted after operation
set "tempList=%tempPath%\tempList.txt"
set "fileList=ENT01 ENT02 1001 1002 1003 1004 1030A 1030B 1030C 2001 2002 2003 2004 2030A 2030B 2030C 3001 3002 3003 3004 3030A 3030B 3030C 4001 4002 4003 4004 4030A 4030B 4030C 5001 5002 5003 5004 5030A 5030B 5030C 6001 6002 6003 6004 6030A 6030B 6030C 7001 7002 7003 7004 7030A 7030B" :: list of files to combine into one video
set "applyFilterList=1001 1002 1003 1004 2001 2002 2003 2004 3001 3002 3003 3004 4001 4002 4003 4004 5001 5002 5003 5004 6001 6002 6003 6004 7001 7002 7003 7004" :: which files should have filter applied to them
set "filter=pad=width=iw:height=ih+200:x=0:y=0" :: video filter, by default add 200px to height of video and 'move' its content to the top
if not exist "%tempPath%" mkdir "%tempPath%"
if exist "%tempPath% del "%tempList%"
for %%i in (%fileList%) do (
set "padding="
for %%j in (%applyFilterList%) do (
if "%%i"=="%%j" set "padding=1"
)
if defined padding (
%ffmpeg% -y -loglevel quiet -i "%videoPath%\%%i.ogg" -i "%audioPath%\%%i.ogg" -c:v libx264 -c:a aac -vf %filter% -map 0:v:0 -map 1:a:0 -shortest "%tempPath%\%%i.mp4"
) else (
%ffmpeg% -y -loglevel quiet -i "%videoPath%\%%i.ogg" -i "%audioPath%\%%i.ogg" -c:v libx264 -c:a aac -map 0:v:0 -map 1:a:0 -shortest "%tempPath%\%%i.mp4"
)
echo file '%tempPath%\%%i.mp4' >> "%tempList%"
)
%ffmpeg% -y -f concat -safe 0 -i "%tempPath%\tempList.txt" -c copy "%path%\output.mp4"
rmdir /s /q "%tempPath%"
If there was a guarantee of actually seeing anything I'd buy in a heartbeatFor PokerGirls, looks like they moved most of their content on Patreon at reduced price:You must be registered to see the links
Not sure if I want to bite the dust and potentially buy the missing/broken files in the original mega link.
I should also mention that this also appears to apply for RacyRivals Strip Blackjack and Strip Poker. They also moved their content on Patreon as well, with all of the dealers/girls at $5 each, unlike how expensive it already is in the ContentShelf website.If there was a guarantee of actually seeing anything I'd buy in a heartbeat
GRABING ITMega
As a FYI, I went ahead and got Bride Anishka for RR Strip Blackjack.
That girl is featured in PokerGirls, but I forgot the name she is over there.
Here's hoping the link holds up.
Miss Shawna is the recent girl for RR Blackjack. Thanks!RacyRivals Blackjack - Miss Shawna
RacyRivals Poker - TankGirl-HD
PokerGirls HD - Musketeer-HD & Sorceress HD
You must be registered to see the links
Enjoy at the expense of my wallet.
Here are ToolGirl, TombRaider and SpookyGirlDoes anybody have ToolGirlHD, DrunkGirlHD, TombRaiderHD and SpookyGirlHD?