I am trying to open a .vc extension on ubuntu 18.04.
What I have tried?
As far as this link says
https://www.filemagic.com/en/developer-files/vc-file-extension/the-four-best-ways-to-open-vc-files/
these softwares are suggested:
VIVID 2.0 INCLUDE FILE WITH COLOR DEFINITIONS
SONARC COMPRESSED VOC AUDIO
VERGE CODE FILE
VISICALC SPREADSHEET FILE
But these are all windows based.
I have also tried these online video converters and failed.
What i want
How can i open vc extension in ubuntu?
preferably without using wine or stuff like that. (And i am not even sure that wine can handle verge or vivid or ...!)
– Kwaadpepper Apr 10 '20 at 13:48ffmpeg -i videofile.vc -codec copy videofile.mp4
This has to be run in terminal of courseclvc
to open your file – Kwaadpepper Apr 10 '20 at 14:09sudo apt install mediainfo
orsudo apt install mediainfo-gui
– Kwaadpepper Apr 10 '20 at 14:11