https://github.com/meysamza/pdftovideo
This repository uses free tools to convert pdf pages to video file
https://github.com/meysamza/pdftovideo
convertor ffmpeg ghostscript image imagemagick mp4 pdf pdftovideo powershell video
Last synced: 26 days ago
JSON representation
This repository uses free tools to convert pdf pages to video file
- Host: GitHub
- URL: https://github.com/meysamza/pdftovideo
- Owner: MeysamZa
- Created: 2025-01-19T09:40:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T10:56:22.000Z (over 1 year ago)
- Last Synced: 2025-01-19T11:20:27.456Z (over 1 year ago)
- Topics: convertor, ffmpeg, ghostscript, image, imagemagick, mp4, pdf, pdftovideo, powershell, video
- Language: PowerShell
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PdfToVideo https://github.com/MeysamZa/PdfToVideo
This repo uses free tools to convert pdf pages to video file (out.mp4)
Before running Make_Video.bat :
1-Download and Install ImageMagick
2-download and Install GhostScript
3-Download and Copy ffmpeg.exe to Prerequisite folder
Steps in powershell bash commands:
1-Remove all pdf files but last one (based last created or modifed pdf)
2-Rename the only pdf file to Input.pdf
3-Remove any .png file (if exits)
4-Convert pdf pages to .png images with ImageMagick
5-Remove out.mp4 file
6-Convert pdf page images (.png files) to video (out.mp4) by ffmpeg.exe
-By default there is 5 second delay for each pdf page in created video (you can change it in m.ps1)
7-Remove any .png file