Wild Willy
unread,Aug 3, 2023, 2:13:34 PMAug 3Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Video Download Helper Google Group
Interesting observation. I'm not sure I even noticed the chunks were .m4s in that other
thread. I don't usually look inside manifest files these days. I generally let ffprobe
do that for me. I do note that your master manifest shows captions. Up until now, VDH
has simply ignored captions. I'd be surprised if that is causing any sort of problem.
Your master manifest here is particularly simple. There are no descriptors for audio
streams. That means VDH should be less likely to get tripped up with the "separate video
& audio" issue. I imagine ffprobe would show simply 4 Programs with a video Stream & an
audio Stream in each Program, with no sharing of Streams. If you supply the input
parameter -strict experimental, I would expect each Program to also contain a third
Stream for the captions. Since the captions are supplied as a stream manifest as well,
there's no telling just from what you've posted whether the captions are vtt, srt, or
something else. An ffprobe would give us that (with -strict experimental). However, the
descriptor in the master manifest for the captions says they are machine generated. In
my mind, that brings their quality into question. They might be accurate; they might be
trash. You'd have to get them to see how close they are to whatever is being said in the
video.
But it's still an interesting thought that .m4s chunks instead of .ts chunks might be
causing problems for VDH.