Open prielka opened 10 months ago
I faced the same problem and resolved it by separating the video and audio elements. Here's the my solution:
<View>
<Video name="video" value="$video" sync="audio"/>
<Audio name="audio" value="$audio" sync="video"/>
<Labels name="label" toName="audio">
<Label value="Speech"/>
</Labels>
<TextArea name="transcription" toName="audio" editable="true" perRegion="true" required="true" maxSubmissions="1" rows="5" />
</View>
I tried this and it did not work unfortunately
I am trying to do Video Timeline Segmentation in LSF, I have an issue with the audio not syncing to the video, I can play each of them separately but each play button doesn't start both video and audio together. This is the config I am using:
I tried with several different videos, all have the same issue. I also tried different config formats, with different decoder/player combinations for the audio. Here is an example video I tried to use: https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/VolkswagenGTIReview.mp4
My LS version is 1.10.1, I am running it on Windows 11, using Chrome. This is a warning that I see in the console logs:
I don't have any browser extensions active.