Open gdhgdhgdh opened 4 years ago
Can you check one of the work/out*.ts
files if these have both video and audio?
I think the apple format allowed those to be muxed, but if not - let's get ffmpeg to split those up and save to separate files and then just rewrite the parser inside a little.
I'm not actively working on this project, but if you like to test this and get involved I can reviwe it.
Hello - thanks for this, it looks really exciting :+1:
I can get this working by changing the value of
map
from0
to1
- this means the output stream contains EITHER video OR audio, but not both :(VLC plays the video, with no audio
When I change the
-f alsa -i plughw:0,1 -map 0 \
to-f alsa -i plughw:0,1 -map 1 \
... VLC plays the audio, without video :/