fkemp
May 19, 2024, 3:28pm
1
We are working in Python to produce videos. However, while we can open the video files in python, we can’t open them in any other program (that we have tested). FYI, I am not the software engineer for the project but am asking this forum to see if there might be a simple fix. Thank you.
Here is a snippet of our code:
video_frame_res = (2560, 1440)
fourcc = cv2.VideoWriter_fourcc(*‘mp4v’)
output_filename = “output_{}.mp4”.format(time.strftime(“%Y%m%d_%H%M%S”))
out = cv2.VideoWriter(output_filename, fourcc, 30.0, video_frame_res)
Hello,
Can you please provide the Jetson model that you are using? I can then place this topic in the correct forum.
Thanks,
Tom
fkemp
May 20, 2024, 11:09am
3
Jetson Orin NX Developer Kit
What would be the correct forum?
Moving this topic to the Orin NX forum.
Discussions relating to the Jetson DevKits and other Embedded computing devices
fkemp
May 20, 2024, 2:54pm
6
Thank you Tom. I reposted in correct forum. Sorry for the mistake.
What do I do with this post?
No need to repost, as this topic has been moved to the correct category.
kayccc
May 20, 2024, 11:33pm
10
system
Closed
June 5, 2024, 2:54am
11
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.