Opened 7 years ago
Closed 5 years ago
#7066 closed enhancement (fixed)
Video filter enhancement: fieldhint
Reported by: | Stanislav | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avfilter |
Version: | unspecified | Keywords: | fieldhint |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Hi,
Could you please implement a case when the filter (fieldhint) creates a frame using only one field.
Example of a file containing hints (relative mode):
0,0 - # first frame 1,0 - # second frame 1,0 - # third frame 1,0 - 0,0 - 0,0 - 1,0 - ,0 - 1,0 - 0,0 - 0,0 - 1, - 1,0 - 1,0 - 0,0 -
Some lines contain only one figure - that means 'use only one field to create this frame'.
Sometimes interlaced videos contain errors like missing frame between two adjacent frames. In this case, you can only use one field to create a frame.
Thank you.
Change History (11)
comment:1 by , 7 years ago
Priority: | normal → wish |
---|
comment:2 by , 7 years ago
comment:4 by , 7 years ago
comment:10 by , 7 years ago
To be honest I didn't understand what you meant.
I used this hint file:
http://dropmefiles.com/Yanvx
and this command:
ffmpeg -i komandirovka-002.mkv -vf fieldhint=fieldhint.txt:mode=relative %06d.png
Have a look at files 000014.png and 000144.png
comment:11 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Another reason to implement this case is that one of two fields can be broken.