IENT / YUView

The Free and Open Source Cross Platform YUV Viewer with an advanced analytics toolset
http://ient.github.io/YUView
Other
1.78k stars 353 forks source link

release it's binary without qt, it can be use in some automaic test and provide help doc for all orginal UI's parameters #528

Closed guilvge closed 1 year ago

guilvge commented 1 year ago

Is your feature request related to a problem? Please describe. now I want to develop a automaic tools to verify many yuv format yuv file and turn them into BMP file to check the last BMP file to see weather the yuv format is right, but it seems it only have to start up with QT ui. it can't be use to develop automaic tools.

Describe the solution you'd like I hope if it is possible to provide just binary with many arguements to replace with QT's parameters interface. Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

ChristianFeldmann commented 1 year ago

Hi! So you mean a command line only tool for conversions? I think this is not the project for you. I would recommend the swiss army knife: ffmpeg. That is completely CLI and can convert YUV to BMP.