prithugoswami / auto-movie-tagger

A Python script that auto tags and adds poster to mkv or mp4 movie files.
MIT License
58 stars 15 forks source link

[Closes #7] Proper stream selection #8

Closed prithugoswami closed 6 years ago

prithugoswami commented 6 years ago

The stream selection is now done depending whether or not the stream's codec is supported by mp4. Right now only dvd subtitles are not supported by mp4, So the script discards them. There might me other uncompatible codec types but I have only come across this till now.

Todo: