rigaya / QSVEnc

QSVによる高速エンコードの性能実験
http://rigaya34589.blog135.fc2.com/blog-category-10.html
Other
313 stars 28 forks source link

[REQ] Image sequence input #79

Closed MarcoRavich closed 2 years ago

MarcoRavich commented 2 years ago

Hi there and - as always - thanks for your cool work.

Since it doesn't support it yet - while FFMPEG does - it would be very useful to implement image sequence encoding.

This is especially useful for timelapses encoding, for example, but also for massive framesets (eg. analog film scans).

Hope that inspires !

rigaya commented 2 years ago

Does this meaning encoding file like

input_0001.png input_0002.png input_0003.png input_0004.png ...

This can be possible with commandline below.

QSVEncC64.exe -i input_%04d.png -o output.mp4

Current problem might be that the framerate is fixed to 25fps in this case.

rigaya commented 2 years ago

I'll have this issue closed as the topic has been answered.