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)
|
fmt.Println("📦 Starte Download mit ffmpeg:", outFile)
|
||||||
cmd := exec.Command(
|
cmd := exec.Command(
|
||||||
"ffmpeg",
|
"ffmpeg",
|
||||||
|
"-nostdin", "-y",
|
||||||
|
"-fflags", "+genpts",
|
||||||
"-i", m3u8URL,
|
"-i", m3u8URL,
|
||||||
"-c", "copy",
|
"-c", "copy",
|
||||||
|
"-bsf:a", "aac_adtstoasc",
|
||||||
|
"-movflags", "+frag_keyframe+empty_moov+default_base_moof",
|
||||||
|
"-f", "mp4",
|
||||||
outFile,
|
outFile,
|
||||||
)
|
)
|
||||||
cmd.Stdin = os.Stdin
|
cmd.Stdin = os.Stdin
|
||||||
|
|||||||
BIN
recorder.exe
BIN
recorder.exe
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user