简体   繁体   中英

Video Conversion Automation

Currently video recordings are being downloaded from a website (a third party software). The video download is in ARF Format and needs to be converted to MP4 in order to upload it our website. At the moment we have to manually download from the Website (using a URL), covert it and then upload. Wanted a way to automate this process so that the user can enter the URL and then the conversion and upload can take place automatically. What is the best way to achieve this so that a User Interface can be added aswell. I have looked up and found a way to do this using VB Scripting but in this case only the conversion part can be automated (ie it assumes that the videos have already been downloaded. Is it possible to program this on Java or is a Scripting language required?

Anything you can do in a scripting language, you can do in java, and vice versa. In fact every turing complete language, by definition, is functionality equivalent to any other.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM