package engine import ( "context" "fmt" "io" "os/exec" "strconv" "strings" "sync" "time" ) // TranscodeOpts steers how Transcoder builds its ffmpeg command line. Defaults // match the project's plan/clever-weaving-dove.md (Fase 2.5): // // - Output: fragmented MP4 readable by browser