<div dir="ltr">Thank you. You know i'd tried that but the ffprobe displayed no channels after that.  Actually playing it reveals that it was probably just a header issue and that the cat method works great.<br><div><br></div><div>Problem solved!</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jul 12, 2018 at 3:40 PM Arve Barsnes <<a href="mailto:arve.barsnes@gmail.com">arve.barsnes@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 12 July 2018 at 22:26, Bearcat M. Şándor <<a href="mailto:bearcatsandor@gmail.com" target="_blank">bearcatsandor@gmail.com</a>> wrote:<br>
> Hey folks,<br>
><br>
> I have a set of 3 vob files that contain dts audio. There is no 'chapter'<br>
> info in these files. There should be multiple break points, but the person<br>
> that made them just made 3 files of reasonable length.  What i'd like to do<br>
> is join them and then resplit them where the breaks should be. My eventual<br>
> aim is to turn them in to wavpack files.<br>
<br>
Probably depends on how they're made, but often you can just cat vob<br>
files together.<br>
<br>
cat file1.vob file2.vob file3.vob > longfile.vob<br>
<br>
Check with ffprobe what format the audio is in, like ac3, and extract it with:<br>
<br>
ffmpeg -i longfile.vob -vn -c:a copy longaudio.ac3<br>
ffmpeg -i longaudio.ac3 longaudio.wav<br>
<br>
Cheers,<br>
Arve<br>
_______________________________________________<br>
Linux-audio-user mailing list<br>
<a href="mailto:Linux-audio-user@lists.linuxaudio.org" target="_blank">Linux-audio-user@lists.linuxaudio.org</a><br>
<a href="https://lists.linuxaudio.org/listinfo/linux-audio-user" rel="noreferrer" target="_blank">https://lists.linuxaudio.org/listinfo/linux-audio-user</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Bearcat M. Şándor<br>Feline Soul Systems LLC<br>Voice: 872.CAT.SOUL (872.228.7685)<br>Fax: 406.235.7070</div>