-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Concat Protocol #6
Comments
Not support and i not recommend use CP (concat protocol) You can add as multi inputs and concat in filters. If you still want CP, try this |
oh i was write it here, you can custom yourself for video
|
Does the Concat Protocol allow us to do this? From https://trac.ffmpeg.org/wiki/Concatenate " using intermediate files ffmpeg -i input1.mp4 -c copy -bsf:v h264_mp4toannexb -f mpegts intermediate1.ts |
Yes, but I don't recommend it. |
Alright. But just for our own sake, if we had to do it, how would we go about doing it with the ConcatProtocol method? |
|
Awesome. This method uses temporary streams for the inputs and then concatenates those? |
It same as |
Hi there,
Had a question. Is there a filter for using the Concat Protocol rather than the Concat Demuxer (which is what I think the current ConcatFilter class does)?
Looking at Concat Protocol here: https://trac.ffmpeg.org/wiki/Concatenate
The text was updated successfully, but these errors were encountered: