#2219 closed defect (fixed)
-mbd 3 creates visible blocks
| Reported by: | microchip | Owned by: | |
|---|---|---|---|
| Priority: | minor | Component: | avcodec |
| Version: | git-master | Keywords: | mbd |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
Hi,
Using -mbd 3 with mpeg2video creates visible blocks. My cmd is as follows:
ffmpeg -i Star_Wars_III_-_Revenge_Of_The_Sith.mkv -target pal-dvd -vf scale=720:432,pad=720:576:0:72,setdar=16/9 -aspect 16:9 -sws_flags spline -trellis 1 -mbd 3 -precmp 2 -cmp 2 -subcmp 2 -bf 2 -dc 11 -dia_size -1 -mpv_flags +cbp_rd -last_pred 4 -r 25 -b:v 3970k -b:a 192k -ar 48000 -passlogfile /home/neutrino/file2dvd/Star_Wars_III_-_Revenge_Of_The_Sith/Star_Wars_III_-_Revenge_Of_The_Sith -pass 1 -y /dev/null
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
there is no such thing as mbd 3
fixed min/max values
comment:3 by , 13 years ago
| Component: | FFmpeg → avcodec |
|---|---|
| Priority: | normal → minor |
| Reproduced by developer: | set |
| Version: | 1.1.1 → git-master |
Note:
See TracTickets
for help on using tickets.



Please provide your command line together with the complete, uncut console output.