Chema Gonzalez
7adf7502b8
doc/examples/extract_mvs: add motion information
Note that the motion information includes subpel motion information
This was likely forgotten in 56bdf61baa04c4fd8d165f34499115ce0aa97c43.
Tested:
```
$ make examples -j
...
$ doc/examples/extract_mvs in.264 | head -40 | \
csvcut -C framenum,source,flags |csvlook
| blockw | blockh | srcx | srcy | dstx | dsty | motion_x | motion_y | motion_scale |
| ------ | ------ | ----- | ---- | ----- | ---- | -------- | -------- | ------------ |
| 16 | 16 | 20 | 26 | 8 | 8 | 49 | 72 | 4 |
| 16 | 16 | 152 | 15 | 136 | 8 | 65 | 28 | 4 |
| 16 | 8 | 360 | 3 | 360 | 4 | 1 | -6 | 4 |
| 16 | 8 | 360 | 13 | 360 | 12 | -1 | 4 | 4 |
| 16 | 16 | 440 | 10 | 440 | 8 | 3 | 10 | 4 |
| 8 | 16 | 829 | 7 | 836 | 8 | -31 | -6 | 4 |
| 8 | 16 | 844 | 7 | 844 | 8 | -1 | -4 | 4 |
| 16 | 16 | 1,004 | 14 | 1,048 | 8 | -177 | 24 | 4 |
| 16 | 16 | 1,096 | 8 | 1,096 | 8 | -1 | 0 | 4 |
| 16 | 8 | 1,417 | 24 | 1,416 | 4 | 7 | 82 | 4 |
| 16 | 8 | 1,416 | 13 | 1,416 | 12 | 0 | 6 | 4 |
| 16 | 8 | 87 | 20 | 88 | 20 | -7 | 0 | 4 |
| 16 | 8 | 99 | 44 | 88 | 28 | 45 | 66 | 4 |
...
```
Also:
```
$ make fate -j
...
```
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2022-09-23 22:42:19 +02:00
..
2021-03-11 10:03:38 +01:00
2022-09-23 22:42:19 +02:00
2022-09-03 16:19:40 -07:00
2022-05-10 10:03:30 +02:00
2022-07-30 11:42:06 +02:00
2022-06-20 22:56:50 +02:00
2022-06-29 14:03:36 +08:00
2021-11-13 19:55:20 +01:00
2021-06-11 19:28:27 +02:00
2022-09-22 11:52:16 -07:00
2022-04-06 09:22:31 +02:00
2022-08-08 16:20:58 +02:00
2022-04-21 12:28:05 +05:30
2022-06-13 22:42:55 +02:00
2022-09-05 20:32:12 +02:00
2021-11-16 10:51:32 +01:00
2022-09-18 19:43:42 +02:00
2021-04-27 10:43:09 -03:00
2022-09-16 10:02:19 +02:00
2020-09-08 14:29:19 +02:00
2022-08-28 22:06:45 +02:00
2022-06-16 21:28:20 +02:00
2021-06-18 19:21:11 -03:00
2022-04-19 13:04:42 +02:00
2020-11-27 15:46:50 +01:00
2022-06-29 14:03:32 +08:00
2022-09-13 16:50:43 -03:00
2021-08-16 10:00:39 +08:00
2022-06-09 23:57:20 +02:00
2021-11-14 09:30:06 +05:30
2020-09-08 14:29:19 +02:00
2022-09-23 12:35:27 +02:00
2022-08-18 17:10:42 +02:00
2021-06-18 18:58:25 +02:00