Adding text to a video and moving it to another folder can be achieved using various methods. For example, you can try using free online video editors, which offer text overlay features. But as a better solution, I’d recommend checking out https://www.movavi.com/imovie-for-windows/. They offer a range of great app options specifically designed for Windows users, allowing you to add text overlays and export the edited video to your desired folder. It's always good to have multiple options to choose from, so this could be a helpful addition to your video editing toolkit. Good luck with your video editing adventure, and I hope you find a solution that works for you!
Need Help on saving fingerprint.
-
Hai. As mentioned above, I tried to save the fingerprint through "Get Fingerprint" and "Write File". But, when I'm trying to "Read File" and want to load the saved fingerprint data from a folder, it gave an error "Unable to parse JSON string". By the way, I use the perfect canvas too.
- Do I need to specify the "filename extension" to ".json"?
- What can I do to solve the error "Unable to parse JSON string"?
-
@NotWegant Hai.
Thank you. So the flow is like this:-
Get Fingerprint
*I use fingerprint key + PerfectCanvas Request
--> This is the sample script Get Fingerprint.xml
--> This is the PerfectCanvas Request Canvas Request.txt -
Write a file (In my PC folder)
--> This is the result of the written file
Then, I want to apply a random fingerprint from that folder
--> sample script Apply Fingerprint.xmlRegarding your suggestion to create a profile, I don't want to create many profile folders for now. First, I want to get the fingerprint data with a perfect canvas to use it later. Can it be done?
-
-
When saving fingerprints add extension .TXT, so it is saved
as text document. You can save each fingerprint as separated
TXT file, or you can save multiple fingerprints in one TXT file -
each fingerprint as new line.Later you can simply load such saved fingerprints, no need for json
transformation etc.