MediaArea / RAWcooked

Encodes RAW audio-visual data into the Matroska container (MKV), using the video codec FFV1 for the image and audio codec FLAC for the sound.
https://mediaarea.net/RAWcooked
BSD 2-Clause "Simplified" License
42 stars 11 forks source link

Add a verbose option #105

Open JeromeMartinez opened 6 years ago

JeromeMartinez commented 6 years ago

Verbose (-v like FFmpeg) option should display more details about the work done:

retokromer commented 6 years ago

+1

pjotrek-b commented 6 years ago

verbose mode? I'm always +1 for that! :smile:

digitensions commented 4 years ago

+1

Exit value statuses would be great :)

JeromeMartinez commented 4 years ago

Exit value statuses

It is something different, for RAWcooked exit status there is already an "Error:" line, and if error comes from FFmpeg I forward it and I can not know what it means more than what is outputted to the screen. I don't see what I could do on exit value statuses side.