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 <[email protected]> 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 > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
