Opened 7 years ago
Last modified 7 years ago
#6886 new defect
No maximum bitrate shown
Reported by: | Carl Eugen Hoyos | Owned by: | |
---|---|---|---|
Priority: | important | Component: | undetermined |
Version: | git-master | Keywords: | mpeg2video codecpar regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
http://ffmpeg.org/pipermail/ffmpeg-user/2017-November/038107.html
Maximum bitrate is not shown since 6f69f7a8bf6a0d013985578df2ef42ee6b1c7994
$ ffmpeg -i fate-suite/mpeg2/dvd_single_frame.vob ffmpeg version N-89343-g83ecdc9 Copyright (c) 2000-2017 the FFmpeg developers built with gcc 6.3.0 (GCC) configuration: --enable-gpl libavutil 56. 4.100 / 56. 4.100 libavcodec 58. 6.102 / 58. 6.102 libavformat 58. 2.103 / 58. 2.103 libavdevice 58. 0.100 / 58. 0.100 libavfilter 7. 5.100 / 7. 5.100 libswscale 5. 0.101 / 5. 0.101 libswresample 3. 0.101 / 3. 0.101 libpostproc 55. 0.100 / 55. 0.100 Input #0, mpeg, from 'fate-suite/mpeg2/dvd_single_frame.vob': Duration: 00:00:00.04, start: 0.360000, bitrate: 24576 kb/s Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p(tv, progressive), 720x576 [SAR 64:45 DAR 16:9], 25 tbr, 90k tbn, 50 tbc Stream #0:1[0x20]: Subtitle: dvd_subtitle Stream #0:2[0x21]: Subtitle: dvd_subtitle At least one output file must be specified
Note:
See TracTickets
for help on using tickets.
There is also an inconsistency in 'video bit-rate' for this video -
https://drive.google.com/file/d/1v729lX6L65ys3BZEvDf1dt6sUBi7WFvg/view?usp=sharing
FFprobe 2.8.1 (static windows build) returns 28771 kb/s whereas 3.3.3 returns 25000 kb/s.
Can you please check and let me know if this behavior too is due to the same defect as mentioned above OR it is a different issue.
Thank you.