[x265] Passing multiple images to x265 CLI

2018-06-24 Thread Daniele Medda
Hi everybody, I'm working on a research paper for my university and I'm trying to get multiple images encoded by x265. I'll try to explain a little bit better: I have 100 frames saved as single .tiff images and I would like to get them converted in a x265 movie with a framerate of 30 fps. I ha

Re: [x265] Passing multiple images to x265 CLI

2018-06-24 Thread Mario Rohkrämer
The current x265 CLI expects exactly one input file name. There is no logic coded to handle a sequence of input files to be processed. You will have to execute the encoder for one input file, wait for it to finish, and then start a new instance if there is more input to be encoded to a sepa

Re: [x265] Passing multiple images to x265 CLI

2018-06-24 Thread Daniele Medda
Thanks for the reply. I was already using ffmpeg for the task and I was mistakenly expecting for x265 to work in a similar way. I will convert the frames into a YUV video stream. Il 24/06/2018 14:08, Mario Rohkrämer ha scritto: The current x265 CLI expects exactly one input file name. There i