Add map 0 to ffmpeg

monorepo
Varun Patil 2022-11-21 16:22:16 -08:00
parent afdda3038b
commit 8f26483140
1 changed files with 1 additions and 0 deletions

View File

@ -323,6 +323,7 @@ func (s *Stream) transcode(startId int) {
// Output specs
args = append(args, []string{
"-map", "0",
"-c:v", CV,
"-profile:v", "high",
}...)