2018-12-17 23:16 GMT+01:00, Chris <[email protected]>: > ffmpeg -y -i "D:\Videos\Trains\December_6_2018_San_Jose\C0061.MP4" -crf 1 > -c:v libx264 -pix_fmt yuv420p -s 1280x720 -r 59.94 -vf > eq=gamma=0.83,lutyuv=y='clip(val,26,220)' -c:a copy processed.mp4
> [mp4 @ 000001e4d10100c0] Could not find tag for codec pcm_s16be in stream > #1, codec not currently supported in container pcm_s16be is not supported in isom (this is not a limitation of FFmpeg iirc), either use mov or -acodec pcm_s16le or another container (or codec). For future questions: Remember to test current FFmpeg git head before posting here. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
