Opened 11 years ago

Closed 11 years ago

#2069 closed defect (needs_more_info)

Incorrect overall bitrate

Reported by: VIKASH KUMAR Owned by:
Priority: normal Component: avformat
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug: whenever a video is converted by ffmpeg it will set incorrect overall bitrate.
actually overall bitrate = video bitrate + audio bitrate but in case of ffmpeg overall bitrate = audio bitrate.
How to reproduce:

E:\ctemp\ffe\ffmpeg.exe  -i "F:\Movies\Matrix1\Matrix1.wmv" -vcodec copy  -acodec copy  -y  "F:\Movies\Matrix1\Matrix1 [copy][copy].wmv"
ffmpeg version: FFmpeg git-26c531c 32-bit Static (Latest) (2012-11-25) 
built on ... Windows

Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.

Change History (2)

comment:1 by Carl Eugen Hoyos, 11 years ago

Component: FFmpegavformat
Priority: importantnormal
Version: unspecified

To make this a valid ticket, please add the complete, uncut console output of your command line.

comment:2 by Carl Eugen Hoyos, 11 years ago

Resolution: needs_more_info
Status: newclosed

Please reopen if you can add the missing information.

Note: See TracTickets for help on using tickets.