📋 Example Commands
Frankenfile takes your command and uses AI to try and execute a solution. Here are some example commands you can try.
Image Files
Command: "Convert to [ jpg | png | gif | etc. ]"
Input Files: Any of [ jpg | png | gif | etc. ]
Converts the image format of your image file to the specified file type.
Command: "Resize to exactly [200] x [200]"
Input Files: Any of [ jpg | png | gif | etc. ]
Resizes your images to the exact specified width and height.
Command: "Resize to [200]px width, maintaining aspect ratio"
Input Files: Any of [ jpg | png | gif | etc. ]
Resizes your images to the exact specified width, maintaining the original image's aspect ratio.
Video Files
Command: "Convert to [mov | mp4 | flv]"
Input Files: Any of [ mov | mp4 | flv | etc. ]
Converts the video format of your video file to the specified file type.
Command: "Resize to 480p"
Input Files: Any of [ mp4 | mov | flv ]
Resizes your video to 480p, or to the specified width and height.
Command: "Overlay watermark.png in the bottom right corner of the video"
Input Files: Png & Mp4
Draws an image named "watermark.png" on to the bottom right corner of the video.
Document Files
Command: "Split pages [2-4] and [6-8] into PDF"
Input Files: PDF
Creates separate PDF documents containing the specific page splits (in this case a pdf containing pages 2-4, and a pdf containing pages 6-8).
Command: "Merge [coverpage.pdf] and [report.pdf] into PDF"
Input Files: PDF
Merges the separate pdf documents into one.
Command: "Convert to docx"
Input Files: PDF
Converts the PDF to a DOCX file type.
Command: "Convert to json"
Input Files: CSV | XLS
Converts the CSV or XLS file to JSON.
Renaming Files
Command: "Append [_thumbnail] to file name"
Input Files: Any file type
Adds the text "_thumbnail" (or your specified text) to all file names.
Command: "Rename file to [house]_x.jpg, where x starts at 1"
Input Files: Any file type
Renames your files to "house_1.jpg", "house_2.jpg", etc., based on the order of the input files added.