-----Original Message----- From: Carl Eugen Hoyos <[email protected]> To: FFmpeg user questions <[email protected]> Sent: Tue, Jan 21, 2020 2:04 pm Subject: Re: [FFmpeg-user] Submitting a Feature Request
Am Di., 21. Jan. 2020 um 22:56 Uhr schrieb Chris via ffmpeg-user <[email protected]>: > The second command is changing the video levels as I explained in my previous > post This is the second command: ffmpeg -y -f rawvideo -vcodec rawvideo -pix_fmt rgb24 -s 1280x720 -r 59.94 -i - -f mp4 -q:v 5 -vcodec rawvideo -pix_fmt rgb24 -an output.avi This command forces mp4 for a file called "avi" which is unusual and uses the rawvideo codec which is not supported in mp4: Are you sure that this command produces a readable output file? (The bug in FFmpeg - that it produced invalid output files for above command line - was fixed some time ago.) Carl Eugen > Are you sure that this command produces a readable output file? Yes I am, and ffmpeg is altering the video levels in the process. How to submit a feature request or stop ffmpeg from forcing video levels to 0 - 255 or 16 - 235? _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
