|
|
|
|
|
by pfg
2977 days ago
|
|
I'm far from an FFmpeg expert, but I believe it's possible to segment the input video, transcode the segments one by one, and then concatenate them. Not sure how the segmentation and concatenation steps perform, but if that's fast, this might even improve your overall transcoding speed due to the parallelization. |
|
Rolling your own approach like this is certainly more complex to build/maintain than using Elastic Transcoder though.