I need some light

  • 7 Posts
  • 40 Comments
Joined 1 year ago
cake
Cake day: May 19th, 2024

help-circle

  • For the first question, I assume that you want to put all video downloaded into one big video in CLI. I guess you can do something like this with ffmpeg: ffmpeg -i "concat:input1|input2|input3|etc" -codec copy output.mkv If you want to work it out with yt-dlp you can try this:

    yt-dlp "a link" Assuming you get mp4 format ls -1 *.mp4 > file_list.txt then ffmpeg -safe 0 -f concat -i list.txt -c copy output.mp4

    Also, is downloading the mp4 significantly different in sound quality than bestaudio (which tends to output a webm rather than mp4)?

    For your second question, I am not sure my self to be honest. I never actually look at it. That is why for my app this is the arg I use to get best video and also best audio: -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best"

    You can probably play a bit more with the format, if you feel like it.

    Hope this help!




















  • So it is an American thing then? I feel sorry for you to experience that. But I personally never see anyone even use it in a racism way. Probably because of my own ignorance like you said. The internet is open tho. It is not just for US culture/culture issue. So honestly for the rest of the world, I do not think it is an issue at all. Maybe we can try to resolve it in some way? Idk


  • A lot of people seem to argue about ricing and the “original” meaning of it. But honestly as an Asian I don’t really think any Asian(at least in my country) actually care or even know the meaning of it. The ricing term of the Linux community is far from racism. What so wrong with rice? cuz we love it? I honestly don’t get it.