You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: