Aderalia

Members
  • Posts

    31
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Aderalia's Achievements

Noob

Noob (1/14)

1

Reputation

  1. I sent you a PM with some commands i hope it helps. AV1 uses a lot of the same parameters as other codecs, you basically pick what you want to achieve, say a smaller filesize with still good Quality -> Use CRF with a upper limit. The only thing specific to AV1 are presets, since they depend on the actual encoder. For example: The "official" encoder is libaom-av1. It uses numbers from 0-8, with 0 being lossless and 8 being as fast as possible. Default is 2 (i think, not sure on that).
  2. I stumbled upon this great tool while searching for a ffmpeg docker that supports 2 Pass AV1, is this something that would be possible using unmanic? So far there is no AV1 plugin and i don't know jack about python so i cant make one myself AV1 is fairly mature at this point, even tho it has no Hardware acceleration as far as i know.
  3. 2 Pass encoding happens in 2 steps, the ffmpeg command looks something like this: ffmpeg -i input.mp4 -c:v libaom-av1 -b:v 2M -pass 1 -an -f null /dev/null && \ ffmpeg -i input.mp4 -c:v libaom-av1 -b:v 2M -pass 2 -c:a libopus output.mkv You can't pass both the "pass 1" and "pass 2" flag in the same command as far as i know, since the second pass needs the log file created by the first pass to work.
  4. Hey, Im trying to set up your ffmpeg container to encode into AV1, is that even possible? I understand the Watch and Output Folders, but the other paramenters are giving me trouble. What parameters would i have to use? the same as stand alone ffmpeg? But how would i specify a 2 Pass encode? What is the Copy folder for? Just a tiny bit more documentation would be highly appreciated
  5. Im trying to set up a new instance of this container on a new unraid machine, but i cant access it at all... This seems to tie in with the issues others are having, the version of this container from the Community Plugin (linuxserver/mariadb) does not allow me to login because it knows im not the same root as the system root "Access denied for user 'root'@'XXX' (using password: YES)" This is the expected behavior when remote access is disabled. As far as i understand it that's the "new" default... Unfortunately that makes it very difficult for me to set up my new instance. How am i supposed to connect to it? I need to transfer a Table and Users from another instance, that's a pain to do without root privileges The common fix of switching to linuxserver/mariadb:110.4.21mariabionic-ls31 and than back to linuxserver/mariadb:latest didn't work for me. If i do so i get error 10061. In short: How am i supposed to set this container up if i cant login from another machine? EDIT: Well rtfm would have saved me from a unnecessary post All the info to fix my problem are on the linuxserver/mariadb Docker Hub + the MariaDB manual has all the commands listed. Turns out you can use the docker command line for that. My mistake was to assume i could set up the new instance the same way i did the old...
  6. Not sure if this is the correct place to bring this up but it seems playback of flac files is very very shady. Cant play them on Firefox, chrome mobile, or the mstream android app on all my devices. It works on Chrome Desktop tho... Is this a configuration issue or just a problem with flac? m4a using aac also doesn't seem to work. (Firefox should definitely be able to play that)
  7. Does this Plugin make any sense to use with btrfs or is the build in btrfs scrup basically the same thing since it should just check block CRCs? Sorry if this has been asked before but the search doesnt allow me to search for a keyword inside a specific thread...
  8. The Sticker with the Model Number is missing But its an PCIe 8x Card with 1 GB of (i think) DDR2 Cache from ~2009. It has space for an internal Connector, but its not populated. Hope that helps I might be able to add a picture later if i can kidnap someones phone for a while. My Hardware was planned out when i started with my 4 drives + 1 SSD, but since this is my privat system with no commercial use whatsoever it just kept growing over years and has kind of outgrown its possibilities, its just not worth it to my to through out working components and buy expensive new ones if there is a way around it Same with Drives, sure could i replace my 3TB drives with 6 or 8 TB once, but as long as the old ones still work im trying to spend as little as possible on this system (more money for my Workstation Thats kind of what im afraid of I know it has a JBOD mode, i just dont know how basic it is. But since i dont have the proper Cables here ill have to test it once they've arrived and hope for the best
  9. Little Plot twist: Turns out my old HP Proliant Tower Server has a pretty darn big SAS Raid Controller in it (24-Port) that can handle up to 512 Devices. I never realised what it was because it does not have internal Port at all. Im going to bite the Bullet and just get an SAS Expander from ebay thats a bit more expensive and use that monster. I hope i dont have to flash it tho.
  10. Yeah i thought about that too. Sometimes the Expanders Pop up on ebay for ~100 Euro for the 16-Port ones, but i could not find one right now I was also looking into eSATA Port Multipliers, but im finding fairly conflicting information on them. Some say the Controller needs to support Multipliers, others say no. Some say its part of the sSATA standard, others say not meeting its own standards is one of the biggest problems with eSATA... I assumed something like this works like a Port Multiplier Do they work? Sata HBAs are a lot cheaper then SAS HBAs, even with a lower Device Limit...
  11. Im not using unRaids parity feature anyway (at least not right now, might be useful in the future tho) Can Unassigned Devices be used for user shares?
  12. I am using an 8 Port SAS HBA i got cheap from a used server part dealer, but the once that can deal with more drives are getting super expensive, even used 16 Port cards are usually out of Consumer or even Prosumer reach Most of the server we use at work only run 8 drives max and that seems to be the trend, so those cards are cheap, but i dont have enough PCIe Lanes for more than one. I dont really need UASP for the speed, but was hoping it might help with stuff like SMART and other SCSI features... Bummer... This is something ive been reading a lot about, but have never encountered it myself, but i also never used USB drives under server load scenarios I guess that means i have to go with something eSATA based then, or try to get a used 1155 Board with onBoard 10G LAN to free up PCIe Slots...
  13. Hey, I am currently in a bit of a bad place regarding my unRaid Setup. My onboard Sata Controller (which used to give me 8 SATA Port sharing 2 PCIe Lanes connected via the Chipset), seems to be on its way out (certain drive Models just don't work anymore...) So i have to come up with a new way of connecting my ever growing pile of Data drives (my two cache SSDs are connected directly to the chipset). I don't want to buy a new board since getting one with the features i need would be 300+ Euro and also wouldn't solve my growing drive count issue. I have heard a lot of good stuff about USB Drive enclosures, especially with USB Attached SCSI support. My personal experience with these things however wasnt that great. I had a lot of connection and performance Problems and the drives died very early because the enclosure took control over the drives Power state and caused about 100 Power Cycles per Day... And since it didn't pass SMART info i didn't notice what was going on until the first drive died. This however was when USB 3.0 (i refuse to use the new USB naming schemes) first came around. What kind of keeps my from trying it again is mostly the lack of information on SMART support and power state, as well as the fact that USB uses a shared Bus, meaning all of my drives would share one 5 GBit serial Bus with poor random optimisation. I could solve this by just adding some cheap USB Controllers via PCIe, but the information about UASP support on controller cards is pretty sparse. Someone here on the Forum uses SATA Port multipliers with success, not sure if that is a better solution than USB. I would love to hear some thoughts on that, has anybody used USB Enclosures in unraid systems (especially regarding a drives power management)?
  14. If you want to mount your images into this Docker you have to create a new "Path" Variable and set the Container Path to /config/www/gallery/galleries/ Worked for me at least However i am having major performance problems I shows no load on the CPU and RAM and takes forever to create thumbnails or add my IPTC mapped fields to the database. Its going at a rate of about 1 picture per 5 seconds and the Gallery is pretty laggy in general.
  15. Hey, i can back up johnnie.black´s speeds, i use the 4 TB WD Reds together with some 3 TB once and a WD Red Pro parity, im getting about 57 MB/s for unchached writes. Plex runs like a dream! You just have to map your data but thats literaly just 2 clicks. Im getting 6% load on my i3 for every running decode (1080p downwards) and about 21% when using uncompressed material. Writespeed however wont increase much more since they are limited by drive RPM... Im using ECC Memory and never had even a single switched bit on storage, so i gues it works