I want to make video from pdf file.Is it possible? I created video from images with ffmpeg but not able to create video from pdf and doc.
any suggestion.
Thanks
|
|
You could convert the PDF to images and then use your old method to produce the video |
|||
|
|
|
here is script to convert pdf to video:
|
|||
|
|
|
Standard FPS (frames per second) in a video is around 30, that's why keeping it in usual document formats with regular paging is impractical. There's a way to convert a pdf file into images, then you can use it in your video. |
|||
|
|