Rehan Daphedar
Rehan Daphedar
Using system ffmpeg (with a variable to override ffmpeg binary path) seems reasonable to me, since most Linux distros would have ffmpeg in their official repos.
Sadly I don't have access to an NVidia machine anymore (Was testing on my old computer back home). I was able to progress upto this branch, incase anyone wants to...
Understandable, no worries. Should I close the issue?
Heya, could you also consider adding `h264_qsv`? Helps a lot with Intel Arc cards. Or, to have some way to just export the ffmpeg command that would be run, so...
`vulkan-intel` on Arch doesn't seem to support it yet: ``` [h264_vulkan @ 0x55eb5c570b00] Device does not support the VK_KHR_video_encode_queue extension! ``` The device is a ThinkPad T16 Gen 3.
The [code in the frontend](https://github.com/quran/quran.com-frontend-next/blob/f1005d1983863c1d354a7357a888353b13318b5e/src/xstate/actors/radio/radioMachine.ts#L65) just picks a random surah and a random timestamp if no previous surah was being played. If a surah was being played, it picks a...
> it splits the file in various ways and summarizes each chunk and joins the results? Yes. Not just for summarising though. I was thinking that the patterns could be...
I am starting to think I'm missing something obvious - What version of python and packages are you guys using? I ran: ```sh git clone https://github.com/segment-any-text/wtpsplit cd wtpsplit python3.10 -m...
I studied this a bit more and it seems to be a re introduction of #135? I tried to run this command hoping to fix, but it leads to a...
In a similar situation. One possible solution is to combine the schemas using `jq`. For now, I'm using separate packages though.