Hi, How can I output a video file to AWS S3 either public bucket ot Presigned url ? I tried *ffmpeg -i small.mkv -f matroska -movflags frag_keyframe+empty_moov -method PUT https://[my-bucket-name].s3.us-east-2.amazonaws.com/video/output.mkv <http://s3.us-east-2.amazonaws.com/video/output.mkv>*
bur it won't work, fails with *av_interleaved_write_frame(): I/O errorError writing trailer of https...* -- All the best, Bogdan _______________________________________________ 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".
