Opened 7 years ago
Last modified 7 years ago
#7110 open enhancement
Recognize HEVC fourCC input
Reported by: | isidroco | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avformat |
Version: | git-master | Keywords: | avi hevc |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
I'm using virtualDub2 Caching input driver which uses FFMPEG to read, if x265 coded files have "HEV1" FourCC works fine. X265vfw codec generates "HEVC" not recognized by FFMPEG so file is unopenable. As a workaround I'm changing AVIs FourCC but it would be better if FFMPEG directly support it (besides I don't have a fourCC changer for MKV files).
Is it posible to modify FFMPEG so as to also accept opening HEVC fourCC?
Thanks!
Attachments (1)
Change History (5)
comment:1 by , 7 years ago
by , 7 years ago
Attachment: | ZZMVI_7629_x5.avi added |
---|
vdub generated HEVC, not possible open unless HEVC changed to HEV1 within file.
comment:2 by , 7 years ago
Component: | undetermined → avformat |
---|---|
Keywords: | avi hevc added |
Priority: | normal → wish |
Reproduced by developer: | set |
Status: | new → open |
Version: | unspecified → git-master |
Patch sent.
comment:3 by , 7 years ago
Don't know if it means a lot, but MediaInfo understands "HEVC" tag in AVI.
comment:4 by , 7 years ago
I think I deleted my last comment: https://en.wikipedia.org/wiki/Robustness_principle
Accept as Input everything that can be understood and try to comply to standards as much as possible on Output.
I also read HEVC fourcc on MKVs. Latest VirtualDub2 accepts HEVC now.
Please provide sample(s).