[FFmpeg-user] ffmpeg -i reports a video of length 03:17.53, but splitting into frames at 2 fps only results in one frame

2019-07-15 Thread Griffin Smith
appy to take it elsewhere - I may also be looking into hiring consulting services per https://ffmpeg.org/consulting.html Thanks, Griffin -- Griffin Smith Senior Software Engineer - Urbint <https://urbint.com/> ___ ffmpeg-user mailing list ffmpeg-user

Re: [FFmpeg-user] ffmpeg -i reports a video of length 03:17.53, but splitting into frames at 2 fps only results in one frame

2019-07-15 Thread Griffin Smith
#0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 720x480 [SAR 1:1 DAR 3:2], 2330 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default) Metadata: handler_name: VideoHandler At least one output file must be specified It's also worth noting that the original video played just fi

Re: [FFmpeg-user] ffmpeg -i reports a video of length 03:17.53, but splitting into frames at 2 fps only results in one frame

2019-07-16 Thread Griffin Smith
On Mon, Jul 15 at 2:42 AM Carl Eugen Hoyos wrote: > > Am Mo., 15. Juli 2019 um 20:08 Uhr schrieb Griffin Smith : > > I've got a few hundred video files I'm working with that have an issue > > where ffmpeg -i reports them as having a duration of a few minutes, > >

Re: [FFmpeg-user] ffmpeg -i reports a video of length 03:17.53, but splitting into frames at 2 fps only results in one frame

2019-07-18 Thread Griffin Smith
Gyan writes: If a framerate value has been set then -vf setpts=N/FR/TB It worked!!! Thank you so much for your help, this is awesome. I'm building an application that splits user-supplied videos into frames - what would I look for / did you look for in ffprobe output that indicated t