|
|
|
|
|
by danShumway
980 days ago
|
|
The only caveat I'd mention here for anyone else looking to do something similar is that if you're planning to use ffmpeg to convert a video into multiple different formats for serving at different bitrates or to different devices, then doing it clientside opens up the door for users to upload completely different videos for different formats; you are trusting the client ultimately to send you the data. Plenty of scenarios where that doesn't matter and it's fine to trust the client, but just something to be aware of. |
|