Opened 8 years ago
Closed 22 months ago
#7063 closed defect (worksforme)
Encode with FFV1 using the 2-pass mode gives the same result as without the 2-pass mode
| Reported by: | Kdmeizk | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | undetermined |
| Version: | unspecified | Keywords: | ffv1 |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
FFmpeg version:
20180227
I followed your second example:
https://trac.ffmpeg.org/wiki/Encode/FFV1#Examples1
I tried with different sources, same result, so you should be able to reproduce it with one of your files.
Note:
See TracTickets
for help on using tickets.



2pass mode works fine if the range coder is selected.
With golomb it cannot work and produces 2 identical files.
I will add a check so this triggers an error