Player sync

Discussion about Cock Hero and other sexy videos.

Moderator: andyp

Post Reply
User avatar
Roby82
Explorer
Explorer
Posts: 26
Joined: Wed May 01, 2024 9:25 pm
Gender: Male
Sexual Orientation: Bisexual/Bi-Curious

Player sync

Post by Roby82 »

Hello everyone,

I have almost always used CHPlayer version 3.

Is there a more valid and simple alternative to use to synchronize video and audio files?

Thanks :wave:
maulakai
Explorer
Explorer
Posts: 36
Joined: Thu Nov 14, 2019 11:25 am
Gender: Male
Sexual Orientation: Straight

Re: Player sync

Post by maulakai »

I have just used 2 instances of vlc and hit play on both at roughly the same time.

My scriptplayer software stopped working recently, won't play video. I'm curious what other people use
User avatar
puste
Explorer At Heart
Explorer At Heart
Posts: 376
Joined: Sat Dec 29, 2018 9:12 pm
Gender: Male
Sexual Orientation: Straight
I am a: Slave
Location: Europe

Re: Player sync

Post by puste »

If you whant anoter player that uses VLC and not Microsoft Midea Player like CHPlayer V3 do then you can try E-Stim Player
https://discuss.eroscripts.com/t/e-stim-player/261945

But you have to compile the program with Python.

Thanks for using CHPlayer. !
User avatar
jtcrave69
Explorer
Explorer
Posts: 65
Joined: Sat Nov 07, 2020 12:00 am

Re: Player sync

Post by jtcrave69 »

I use vlcsync. It's good enough for estim files.

https://github.com/mrkeuz/vlcsync
User avatar
47dahc
Explorer At Heart
Explorer At Heart
Posts: 286
Joined: Mon Aug 03, 2020 1:43 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: Player sync

Post by 47dahc »

maulakai wrote: Tue Jun 17, 2025 9:28 pm ...I'm curious what other people use
Anytime there is a dedicated ESTIM file, I create a surround sound file with the stim audio on the rear channels. I then play using VLC and use VB Audio's Voicemeeter Banana to route the audio. Works great. I have a tutorial in my signature below.
Creator of MetroVerter The Metronome to Tcode converter
My Guide on How to create and mix estim surround videos
My guide on Setup TeaseAI - Awakening with Restim
verynicekojak
Explorer At Heart
Explorer At Heart
Posts: 110
Joined: Fri Aug 19, 2022 10:05 pm

Re: Player sync

Post by verynicekojak »

MPV player supports adding audio, even to other channels.
https://en.wikipedia.org/wiki/Mpv_(media_player)

Playing in rear channels using batch (bat) file where first argument is video, and second is additional audio is:

Code: Select all

set filter="[aid1][aid2]join=inputs=2:channel_layout=quad:map=1.FL-BL|1.FR-BR[ao]"
mpv %1 --external-file=%2 --audio-device="auto" --lavfi-complex=%filter%
Post Reply