Opened 9 years ago
Closed 8 years ago
#5422 closed defect (fixed)
fps is off by a factor of 1000 with lavfi movie
Reported by: | Michael Niedermayer | Owned by: | |
---|---|---|---|
Priority: | important | Component: | undetermined |
Version: | git-master | Keywords: | codecpar regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
./ffprobe-ref -f lavfi -i movie=~/tickets/1051/camera-raw.mp4 Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 25k tbn, 25k tbc vs. ./ffprobe -f lavfi -i movie=~/tickets/1051/camera-raw.mp4 Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 25k fps, 25 tbr, 25k tbn http://www.techfak.uni-bielefeld.de/~lschilli/ffmpeg/sync/camera-raw.mp4 25fps vs 25k fps
Change History (3)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Keywords: | regression added |
---|---|
Priority: | normal → important |
Version: | unspecified → git-master |
comment:3 by , 8 years ago
Reproduced by developer: | set |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
lavfi movie source uses r_frame_rate for the link frame rate, so presumably that changed. No further investigation yet.