bugfixes
This commit is contained in:
parent
d97baf1a01
commit
c5993a05e0
5
main.go
5
main.go
@ -438,8 +438,13 @@ func handleM3U8Mode(m3u8URL, outArg string) error {
|
||||
fmt.Println("📦 Starte Download mit ffmpeg:", outFile)
|
||||
cmd := exec.Command(
|
||||
"ffmpeg",
|
||||
"-nostdin", "-y",
|
||||
"-fflags", "+genpts",
|
||||
"-i", m3u8URL,
|
||||
"-c", "copy",
|
||||
"-bsf:a", "aac_adtstoasc",
|
||||
"-movflags", "+frag_keyframe+empty_moov+default_base_moof",
|
||||
"-f", "mp4",
|
||||
outFile,
|
||||
)
|
||||
cmd.Stdin = os.Stdin
|
||||
|
||||
BIN
recorder.exe
BIN
recorder.exe
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user