Skip to content

Commit

Permalink
Changed output from mp4 to m4b to support Plex Media Library configur…
Browse files Browse the repository at this point in the history
…ations
  • Loading branch information
idarthjedi committed Oct 8, 2022
1 parent c750291 commit ce8af22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main():
""" split out the names at the first underscore """
workingfile = file.split("_")[0]
""" create the output file name """
commandtoexecute = "ffmpeg -activation_bytes %s -i %s%s -vn -c:a copy %s%s.mp4" % (activationbytes,
commandtoexecute = "ffmpeg -activation_bytes %s -i %s%s -vn -c:a copy %s%s.m4b" % (activationbytes,
workingdirectory,
file,
workingdirectory,
Expand Down

0 comments on commit ce8af22

Please sign in to comment.