xyzone
25th November 2015, 00:13
Sorry if I'm making too many threads. It seems like people just add on to huge threads but rarely make new ones.
Anyway, I'm curious about a couple of things:
Embedded webvtt subtitles. ffmpeg can do this automatically, converting other types of subtitles in the input into webvtt in webm output. mkvtools can't seem to do this. I can't even mkvextract the subtitles. It says "not supported". As far as playback, I have only seem mpv capable of playing these subs. VLC and browsers don't show any subtitles. So what is the deal with embedded webvtt subs? Is there a point to embedding them, as far as playback capability goes? If this is part of the webm spec, how can browsers display them?
2nd question is about alpha transparency in vp9. Simply put, how is this done (particularly in ffmpeg)? I've been trying to use pngs to create such a video, but it's not working. And yes, I am using profile 1 or 3. I try to set pix_fmt to something which seems appropriate, such as yuva420p, but it's not accepted by the encoder. When I use what is supported, the video only shows black instead of transparency.
Anyway, I'm curious about a couple of things:
Embedded webvtt subtitles. ffmpeg can do this automatically, converting other types of subtitles in the input into webvtt in webm output. mkvtools can't seem to do this. I can't even mkvextract the subtitles. It says "not supported". As far as playback, I have only seem mpv capable of playing these subs. VLC and browsers don't show any subtitles. So what is the deal with embedded webvtt subs? Is there a point to embedding them, as far as playback capability goes? If this is part of the webm spec, how can browsers display them?
2nd question is about alpha transparency in vp9. Simply put, how is this done (particularly in ffmpeg)? I've been trying to use pngs to create such a video, but it's not working. And yes, I am using profile 1 or 3. I try to set pix_fmt to something which seems appropriate, such as yuva420p, but it's not accepted by the encoder. When I use what is supported, the video only shows black instead of transparency.