Hi I am grabbing the lasted ffmpeg using home-brew - it builds 2.5.3 for me. In testing I want to transcode a image sequence into a prores movie. The command is successful but the Images in the sequence are not contiguous. They repeat over and over frames 0 to fame 9 for 100 frames. I guess the %04d is being poorly handled. The command string is below:
ffmpeg -f image2 -i /Volumes/dabrender/120988_matthewgidney/testFarm/images/mr_dotty_test/mr_dotty_test.%04d.exr -metadata title=“test version 2.5.3" -codec:v prores -profile:v 0 -s 960x540 -threads 1 -loglevel info -y /Volumes/dabrender/120988_matthewgidney/testFarm/images/mr_dotty_test_osx_ffmpeg_v2.5.3.mov Matt Gidney Senior Lecturer email: [email protected]<mailto:[email protected]> office: +61295148069 mob: +61424600325 UTS CRICOS Provider Code: 00099F DISCLAIMER: This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate, distribute or copy this message or attachments. If you have received this message in error, please notify the sender immediately and delete this message. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views of the University of Technology Sydney. Before opening any attachments, please check them for viruses and defects. Think. Green. Do. Please consider the environment before printing this email. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
