[FFmpeg-user] moov atom not found
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed Mar 28 09:47:03 CEST 2012
juha s. <salmjuh <at> hotmail.com> writes:
> Here is ffmpeg line what I use for recording: ffmpeg -i
> rtsp://192.169.23.28:8555 -aspect 16:9 -copyts
> -vcodec libx264 -preset fast -b:v 900k -crf 22 -y
> /videos/video1.mp4 . I must stop this record using
> "pkill 2" (=ctrl+c) command, because I like to
> split this program for peaces.
Use "q" to stop recording, this ensures that the moov atom
is written (without it, the file can not be played).
Carl Eugen
More information about the ffmpeg-user
mailing list