September 7, 20178 yr Author Which container are you using? I think you used the wrong support thread...
September 7, 20178 yr 32 minutes ago, Djoss said: Which container are you using? I think you used the wrong support thread... jlesage/handbrake
September 7, 20178 yr Ohh nevermind, I went into Update Container to see what I was using ans saw that I can change to MKV there. It's working now. lol
September 10, 20178 yr Awesome, thanks for this docker @Djoss! Edited September 10, 20178 yr by cybrnook
September 17, 20178 yr This is a great docker Djoss, thanks so much for producing it. 1. Currently I'm trying to go through my old TV Shows and downres them from Full Rips. Is there an easier way than to drag and copy my entire season folder over to the watched folder.. then after they are processed, dragging them back and replacing the originals? 2. I would love for this to connect to UnRaid's pushbullet/alert/notification or be able to use pushbullet on its own. Then it can send messages when the queue is done.
September 17, 20178 yr Anything special that needs to be done in order to get a SATA connected Blu-Ray drive to be picked up by this docker? I got MakeMKV working fine with the --device additional argument. Edited September 17, 20178 yr by cybrnook
September 17, 20178 yr Also just wanted to post my test results, most of you probably are already really knowledgeable about this stuff; I'm not. lol. Taking a 22minute 2.5g rip from 1080p Using the default Fast 1080p takes it down to 1gig approximately, no noticeable loss in quality. Then using Very Fast 1080p takes it down to 500mgs and no noticeable loss in quality. Then using H.265 MKV 1080p30 preset takes it down to 190mgs..... and no noticeable loss in quality. Its pretty crazy. Ok, H265 does take it way down, but it also removes that ability to jump around in the file and see the total thoughput. I'm just going to keep doing the H264, its much faster and takes them down to a reasonable size. Edited September 17, 20178 yr by RonUSMC
September 18, 20178 yr Author 17 hours ago, RonUSMC said: 1. Currently I'm trying to go through my old TV Shows and downres them from Full Rips. Is there an easier way than to drag and copy my entire season folder over to the watched folder.. then after they are processed, dragging them back and replacing the originals? I'm afraid that currently it's the easiest way to perform conversions. 17 hours ago, RonUSMC said: 2. I would love for this to connect to UnRaid's pushbullet/alert/notification or be able to use pushbullet on its own. Then it can send messages when the queue is done. Currently there is no easy way to do this. However, it's still in my plan to create a plugin to allow sending notifications from docker containers.
September 18, 20178 yr Author 17 hours ago, cybrnook said: Anything special that needs to be done in order to get a SATA connected Blu-Ray drive to be picked up by this docker? I got MakeMKV working fine with the --device additional argument. Yes some support needs to be added to the container. I already started the work for this. I should be able to provide an updated image soon Note that HandBrake is able to decrypt and rip directly from a DVD, but I don't think it's the same thing for a Blu Ray video disc.
September 18, 20178 yr Yep, I understand. Typically you need a middleman to hijack the encryption (AnyDVD). But handbrake can still be used for non encoded disc read/writes.
September 18, 20178 yr Anything special to get it going, or just update and *poof*?! Edited September 18, 20178 yr by cybrnook
September 19, 20178 yr Updated, but didn't see my sata drive. Also tried the same additional option like we use in makemkv, also no bueno. I assume it's something different we need to do?
September 19, 20178 yr Author Open you click the "Open Source" button, you need browse and select the Linux device of your optical drive (e.g. /dev/sr0).
September 21, 20178 yr Author Did you added the —device /dev/sr1 parameter?Also, look at the container’s log, there are some messages about detected drives.
September 21, 20178 yr 1 hour ago, Djoss said: Did you added the —device /dev/sr1 parameter? Also, look at the container’s log, there are some messages about detected drives. No, I removed that parameter before updating. Is that what I'm missing? If so, I feel silly. New to docker, I am getting the feeling that the standard docker layout is universal for all containers, and that parameter is needed to pass a devices through. Yep, let me test that :-) Edited September 21, 20178 yr by cybrnook
September 21, 20178 yr Alright got it. I see after a reboot my server went to /dev/sr0, problem #1 :-) And damn, you even added a nice little note in your docker explaining how to add an optional drive. Needless to say, I got it. Thank you for adding this!! Edited September 21, 20178 yr by cybrnook
October 4, 20178 yr Can you give me an idea of how to clear the memory of what was already transcoded? autoVideoConverter: Skipping video ***********************************: already processed successfully. I'm trying to run tests on different transcodes, but if I put the same file in the input it just skips it.
October 4, 20178 yr Author If you touch the source file it should be converted again. You can also remove /config/processed_files.dat
January 2, 20188 yr I am trying to convert video files from a video recorder to a .mp4 forma. When I add the files a .m4v file is created. I know this is just a container for the mp4 file but is there a way to have it create a .mp4 file. I just need a lossless conversion from .m2ts to .mp4
January 2, 20188 yr Author 12 hours ago, reyes136 said: I am trying to convert video files from a video recorder to a .mp4 forma. When I add the files a .m4v file is created. I know this is just a container for the mp4 file but is there a way to have it create a .mp4 file. I just need a lossless conversion from .m2ts to .mp4 Just rename the .m4v file to .mp4. Both file extensions are the same: https://handbrake.fr/docs/en/latest/technical/containers.html
January 3, 20188 yr Thanks I will give it a try, is there any reason that the automated conversion through the watch folder makes a .mp4 file and the manual does not?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.