Mika Braunschweig
Mika Braunschweig
Another thing that maybe should be implemented is that the output-title could be changed to the youtube-title, because currently it's just the video-id from YouTube. This has now been implemented
I think the intern youtube-dl method would be better too. This is rather a workaround, because I don't know much about lua and mpv
I wrote a function ``parse_edl``. You can test it with ```lua data = parse_edl(mp.get_property("stream-path")) for _, v in pairs(data) do print(v) end ``` (e.g. in ``start_encoding``). But it has 2...
> I suppose you mean stream instead of steam Yes. > Can you tell us what does the function returns? As you wrote audio and video can be separated. Mpv...
> Maybe we should delegate yt-dlp to clip the video, instead of calling ffmpeg directly, it's now doable? > > [yt-dlp/yt-dlp#686 (comment)](https://github.com/yt-dlp/yt-dlp/issues/686#issuecomment-907778993) I think that's a great idea. Since that...
I now implemented the 2 options. Please note, that things like filter aren't added when using ``dlp`` and ``edl`` uses the automatic mapping of ffmpeg. But as far as I...
Looking back at this I didn't create the best commit history/good code. I think I will try to re-implement this via the `--download-sections` flag from yt-dlp and create a new...
I should be good since I can copy some code from this PR
I created the new PR #71. Please feel free to test it
> Are you not going to add any soc DTS for the controller? To ensure compile across PRs, it is best to add the controller to one of the example...