filmov
tv
Convert an Image To Video with ChatGPT (CodeInterpreter)

Показать описание
Use this beta feature to convert your images into videos.
Prompt used:
----------------------------------------------------------
This image is a panoramic shot.
Firstly, the image file might be too big. Anything above 10mb, try to compress down to at most 5mb.
Help me turn it into a video with aspect ratio 3:2, with the image filling the entire video (so the sides are cut off). The video should be centred in the middle of the image.
Then, pan the video smoothly (with no sudden jumps) as follows:
Start: Center -- Right -- Center -- Left -- Center: End
Use the imageio library to help you. Save the frames directly to a video file instead of into a list.
Use a frame step of 8 pixels. If necessary, crop the edges of the image so that the size of the image is divisible by the frame step.
----------------------------------------------------------
Prompt used:
----------------------------------------------------------
This image is a panoramic shot.
Firstly, the image file might be too big. Anything above 10mb, try to compress down to at most 5mb.
Help me turn it into a video with aspect ratio 3:2, with the image filling the entire video (so the sides are cut off). The video should be centred in the middle of the image.
Then, pan the video smoothly (with no sudden jumps) as follows:
Start: Center -- Right -- Center -- Left -- Center: End
Use the imageio library to help you. Save the frames directly to a video file instead of into a list.
Use a frame step of 8 pixels. If necessary, crop the edges of the image so that the size of the image is divisible by the frame step.
----------------------------------------------------------