[FFmpeg-user] what's the standard way to concat and re-encode VOB's?
Sean Darcy
seandarcy2 at gmail.com
Fri May 30 13:51:44 CEST 2014
On 05/29/2014 03:42 AM, Carl Eugen Hoyos wrote:
> Steve Boyer <steveboyer85 <at> gmail.com> writes:
>
>> My standard flow is to rip the VOBs, then
>> "cat path/to/vobs/*.VOB > movie.vob"
This is what I did except that I piped it to ffmpeg, rather than create
a variable.
>
> You can save that step by using the concat protocol.
>
> Carl Eugen
>
concat _protocol_ or concat _filter_ ??
If I use the concat protocol, isn't that equivalent to what I did?
sean
More information about the ffmpeg-user
mailing list