quietvoid / hdr10plus_tool

CLI utility to work with HDR10+ in HEVC files.
MIT License
297 stars 33 forks source link

pipe input also for verify #5

Closed Selur closed 5 years ago

Selur commented 5 years ago

ffmpeg -i "E:\Output\HDR-10+.mp4" -vcodec copy -an -sn -vbsf hevc_mp4toannexb -f rawvideo - | hdr10plus_parser.exe - works fine, would be nice if: ffmpeg -i "E:\Output\HDR-10+.mp4" -vcodec copy -an -sn -vbsf hevc_mp4toannexb -f rawvideo - | hdr10plus_parser.exe --verify - would also work, atm. I get

File path not found.
Selur commented 5 years ago

Ah okay, tested: ffmpeg -i "E:\Output\HDR-10+.mp4" -vcodec copy -an -sn -vbsf hevc_mp4toannexb -f rawvideo - | hdr10plus_parser.exe - --verify does seem to do the trick. :)

quietvoid commented 5 years ago

Fixed in e436f96fec0abc28433f9f0eb46bbfb99e954e0f, release 0.2.3 available.