From ef6e4abd50af3f07b8f42bae7430917aec6b5e4d Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Mon, 29 May 2023 17:28:57 -0400 Subject: feat: 16:9 conversion logic --- download.php | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- index.php | 24 +++++++++++- 2 files changed, 140 insertions(+), 6 deletions(-) diff --git a/download.php b/download.php index 405c6d8..4e6039c 100644 --- a/download.php +++ b/download.php @@ -36,7 +36,7 @@
output/'$push'"); - shell_exec("cat output/test169.md output/'$push' > output/'$convert'"); + shell_exec("cat output/90sMakeUpCommercial.md output/'$push' > output/'$convert'"); shell_exec($conversion); // sleep(1); ?> @@ -64,7 +64,7 @@ output/'$push'"); - shell_exec("cat output/defaultIsKing.md output/'$push' > output/'$convert'"); + shell_exec("cat output/chicagoOlives.md output/'$push' > output/'$convert'"); + shell_exec($conversion); + // sleep(1); ?> + +

download presentation

+ + + + output/'$push'"); + shell_exec("cat output/cleanMetropolis.md output/'$push' > output/'$convert'"); + shell_exec($conversion); + // sleep(1); ?> + +

download presentation

+ + + + output/'$push'"); + shell_exec("cat output/ohioCustard.md output/'$push' > output/'$convert'"); shell_exec($conversion); // sleep(1); ?>

download presentation

+ + output/'$push'"); + shell_exec("cat output/raleighAroundMe.md output/'$push' > output/'$convert'"); + shell_exec($conversion); + // sleep(1); ?> + +

download presentation

+ + + + output/'$push'"); + shell_exec("cat output/earlyCupertino.md output/'$push' > output/'$convert'"); + shell_exec($conversion); + // sleep(1); ?> + +

download presentation

+ + + + select - placeHolderImage
- + 90sMakeUpCommercial
+ + + + chicagoOlives
+ + + + cleanMetropolis
+ + + + earlyCupertino
+ + + + ohioCustard
+ + + + raleighAroundMe
+ defaultIsKing
-- cgit v1.2.3