[FFmpeg-user] Multichannel audio live streaming problem

2022-04-28 Thread Francesco Polchi
Hi all, Due to bandwidth problems I'm trying to do a sigle rtmp stream to pass 1 video stream with 6 audio mono audio channels to another computer over the internet to recompose it later. I'm successfully doing it but my 4th channel results in very goofy sound being lowcutted and highpassed. ffmp

[FFmpeg-user] Extracting forced subtitles from a DVD.

2022-04-28 Thread Michael Mueck via ffmpeg-user
Hi, First time poster here - please be gentle on me :-). I have decrypted and ripped all of my DVDs into individual VIDEO_TS structures for just the main movie or an individual TV episode. Each move or TV episode consists of a VIDEO_TS folder containing the original uncompressed VIDEO_T

Re: [FFmpeg-user] Extracting forced subtitles from a DVD.

2022-04-28 Thread Nicolas George
Michael Mueck via ffmpeg-user (12022-04-28): > I have decrypted and ripped all of my DVDs into individual VIDEO_TS > structures for just the main movie or an individual TV episode. Each > move or TV episode consists of a VIDEO_TS folder containing the > original uncompressed > VIDEO_TS.IFO,

Re: [FFmpeg-user] Extracting forced subtitles from a DVD.

2022-04-28 Thread Michael Mueck via ffmpeg-user
Thanks for responding Nicolas. > On 2022.0428, at 14:01, Nicolas George wrote: > > Michael Mueck via ffmpeg-user (12022-04-28): >> I have decrypted and ripped all of my DVDs into individual VIDEO_TS >> structures for just the main movie or an individual TV episode. Each >> move or TV episode con

Re: [FFmpeg-user] Extracting forced subtitles from a DVD.

2022-04-28 Thread Ferdi Scholten via ffmpeg-user
Anybody know what's going on here? How come ffmpeg respects "-forced_subs_only 1" for an MKV but not for a VOB? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above,

Re: [FFmpeg-user] Extracting forced subtitles from a DVD.

2022-04-28 Thread Michael Mueck via ffmpeg-user
Hi Nicolas, In addition to the question below about the wrong subtitle track ending up in the output, I've also been looking into dvd2concat (which it looks like you wrote!). I was able to use it to make file.concat, but I'm having some trouble figuring out what to do with that file. I'd very m

Re: [FFmpeg-user] Extracting forced subtitles from a DVD.

2022-04-28 Thread Michael Mueck via ffmpeg-user
G'day Ferdi, I added the analyzeduration and probesize options as you suggested (which added about 3.5 minutes to the total time for a 48 minute TV episode before encoding started) but it didn't change anything. Note that I also had changed the subtitle codec from dvdsub to copy. That's not to