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
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
same for the MP3 variant this convert the MOV/DAT files into French MP4
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