crop_rotate
Run
<!DOCTYPE html> <html lang="en"> <head> <title>HTML Video</title> </head> <body> <video width="320" height="240" autoplay muted> <source src="/movie.mp4" type="video/mp4"> Your browser does not support the video tag. </video> </body> </html>
HTML Video
Your browser does not support the video tag.