Opened 11 years ago
Closed 11 years ago
#2627 closed defect (duplicate)
Using -vf fps results in no audio
Reported by: | microchip | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | mpegps |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
When using -vf fps filter there is no sound in the output. I tried with mplayer, vlc and xine and all behave the same. No sound at all. mplayer even reports that there is no audio track, even though MediaInfo says there is
The input in this case is 25 fps and I'm trying to convert it to 29.970
How to reproduce:
% /usr/local/bin/ffmpeg -i var/VideoSamples/var/jlo.mpg -c:v mpeg2video -b:v 3500k -c:a ac3 -b:a 192k -vf fps=fps=29.970 -y out.mpg
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Did you checked that ffmpeg and all other players can play audio from input mpg file?
Did you checked if same happens without fps filter?
You do not need to answer above questions if you provide way to download that file.
comment:3 by , 11 years ago
Component: | FFmpeg → undetermined |
---|---|
Keywords: | mpegps added |
comment:4 by , 11 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Looks like a duplicate of ticket #1720
Complete output