Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adibou et le de secret de Paziral support (DAT) #36

Open
BJNFNE opened this issue Oct 29, 2023 · 0 comments
Open

Adibou et le de secret de Paziral support (DAT) #36

BJNFNE opened this issue Oct 29, 2023 · 0 comments

Comments

@BJNFNE
Copy link
Collaborator

BJNFNE commented Oct 29, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant