Re: [FFmpeg-user] Question about -noauto_conversion_filters

2020-09-14 Thread Carl Zwanzig
On 9/14/2020 4:57 AM, Michael Koch wrote: On 14-09-2020 04:54 pm, Gyan Doshi wrote: >> Each filter presents a list of input formats they can work with and a list of output formats they can directly generate. [...] Thanks for good explanation! Yes, that makes sense. Could that be included

Re: [FFmpeg-user] Question about -noauto_conversion_filters

2020-09-14 Thread Gyan Doshi
On 14-09-2020 04:54 pm, Gyan Doshi wrote: On 14-09-2020 03:41 pm, Michael Koch wrote: Am 14.09.2020 um 11:26 schrieb Gyan Doshi: On 14-09-2020 02:47 pm, Michael Koch wrote: ffmpeg -v verbose -f lavfi -i testsrc2=s=svga:d=5,format=yuv422p10le -vf

Re: [FFmpeg-user] Question about -noauto_conversion_filters

2020-09-14 Thread Michael Koch
Am 14.09.2020 um 13:24 schrieb Gyan Doshi: On 14-09-2020 03:41 pm, Michael Koch wrote: Am 14.09.2020 um 11:26 schrieb Gyan Doshi: On 14-09-2020 02:47 pm, Michael Koch wrote: ffmpeg -v verbose -f lavfi -i testsrc2=s=svga:d=5,format=yuv422p10le -vf

Re: [FFmpeg-user] Question about -noauto_conversion_filters

2020-09-14 Thread Gyan Doshi
On 14-09-2020 03:41 pm, Michael Koch wrote: Am 14.09.2020 um 11:26 schrieb Gyan Doshi: On 14-09-2020 02:47 pm, Michael Koch wrote: ffmpeg -v verbose -f lavfi -i testsrc2=s=svga:d=5,format=yuv422p10le -vf format=rgb48le,lut3d="VLog_to_V709.cube",format=yuv422p10le

Re: [FFmpeg-user] Question about -noauto_conversion_filters

2020-09-14 Thread Michael Koch
Am 14.09.2020 um 11:26 schrieb Gyan Doshi: On 14-09-2020 02:47 pm, Michael Koch wrote: ffmpeg -v verbose -f lavfi -i testsrc2=s=svga:d=5,format=yuv422p10le -vf format=rgb48le,lut3d="VLog_to_V709.cube",format=yuv422p10le -noauto_conversion_filters -pix_fmt yuv422p10le -c:v h264 -y out.mov

Re: [FFmpeg-user] Question about -noauto_conversion_filters

2020-09-14 Thread Gyan Doshi
On 14-09-2020 02:47 pm, Michael Koch wrote: ffmpeg -v verbose -f lavfi -i testsrc2=s=svga:d=5,format=yuv422p10le -vf format=rgb48le,lut3d="VLog_to_V709.cube",format=yuv422p10le -noauto_conversion_filters -pix_fmt yuv422p10le -c:v h264 -y out.mov Format conversion is carried out by

Re: [FFmpeg-user] Question about -noauto_conversion_filters

2020-09-14 Thread Michael Koch
Am 13.09.2020 um 20:18 schrieb Michael Koch: Hello all, I'm just testing the new -noauto_conversion_filters option. As the first step, I'm running this command line (without the new option): ffmpeg -v verbose -f lavfi -i testsrc2=s=svga:d=5,format=yuv422p10le -vf lut3d="VLog_to_V709.cube"

[FFmpeg-user] Question about -noauto_conversion_filters

2020-09-13 Thread Michael Koch
Hello all, I'm just testing the new -noauto_conversion_filters option. As the first step, I'm running this command line (without the new option): ffmpeg -v verbose -f lavfi -i testsrc2=s=svga:d=5,format=yuv422p10le -vf lut3d="VLog_to_V709.cube" -pix_fmt yuv422p10le -c:v h264 -y out.mov This