- Messages
- 185
- Reaction score
- 131
- Trophy Points
- 53
I'm trying to merge the subtitles and metadata to the video file (Which has 3 audio tracks) but it's not working. Could someone take a look at my code and tell me what I'm missing?
ffmpeg.exe -i Orphans of the Firestorm - Final Audio.mp4 -i English Audio.srt -i Japanese Subtitles.srt -i FFMETADATAFILE.txt -map_metadata 1 -map 0:v:0 -map 0:a:0 -map 0:a:1 -map 0:a:2 -map 1:s:0 -map 2:s:0 -c copy Orphans of the Firestorm.mp4"
ffmpeg.exe -i Orphans of the Firestorm - Final Audio.mp4 -i English Audio.srt -i Japanese Subtitles.srt -i FFMETADATAFILE.txt -map_metadata 1 -map 0:v:0 -map 0:a:0 -map 0:a:1 -map 0:a:2 -map 1:s:0 -map 2:s:0 -c copy Orphans of the Firestorm.mp4"