Wrong tbr(fps) in mp4 and ogg output from input flv with 31 tbr(fps) and higher
Summary of the bug:
Conversion of flv with fps of 31 and higher to mp4 and ogg thru the command line
ffmpeg -i filename.flv -b:v 1500k filename.mp4
result mp4 with tbr 0.08
and ffmpeg -i filename.flv -b:v 1500k filename.ogg
result ogg with tbr 1000.00
ffmpeg version N-71403-g415f1fa built with gcc 4.9.2
PS. Fixed by adding in command line: "-r 25" but it's wicked
Change History
(8)
| Component: |
ffmpeg → undetermined
|
| Keywords: |
tbr/fps error removed
|
| Component: |
undetermined → avformat
|
| Keywords: |
flv fps regression added
|
| Priority: |
normal → important
|
| Reproduced by developer: |
set
|
| Status: |
new → open
|
| Version: |
unspecified → git-master
|
| Resolution: |
→ fixed
|
| Status: |
open → closed
|
Please provide the command line that allows to reproduce this issue together with the complete, uncut console output to make this a valid ticket and please provide your input sample.