I have added 'scale2ref' to my ffmpeg command (in the php web video script ffmpeg file) and it appears to be preventing the video from uploading/proceeding. So, I added in -report to see a report for a possible cause, but I am not clear on how/where to see the output/report:
$ffmpegCommand =''.$ffmpeg_b.' -y -i '.$video_file_full_path.' -i '.$watermark_image_full_path.' -filter_complex "[0]scale=426:-2[vid];[1][vid]scale2ref='oh*mdar':'ih/10'[wm][vid];[vid][wm]overlay=5:5:format=rgb,format=yuv420p" -vcodec libx264 -preset '.$pt->config->convert_speed.' -crf 26 -report'.$video_output_full_path_240.' 2>&1'; Any additional help with 'scale2ref' or proceeding with generating the -report is appreciated. _______________________________________________ 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".
