Menu

#1118 Version 19.09 removes sample rate value from Ogg / VP9

Incorrect_result
open
nobody
None
5
2020-01-08
2020-01-07
No

In version 19.07 I could see audio sample rates for Ogg files with VP9 video. Now with 19.09 I cannot see that information anymore from Ogg files and VP9 Video.

Missing sample rate: (was 48khz previous versions) We have scripts expecting the old behavior...

mediainfo /tmp/test3697/encode_vp9.mp4
General
Complete name : /tmp/test3697/encode_vp9.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/mp41)
File size : 6.98 MiB
Duration : 15 s 7 ms
Overall bit rate mode : Variable
Overall bit rate : 3 901 kb/s
Writing application : Lavf58.20.100

Video
ID : 1
Format : vp09
Codec ID : vp09
Duration : 14 s 974 ms
Bit rate : 3 762 kb/s
Width : 432 pixels
Height : 240 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 23.976 (23976/1000) FPS
Scan type : Progressive
Bits/(Pixel*Frame) : 1.513
Stream size : 6.72 MiB (96%)

Audio
ID : 2
Format : Opus
Codec ID : Opus
Duration : 15 s 7 ms
Duration_LastFrame : -13 ms
Bit rate mode : Variable
Bit rate : 142 kb/s
Channel(s) : 2 channels
Sampling rate : 48.0 kHz
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 261 KiB (4%)
Default : Yes
Alternate group : 1

1 Attachments

Discussion

  • Christopher Kennedy

    This is where it fails, seems to be CentOS builds...

    [centos@ip-10-9-38-54 ~]$ mediainfo /tmp/test24794/encode_vp9.mp4
    General
    Complete name : /tmp/test24794/encode_vp9.mp4
    Format : MPEG-4
    Format profile : Base Media
    Codec ID : isom (isom/iso2/mp41)
    File size : 7.44 MiB
    Duration : 15 s 7 ms
    Overall bit rate mode : Variable
    Overall bit rate : 4 157 kb/s
    Writing application : Lavf58.20.100

    Video
    ID : 1
    Format : vp09
    Codec ID : vp09
    Duration : 14 s 974 ms
    Bit rate : 4 019 kb/s
    Width : 432 pixels
    Height : 240 pixels
    Display aspect ratio : 16:9
    Frame rate mode : Constant
    Frame rate : 23.976 (23976/1000) FPS
    Scan type : Progressive
    Bits/(Pixel*Frame) : 1.617
    Stream size : 7.17 MiB (96%)

    Audio
    ID : 2
    Format : Opus
    Codec ID : Opus
    Duration : 15 s 7 ms
    Duration_LastFrame : -13 ms
    Bit rate mode : Variable
    Bit rate : 142 kb/s
    Compression mode : Lossy
    Stream size : 261 KiB (3%)
    Default : Yes
    Alternate group : 1

    [centos@ip-10-9-38-54 ~]$ mediainfo --version
    MediaInfo Command line,
    MediaInfoLib - v19.09
    [centos@ip-10-9-38-54 ~]$ uname -a
    Linux ip-10-9-38-54.us-west-2.compute.internal 3.10.0-1062.9.1.el7.x86_64 #1 SMP Fri Dec 6 15:49:49 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

     
  • Christopher Kennedy

    Can reproduce on MacOS brew 19.09 upgrade too.

     
  • Christopher Kennedy

    I confirmed reverting that commit fixes the issue.

     

Log in to post a comment.