Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kdenlive Multirender for Windows (.bat) file? #13

Open
Corruptinator opened this issue Nov 14, 2018 · 0 comments
Open

Kdenlive Multirender for Windows (.bat) file? #13

Corruptinator opened this issue Nov 14, 2018 · 0 comments

Comments

@Corruptinator
Copy link

Not sure this is doable but I currently use Kdenlive on Windows and noticed that the script generator creates a .bat file for editing the code instead of the .sh script.

Test Project.bat:

set RENDERER="C:/Users/[USERNAME]/Desktop/Kdenlive-windows/kdenlive_render.exe"
set MELT="C:/Users/[USERNAME]/Desktop/Kdenlive-Windows/melt.exe"

set SOURCE_0="file:///D:/Projects/Test%Project/scripts/Test%Project.bat.mlt"
set TARGET_0="file:///D:/Projects/Test%Project/Test1.mp4"
set PARAMETERS_0="in=0 out=3168 %MELT% C:/Users/[USERNAME]/AppData/Roaming/kdenlive/profiles/customprofile5 avformat - %SOURCE_0% %TARGET_0% properties=x264-medium f=mp4 vcodec=libx264 acodec=aac g=120 crf=30 ab=128k preset=faster threads=4 real_time=-1"
%RENDERER% %PARAMETERS_0%

Is there a way to translate the .sh script to the .bat? would be awesome to have a multirender for windows. If not, well it doesn't hurt to ask. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant