5
« on: March 26, 2014, 02:25:01 AM »
I used the ffmpeg command suggested to convert tiffs to final movie. Unfortunately I wasn't successful - I did substitute jpg for tiff. Here is the printout plus my command:
ffmpeg -f image2 -i ~/FFMPEG_IN/*.jpg -vcodec prores -profile 3 -qscale: v 1 ~\FFMPEG_OUT\proresttest1.mov
ffmpeg version 0.8.10-6:0.8.10-0ubuntu0.13.10.1, Copyright (c) 2000-2013 the Libav developers
built on Feb 6 2014 20:53:28 with gcc 4.8.1
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
Input #0, image2, from '/home/rkonrad/FFMPEG_IN/000000.jpg':
Duration: 00:00:00.04, start: 0.000000, bitrate: N/A
Stream #0.0: Video: mjpeg, yuvj444p, 960x544 [PAR 1:1 DAR 30:17], 25 tbr, 25 tbn, 25 tbc
Requested output format ' ��4�' is not a suitable output format
Segmentation fault
Wow, this is a lot of work for a 24 sec video:)
Thanks in advance!