zhiayang / mkvtaginator

tag mkv files sanely and automatically
Apache License 2.0
21 stars 1 forks source link

Deprecation Output #3

Open vincenzogianfelice opened 2 weeks ago

vincenzogianfelice commented 2 weeks ago

During run command:

[matroska @ 0x561ae583cd00] Timestamps are unset in a packet for stream 3. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly

(command):

mkvtaginator --config config.json --mux --tag /media/plex/film/moviemedia/Diabolik\ \(2021\)\ \{imdb-tt9381682\}/Diabolik\ \(2021\)\ \{imdb-tt9381682\}.mkv --output-folder /caching/Diabolik\ \(2021\)\ \{imdb-tt9381682\}/
 * received 1 file
 * creating output folder '/caching/Diabolik (2021) {imdb-tt9381682}/'
 * Diabolik (2021) {imdb-tt9381682}.mkv
   * muxing
     * found 8 streams
     * selected 4 streams: [ 0, 2, 5, 7 ]
       *  0 (ita): vid: h264
       *  2 (ita): aud: dts - Original
       *  5 (ita): sub: subrip - Full
       *  7: vid: mjpeg
     * output: '/caching/Diabolik (2021) {imdb-tt9381682}/Diabolik (2021) {imdb-tt9381682}.mkv'
     * frame 0 (s:3) has no dts
[matroska @ 0x561ae583cd00] Timestamps are unset in a packet for stream 3. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
     * frame 1 (s:0) has no dts
     * frame 10 (s:0) has no dts
     * frame 11 (s:0) has no dts
     * frame 28 (s:0) has no dts
.....
....
......
zhiayang commented 2 weeks ago

Will look into this as well, though sometimes this can be caused by the input file being wonky as well.