Re: [FFmpeg-user] Changing colorspace of output file

2019-04-30 Thread Zdravko Zdravkov
Hi Carl and thank you for your time. I apologize for my incomplete command and lack of output. I've just tested your suggestion (with dpx sequence this time) and it worked just as needed: ffmpeg -start_number 1000 -f image2 -r 24 -i ARR_106_0070_v006.%04d.dpx > -vcodec libx264rgb -s 1920x1080

Re: [FFmpeg-user] Changing colorspace of output file

2019-04-30 Thread Carl Eugen Hoyos
> Am 30.04.2019 um 11:54 schrieb Zdravko Zdravkov : > > For a project I'm working on I need to create .mov clip out of TIFF > sequence. This is the command I'm using: > > ffmpeg -start_number 1000 -f image2 -r 24 -i ARR_106_0 -vcodec libx264 -s >> 1920x1080 /home/output152.mov Complete, uncut

[FFmpeg-user] Changing colorspace of output file

2019-04-30 Thread Zdravko Zdravkov
Hi everyone. I'm quite new to FFMPEG so I need some help. For a project I'm working on I need to create .mov clip out of TIFF sequence. This is the command I'm using: ffmpeg -start_number 1000 -f image2 -r 24 -i ARR_106_0 -vcodec libx264 -s > 1920x1080 /home/output152.mov And it actually