[go: up one dir, main page]

Menu

#22 P010 decompressor

closed
nobody
None
2022-07-11
2017-02-13
Gregt9
No

Thanks for this great software
I can't import HEVC 10 bit videos with avisynth+ script
I have this error message

Where can I find a VFW P010 compatible codec?

Discussion

  • Gregt9

    Gregt9 - 2017-02-13

    I use this Avisynth code

    FFVideoSource("F:\Documenti\Video\Philips_UHD_supershopdemo_1_hi10p.mp4")
    
     
  • Anton Shekhovtsov

    The message about VFW is misleading, in fact it is missing P010 DIB format support, not any codec.
    P010 import is not implemented yet. See input options here [format_changes]
    You may try upscaling in avisynth to P210 or convert to 8-bit (YV12) or open the file directly.

     

    Related

    Wiki: format_changes

  • Gregt9

    Gregt9 - 2017-02-13

    I hope you add support for P010 format.
    Please, can you tell me how upscaling to P210 with avisynth? I searched on the web and I found nothing

     
  • Anton Shekhovtsov

    Yes, when I have time.
    Sorry no advice for AviSynth. Try to ask/search in forum https://forum.doom9.org/forumdisplay.php?f=33

     
  • Anton Shekhovtsov

    I recalled, it is ConvertToYV16()

     
  • Gregt9

    Gregt9 - 2017-02-13

    Thanks, you are great

     
  • Anton Shekhovtsov

    implemented in version 17

     
  • Anton Shekhovtsov

    • status: open --> closed
     

Anonymous
Anonymous

Add attachments
Cancel