Tag Archive: render

May 25

Test rendering

I continue the work to find the best way to render movies from my aerial adventures. This time I used FFMPEG tuo uncompress to a lossless video format with HUFFYUV codec. run FFMPEG like this: ffmpeg -i myVideo.mp4 -vcodec huffyuv -acodec libmp3lame myVideo.avi (the output file is very large) Nxst is to open myVideo.avi in …

Continue reading »