Having trouble with something I think should be pretty simple...
Posted: Tue Jan 15, 2019 3:58 pm
Hi All,
Having a bit of trouble with setting up my first work flow and it feels like what I am trying to do should be really easy to setup in FFAStrans, but I am hitting a wall.
I record with OBS and the end results are mkv files with multi-track audio. I have a little batch file that I run that basically repackage the mkv file into a mp4 with no quality loss.
The part of my batch file that does the magic is: ffmpeg -i "filename.mkv" -c copy -map 0 "K:\filename.mp4"
What is the best way to replicate this in FFAStrans?
Thanks in advance
Having a bit of trouble with setting up my first work flow and it feels like what I am trying to do should be really easy to setup in FFAStrans, but I am hitting a wall.
I record with OBS and the end results are mkv files with multi-track audio. I have a little batch file that I run that basically repackage the mkv file into a mp4 with no quality loss.
The part of my batch file that does the magic is: ffmpeg -i "filename.mkv" -c copy -map 0 "K:\filename.mp4"
What is the best way to replicate this in FFAStrans?
Thanks in advance