Quantcast
Channel: FFmpeg extract clip - stream frame rate differs from container frame rate (x264, aac) - Super User
Browsing all 3 articles
Browse latest View live

Answer by Gus for FFmpeg extract clip - stream frame rate differs from...

I was having this same problem and my solution was the following: $ffmpegout = array(); //10 is the number of images you want from video $fracduration = ($info['duration']/10); exec('ffmpeg -y -i...

View Article



Answer by evilsoup for FFmpeg extract clip - stream frame rate differs from...

With ffmpeg, the positioning of the options matters. With your example, it is trying to apply -ss and -t to the input. Use it like this will apply the options to the output instead:ffmpeg -i...

View Article

FFmpeg extract clip - stream frame rate differs from container frame rate...

SummaryH.264 video seems to have a really high frame rate that requires a scaling factor to the applied to the duration of video that I'm trying to extract (900x lower).BodyI'm trying to extract a clip...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images