Web Optimized

I noticed a few of my files I forgot to check web optimized on handbrake. Is there a way to just fix that? I found a command using ffmpeg, but it didn’t seem to work. Any suggestions?

Thanks!

ffmpeg does work, perhaps you didn’t quite get the command right.

ffmpeg -i UnOptimizedFile.mp4 -c copy -movflags +faststart OptimizedFile.mp4

If the filenames have spaces put them inside of quotation marks:

ffmpeg -i "UnOptimized File.mp4" -c copy -movflags +faststart "Optimized File.mp4"

I would probrably copy or move the file out of your Plex library while you are doing it, just in case. When you move the file back into the library, you might have to “Analyze” the file again for Plex to get the new information.

I’ll give it a try. Thanks!

You can use mp3tag for that as well.