[FFmpeg-user] How soon can an a video segment be ready for reading ?

Subrata Goswami subrata at ambient.ai
Sat Feb 9 03:01:35 EET 2019


Sure , here is the command.

ffmpeg -y  -i <url> -map 0 -an -sn -dn -r 8/1 -movflags faststart -f
segment -segment_time 30 -segment_format mp4 -strftime 1 /tmp/%d_%s.mp4

Trying to read the file  as soon as it is written ( with a simple piece of
code) throws the following error.

[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f1a60002200] moov atom not found




On Fri, Feb 8, 2019 at 4:45 PM Carl Zwanzig <cpz at tuunq.com> wrote:

> On 2/8/2019 4:33 PM, Subrata Goswami wrote:
> > Welcome any suggestion,
>
> ...repost the question including the entire command line you've tried and
> all of it's output. (Open-ended questions don't usually get a good
> response,
> specific ones do- for instance, which codec/container are you using? that
> matters, as does the version of ffmpeg.)
>
> z!
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list