scenejs-render
scenejs-render copied to clipboard
Issues in adding Audio Loop
Environments
- OS name: Windows 11
- Scene.js Component Version: Current
- Component Name (Render, Recorder): NA
- Component version:
- Testable Address(optional): npx @scenejs/render -i https://productdesigner.uforialogic.com/ffmpeg-html/rUgh0VFHR4.html --ffmpegPath e://ffmpeg/ffmpeg/ffmpeg.exe --fps 30
Description
Hi @daybrush I am constantly getting ffmpeg error when trying to convert this HTML to video. The problem comes when looping the attached audio. The command is
npx @scenejs/render -i https://productdesigner.uforialogic.com/ffmpeg-html/rUgh0VFHR4.html --ffmpegPath e://ffmpeg/ffmpeg/ffmpeg.exe --fps 30
The video element loops fine, but the merged audio file created was not good. It was not able to loop the audio file. BTW when you open the file in the browser and execute scene.play(), the animation runs fine and video is looped properly.
@daybrush any luck on this one