Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong parameters passed to ffmpeg for downloading #84

Open
philklc opened this issue Jan 26, 2023 · 0 comments
Open

Wrong parameters passed to ffmpeg for downloading #84

philklc opened this issue Jan 26, 2023 · 0 comments

Comments

@philklc
Copy link

philklc commented Jan 26, 2023

Downloading this Twitter space that is currently active as of writing:
https://twitter.com/i/spaces/1mrGmkWyEQkxy

The command for the new part incorrectly passed the following parameters in the following order:

-v URL warning -i

instead of:

-v warning -i URL

Verbose log output of twspace-dl-GUI.exe release 2023.1.22 shows this error: (where is the CLI version by the way)

2023-01-26 09:26:04,872 [DEBUG] Command for the old part: ffmpeg -protocol_whitelist file,https,tls,tcp -y -progress - -nostats -v warning -i .\tmp9kqkn57d\(Nanashi Mumei🪶holoEN)#MumeiChoppin-1mrGmkWyEQkxy.m3u8 -c copy -metadata title=#MumeiChoppin -metadata artist=Nanashi Mumei🪶holoEN -metadata episode_id=1mrGmkWyEQkxy .\tmp9kqkn57d\(Nanashi Mumei🪶holoEN)#MumeiChoppin-1mrGmkWyEQkxy.m4a
2023-01-26 09:26:04,872 [DEBUG] Command for the new part: ffmpeg -y -progress - -nostats -v https://prod-fastly-us-west-2.video.pscp.tv/Transcoding/v1/hls/9DZDyQTmoiH5UNDIxYGFr0HAxCTW2xQVFVVvDqh1JrjatT18pi19H0JTxxejQCUxF0IY4giJYsv3r7dQltd_Yw/non_transcode/us-west-2/periscope-replay-direct-prod-us-west-2-public/audio-space/dynamic_playlist.m3u8?type=live warning -i -c copy -metadata title=#MumeiChoppin -metadata artist=Nanashi Mumei🪶holoEN -metadata episode_id=1mrGmkWyEQkxy .\tmp9kqkn57d\(Nanashi Mumei🪶holoEN)#MumeiChoppin-1mrGmkWyEQkxy_new.m4a
2023-01-26 09:26:04,872 [DEBUG] Command for the merge: ffmpeg -f concat -safe 0 -y -progress - -nostats -v .\tmp9kqkn57d\list.txt warning -i -c copy -metadata title=#MumeiChoppin -metadata artist=Nanashi Mumei🪶holoEN -metadata episode_id=1mrGmkWyEQkxy (Nanashi Mumei🪶holoEN)#MumeiChoppin-1mrGmkWyEQkxy.m4a
Invalid loglevel "https://prod-fastly-us-west-2.video.pscp.tv/Transcoding/v1/hls/9DZDyQTmoiH5UNDIxYGFr0HAxCTW2xQVFVVvDqh1JrjatT18pi19H0JTxxejQCUxF0IY4giJYsv3r7dQltd_Yw/non_transcode/us-west-2/periscope-replay-direct-prod-us-west-2-public/audio-space/dynamic_playlist.m3u8?type=live". Possible levels are numbers or: "quiet" "panic" "fatal" "error" "warning" "info" "verbose" "debug" "trace"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant