Added script to transcode video files into format for Plex Web Player.
This commit is contained in:
2
plexoptimize.sh
Executable file
2
plexoptimize.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
ffmpeg -i "$1" -c:v h264 -c:a libvo_aacenc -preset fast -movflags +faststart -crf 18 -b:a 192k "$1.mp4"
|
||||
Reference in New Issue
Block a user