I am trying to create a video slideshow from images, then pipe that video to 
the other command:


$ ls -1 *.jpg
1.jpg
2.jpg
3.jpg



$ ffmpeg -y -framerate 0.5 -pattern_type glob -i '*.jpg' -f mp4 -movflags 
empty_moov - | ffprobe -
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'pipe:':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1iso6mp41
    encoder         : Lavf57.71.100
  Duration: 00:00:06.00, start: 4.000000, bitrate: N/A
    Stream #0:0(und): Video: h264 (High 4:4:4 Predictive) (avc1 / 0x31637661), 
yuvj444p(pc), 430x430 [SAR 1:1 DAR 1:1], 76 kb/s, 0.50 fps, 1 tbr, 16384 tbn, 1 
tbc (default)
    Metadata:
      handler_name    : VideoHandler



How can I make 'start' time 0.000000?
_______________________________________________
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".

Reply via email to