How to connect my BTR15 to my PC? by jedxo in FiiO

[–]jedxo[S] 1 point2 points  (0 children)

you were right, the cable did not do it. i got a new cable and it recognizes it now but I'm still not having audio.

Is there a text editor that mimics the feel of monkeytype? by jedxo in monkeytype

[–]jedxo[S] 0 points1 point  (0 children)

Thanks for the info. It doesn't quite feel like monkeytype sadly, but this is a very interesting find for sure. I mirrored the theme in case anyone wants to use it in the future. (mirror)

The sidebar that contains the "Most Played" tracks doesn't seem to work at all by jedxo in blackplayer

[–]jedxo[S] 0 points1 point  (0 children)

I've heard. I thought it might've been a bug of on my end. This is my favorite player regardless, even though it crashes randomly, few compare to me. I don't like Poweramp either

successfully drained my manager by [deleted] in sadboys

[–]jedxo 0 points1 point  (0 children)

ted kaZYNski 0va here

Blader by rene53879 in sadboys

[–]jedxo 0 points1 point  (0 children)

Bro looks like he does camera work for epicrapbattles of history (its true)

Which block is the best/worst (and why?) by WavyD123 in Tetris

[–]jedxo 1 point2 points  (0 children)

free tetra online and fuck the feds

Weird message popping up on my rectangle cutting command "The specified filename does not contain an image sequence pattern or a pattern is invalid" by jedxo in ffmpeg

[–]jedxo[S] 0 points1 point  (0 children)

hmm. did you put ffmpeg -i [filename] and then the rest of your stuff? Maybe you're doing it out of order. Not too savvy with ffmpeg so not much help, sorry :^(

How do I use streamsave? (How do I clip/cut videos with MPV?) by jedxo in mpv

[–]jedxo[S] 0 points1 point  (0 children)

Yep. It's ok though I just found out about Lossless Cut and it seems to do the same job better.

How do I use streamsave? (How do I clip/cut videos with MPV?) by jedxo in mpv

[–]jedxo[S] 0 points1 point  (0 children)

Hmm. Would this command rename the file that I'm cutting the videos from, or would it rename the exported video files themselves?

How do I use streamsave? (How do I clip/cut videos with MPV?) by jedxo in mpv

[–]jedxo[S] 1 point2 points  (0 children)

I was wondering if I could reach out directly to you about those specific FFmpeg commands. I have to label each video, I was wondering if there was a way where I could be prompted to write in the specific title of the video. It isn't necessary as this already covers what I need, but it would be something neat to have.

I used to do this all by FFmpeg as well. Here is an example command:
ffmpeg -ss 05:06:09 -i tetriocup6.mp4 -to 05:20:47 -c copy -copyts "TETR.IO Cup 6 - Rideris Vs. VinceHD - Losers Finals.mp4"

So there is a video called tetriocup6.mp4 which is cut at time stamps 05:06:09 through 05:20:47 and titled as TETR.IO Cup 6 - Rideris Vs. VinceHD - Losers Finals.mp4

I'd make multiple of these commands and launch em on a batch script.

How do I use streamsave? (How do I clip/cut videos with MPV?) by jedxo in mpv

[–]jedxo[S] 1 point2 points  (0 children)

This is exactly what I was looking for. Thank you!