bartekmotyl / simple-video-cutter

Windows-based tool for efficient browsing and cutting video footage
MIT License
317 stars 42 forks source link

Volume at 0 when opening #94

Closed CBRPLX closed 3 months ago

CBRPLX commented 3 months ago

Hi, everytime I open it, the volume is at 0. I have to manually put it to 100. Do you know how to make the volume level persistent ?

ApplicationFrameHost_wkyTZ2K64f

bartekmotyl commented 3 months ago

Indeed, I can reproduce the issue as well on my machine. I am pretty sure it worked fine previously, maybe the problem was introduced after recent vlc library upgrade.

bartekmotyl commented 3 months ago

I fixed it in development branch (commit f5cc7e2ed4e1c72e85c55afca7485fe6bb17a5e3 but I made a mistake in the commit message referencing the wrong ticket). Fix will be included in next release.

bartekmotyl commented 3 months ago

Unfortunately there is no workaround for the version 0.30 unless the fixed version is released.

CBRPLX commented 3 months ago

Ok no prob, thank you for fixing it 👏 Do you have any idea when the next release will be ?

bartekmotyl commented 3 months ago

Is already in progress, should be available within 1 or 2 hours :)

bartekmotyl commented 3 months ago

Note: after the fix, volume level set in the mixer should be persisted. If due to earlier bug it is still zero, please adjust manually - next time you start Simple Video Cutter it should be ok.

CBRPLX commented 3 months ago

I confirmed it is fixed now. Thank you @bartekmotyl