70sh1
70sh1
> The comical part to me is it's been a thing since feb? Do people from russia or that speak russian primarily not use XIV launcher? > > Interesting demographics...
I have the same issue. I tried to remove all the lines in the `.tape` file one by one until something changes. Eventually all that left was a single `Output...
Apparently, replacing `-map v:0? -map a:0? -map s:-1?` part of the ffmpeg command with `map 0` does the trick. Not tested with subtitles or multiple video tracks.
```lua local o = { include_all_tracks = false, ... } ``` ```lua if o.include_all_tracks then cmds:arg("-map", "0") else cmds:arg("-map", string.format("v:%s?", mp.get_property_number("current-tracks/video/id", 0) - 1)) cmds:arg("-map", string.format("a:%s?", mp.get_property_number("current-tracks/audio/id", 0) - 1))...
Testing on a video without subs results in the following error: ``` [slicing_copy] stderr: Stream map 's' matches no streams. [slicing_copy] To ignore this, add a trailing '?' to the...
May I ask if a fix for this issue is planned? I would really appreciate this feature.
After additional testing it turned out to be an issue with `brew` installed version of localsend. However, the App Store version works fine. Tested on two MacBook Air 13' M4...