Re: [PD] encoding tif sequence (GEM pix_write) on linux

2009-06-26 Thread CICCOLIX
cyrille henry ha scritto: hello, here are the command line i use : ffmpeg -r 50 -s 1024x768 -i /data/rec_chdh/rec_%08d0.jpg -vcodec copy -i /data/rec_chdh.wav -acodec copy /data/copy.avi this make uncompressed (very big) file (50fps / 1024x768) /home/nusmuk/soft/ffmpeg/ffmpeg -i

[PD] encoding tif sequence (GEM pix_write) on linux

2009-06-25 Thread CICCOLIX
Hi, I tried different solution to create movies from Gem generated tif sequences. The simplest way i found is based on use of the transcode command line program. I would like to share my notes, some command line, to help (maybe) others. Encode with transcode (a linux commandline tool) a

Re: [PD] encoding tif sequence (GEM pix_write) on linux

2009-06-25 Thread cyrille henry
hello, here are the command line i use : ffmpeg -r 50 -s 1024x768 -i /data/rec_chdh/rec_%08d0.jpg -vcodec copy -i /data/rec_chdh.wav -acodec copy /data/copy.avi this make uncompressed (very big) file (50fps / 1024x768) /home/nusmuk/soft/ffmpeg/ffmpeg -i /data/copy.avi -vcodec

Re: [PD] encoding tif sequence (GEM pix_write) on linux

2009-06-25 Thread Claude Heiland-Allen
CICCOLIX wrote: Hi, I tried different solution to create movies from Gem generated tif sequences. [snip] Here's my post-render workflow: input: rec/*.tif rec.wav phase0: convert to png mkdir png cd rec find -iname *.tif -exec convert {} ../png/{}.png \; cd .. phase1: lofi ogg