You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
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!
The text was updated successfully, but these errors were encountered: