Re: [FFmpeg-user] Problem creating video segment from still image

2024-12-03 Thread John G. Heim via ffmpeg-user
The reason I didn't just do that was because I was afraid that rotating the image would rotate the picture itself. The photo is of me rappelling and  I didn't want to  make it look like I'm rappelling sideways. And, being blind, I would have no way to tell. What I ended up doing was using the

Re: [FFmpeg-user] Problem creating video segment from still image

2024-12-03 Thread Vincent Deconinck
> > This indicates that it should be rotated 90 degress clock-wise (I think). Something in ffmpeg's chain is taking that into consideration, > and rotating the image, but not reporting it in the console output > Moritz is right. With ffmpeg, you can get that "orientation" info with : ffprobe -v e

Re: [FFmpeg-user] Problem creating video segment from still image

2024-12-03 Thread Moritz Barsnick via ffmpeg-user
On Tue, Dec 03, 2024 at 11:22:16 -0600, FFmpeg user discussions wrote: > I am blind but I'm trying to create a promotional video for my disabled rock > climbing group. I would like to insert a still image into the video. The > video has resolution 1280:720 so I resized the image to be less than > 1

[FFmpeg-user] Problem creating video segment from still image

2024-12-03 Thread John G. Heim via ffmpeg-user
I am blind but I'm trying to create a promotional video for my disabled rock climbing group. I would like to insert a still image into the video. The video has resolution 1280:720 so I resized the image to be less than 1280x720. ffprobe seems to indicate this worked: $ ffprobe -v error -select

[FFmpeg-user] (no subject)

2024-12-03 Thread Karlitos Bemowo
I’m trying to analyze the quality of a video stream over a local network using FFmpeg. My goal is to capture the actual streamed video (with all artifacts, stuttering, or buffering) as experienced in real-time, rather than a reconstructed, smooth output. Currently, the recorded video is perfectly s