Quote:
Originally Posted by guestbuy
I see there is a convert.js like chaturbate-node. Is there a good/automative tool to use to fix time stamps or a way to properly stop the capture so they are showing 24hr time stamps?
|
I am not a programmer but all the node based recording programs are surprisingly interchangeable.
You can use the convert.js program from chaturbate with all the capmyfreecam forks, not sure about MFC-Node. You will also need the batch convert javascript file. I did this because the one in the MFC recorders did not work for me.
The only changes require are changing the folders from chaturbate ones. Here is mine for references. Just make sure the names match with what folders the are being sent to once the capture is done. Not sure about the 24hr thing
+++++++++++++++++++++++++++++++++
srcDirectory: ./captured # directory where you store your .ts files
dstDirectory: ./captured/converted # directory where do you want to store your .mp4 files
dirScanInterval: 300 # in seconds, min: 5 seconds
deleteAfter: true # if it is false the original file will be stored in the same directory with its .mp4 version
I uploaded my own version of the modifications
https://github.com/forsomefun/CapMyFreeCamsNodeJS
just with everything put together
p.s
Not related to your question, but the main.js file that was update by sstavia seems to work with all the forks as well. Or the one I use. The only difference is that it updates the config file. So it is important to backup your models list. If you plan on going back.