I am using the following command for video conversion using ffmpeg :-
ffmpeg -i 'in.wmv' -s 1280x720 -b 256 -ar 44100 -ab 64k -ac 2 'output.mp4'
and it is working fine.
But the problem is that when i am playing the converted file into the totem player then in properties section "audio bitrate" and "video bitrate" is being display "N/A" whereas "audio bitrate" and "video bitrate" must be 256 and 64k respectively.
Thanks in advance..
