GithubHelp home page GithubHelp logo

dercodedev / cvac Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 103 KB

All in One Converter for Coktel Vision Games

Home Page: https://samir24.de

License: GNU General Public License v3.0

Java 99.47% Ruby 0.53%
coktel-vision

cvac's Issues

WAV support

ffmpeg -i input.mp3 -acodec pcm_s16le -ac 1 -ar 16000 output.wav
ffmpeg -i input.mp3 -acodec pcm_s16le -ac 1 -ar 22050 output.wav # for 22050 hz Audio

Adibou et le de secret de Paziral support (DAT)

DAT files are just normal MOV files.
Command to convert into French language into MP3
ffmpeg -i ./Data/Resource01.dat -c:v libx264 -c:a ac3 -crf 20 -vf fps=fps=25 Export.mp3'

replace Export.mp3 with the correct variable same for Data/Resource01.dat

    ffmpeg -i ./Data/Resource01.dat -vf fps=fps=25 Resource01.mp4'

same for the MP3 variant this convert the MOV/DAT files into French MP4

  ffmpeg -i ./Data/Resource01.dat -c:v libx264 -c:a ac3 -crf 20 -map 0:v:0 -map 0:a:1 -vf fps=fps=25 Resource01de.mp3'

replace Data/Resource01.dat with the correct variable and change Resource01de.mp3 aswell into an variable, this for converting the MOV files into German MP3's

Audio/Video Format support

Audio

OGG (ffmpeg -i input.vmd -c:a libvorbis -q:a 4 output.ogg)
RAW
WA8

Video

AVI (ffmpeg -i file.vmd -vcodec copy -acodec copy file.avi)
MOV (ffmpeg -i input_file.vmd -f mov output_file.mov)
SMK
VMD
H264
WEBM (ffmpeg -i input.vmd -c:v libvpx-vp9 -crf 30 -b:v 0 -b:a 128k -c:a libopus output.webm)

Pictures

PNG (ffmpeg -i input.vmd -vf fps=1 out%d.png)

Convert Music back into Adiboo & The Energy Thieves

We know that we can inject back Music into Adiboo & The Energy Thieves.
The Music must be:

  • OGG (Vorbis format) see Issue #33
  • when the converting process is done, the output file should change automatically the file extension from OGG to STB

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.