Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
4th August 2024, 22:54 | #31921 | Link |
Registered User
Join Date: Aug 2005
Posts: 1,195
|
Well, that is up to you... If you do not have to worry about playability or compliance, then sure if you wish to do that. But, if you want playability on certain devices, I think 'Medium' is as high as you can go, but you can add some higher x264 'Tweaks' if you want. Personally, although I don't have the Loosey Goosey approach as JD does ('Sure, MP3 is just fine, you can't hear the difference anyway...' J/K) and 'Fast' is sufficient, still, for me personally anything over 'Medium' with some higher 'Tweaks' is probably overkill.
But, if your software players will play the encode, then sure whatever you want to squeeze out of it... |
5th August 2024, 14:06 | #31923 | Link | |
Registered User
Join Date: Oct 2010
Posts: 252
|
Quote:
|
|
5th August 2024, 20:56 | #31924 | Link | |
Moderator
Join Date: Oct 2001
Posts: 21,083
|
Quote:
Sorry, but I just believe in math, science, and engineering. Last edited by jdobbs; 5th August 2024 at 21:02. |
|
5th August 2024, 23:35 | #31926 | Link | |
Registered User
Join Date: Aug 2005
Posts: 1,195
|
Quote:
If you are already using some kind of software player that plays whatever you already encode then you are fine. I was only referring to if you are going to use a Hardware player, like a Blu-ray player to play actual discs, then the settings have to be compliant. But, I kind of doubt you or many others are actually doing that. So, if whatever you are using to play your encoded files plays them okay, then you can use the most severe settings you want But, like I was teasing about JD, he feels even with the standard 'Fast' setting, etc., is good enough due to the efficient x264 codec, which for most simple not-too-big stuff, that is perfectly fine. Now, IF I am compressing say a Blu-ray that is fairly large AND it contains a lot of detailed visual information, then just for my neurotic peace of mind, I just set it to the BDRB setting of 'High' (default - which actually I believe is the standard x264 'Medium' setting) and then I'll throw in a few tweaks 'Just Because' like bumping up the Psychovisual a little, increasing the ME and SUBme settings a tad, adding Trellis 2, and a few little things like that that won't affect hardware playability, but you don't really need to mess with that. For Blu-rays that are just a little bigger than a BD25 where you are only shrinking it a few Gigs, AND if the material isn't too demanding, I'll just leave it on 'Fast' 1 Pass, and use milder 'Tweaks', but that is just me... I hope that helps! |
|
6th August 2024, 00:00 | #31927 | Link | |
Moderator
Join Date: Oct 2001
Posts: 21,083
|
Sigh... of course not. Typical...
By this: Quote:
I just like to call a spade a spade, and HD audio is the modern equivalent of snake oil. But, just like magical medical wonders of the 1800s, facts mean nothing and people will continue to swear by it, and more importantly, spend their money on it. No sense trying to reason with them or give them sound advice. Math, science, and engineering are the only truths. But, unfortunately, they have less and less influence in the modern world. Dark ages, anyone? Get used to the idea. It won't be the first time. Getting off of my soapbox now... Last edited by jdobbs; 10th August 2024 at 22:03. |
|
6th August 2024, 22:49 | #31928 | Link | |
Registered User
Join Date: Oct 2010
Posts: 252
|
Quote:
|
|
8th August 2024, 00:04 | #31930 | Link | |
Registered User
Join Date: Mar 2009
Posts: 130
|
Quote:
|
|
9th August 2024, 22:47 | #31932 | Link |
Moderator
Join Date: Oct 2001
Posts: 21,083
|
New Release of BD Rebuilder (v0.62.10)
I have updated the first post of this thread with a link to the latest version of BD-Rebuilder (v0.62.10). Changes for this release:
Code:
- Added a "Encode after Import" option to the FILE/IMPORT menu. When checked BD-RB will automatically reencode the imported BD structure after importing it. Note: Clear the working folder before the import if you don't want BD-RB to pause and ask whether to clear it during the reencode. - Fixed an issue in which X265 could fail to perform CRF prediction when set for output to UHD format. - Added experimental code for support of AMD GPUs via VCEENCC. Note that this s/w does not support an equivalent of CRF encoding (so it is disabled). In order to test this new feature it must be enabled in the "[Options]" area of BDREBUILDER.INI by adding VCE_TEST=1. If your GPU doesn't support B-Frames and you experience issues, they can be disabled by also including VCE_BFRAMES=0 in the "[Options]" area of BDREBUILDER.INI. You should also ensure you are using the most current video drivers. A personal "thanks" to dietachi for initial testing of the VCE capability. - Updated the included version of FFMPEG to v4.2.1. - Other minor corrections and cosmetic fixes. Last edited by jdobbs; 10th August 2024 at 00:15. |
10th August 2024, 16:48 | #31933 | Link |
Moderator
Join Date: Oct 2001
Posts: 21,083
|
Just as a note, if anyone is using the latest version of BD Rebuilder for encoding with older gen AMD GPUs (around Polaris), it has been reported that b-frame usage might result in poor quality. If you experiencing this, you might want to add VCE_BFRAMES=0 to your BDREBUILDER.INI. B-Frames aren't required -- but they will typically make encoding more efficient.
|
16th August 2024, 03:43 | #31936 | Link | ||
Registered User
Join Date: Mar 2021
Posts: 27
|
@jdobbs
Reencoding of VC1 fails for Intel GPU, QSVEnc. Code:
qsvencc.exe" --avhw --fps 23.976 -i "I:\VIDEO\BTTF_BD\BDMV\STREAM\00300.m2ts" --codec h264 --quality fastest --qp-min 0 --icq 27 --sar 1:1 --aud --pic-struct --vbv-bufsize 30000 --max-bitrate 35000 --no-b-adapt --gop-len 24 -o "H:\BD_REBUILDER_WORK\WORKFILES\VID_00300.AVS.264" Code:
H:\BD_REBUILDER_WORK\WORKFILES\VID_00300.AVS.264 -------------------------------------------------------------------------------- avqsv: codec vc1(yuv420p) unable to decode by qsv. failed to initialize file reader(s). QSVEncC.exe finished with error! For the VC1 video, the decoding should be done via Quote:
It is also not listed under the decode capabilities of the HW. Code:
QSVEncC Supports QSV(hw) decoding MPEG2 H.264/AVC HEVC VP8 VP9 AV1 Supports various formats such as avs, vpy, y4m, and raw Supports demux/muxing using libavformat Supports decode using libavcodec This is related to the issue here: https://forum.doom9.org/showthread.p...30#post2005030 Quote:
Last edited by dietachi; 16th August 2024 at 03:49. Reason: add on link to similar issue |
||
16th August 2024, 04:04 | #31937 | Link | |
Registered User
Join Date: Mar 2021
Posts: 27
|
@jdobbs
Additionally, regarding the 480i issue in the same issue here: Quote:
Code:
"D:\BdRebuilder\tools\qsvenc\qsvencc.exe" --avhw --fps 29.97 --interlace tff --vpp-deinterlace adaptive -i "I:\VIDEO\BTTF_BD\BDMV\STREAM\00314.m2ts" --codec h264 --quality fastest --qp-min 0 --icq 18 --sar 40:33 --aud --pic-struct --vbv-bufsize 30000 --max-bitrate 35000 --no-b-adapt --gop-len 30 -o "H:\BD_REBUILDER_WORK\WORKFILES\VID_00314.AVS.264" Error: Invalid value "adaptive" for "--vpp-deinterlace" QSVEncC.exe finished with error! Code:
adaptive Code:
--vpp-deinterlace <string> Activate GPU deinterlacer. parameters none ... no deinterlace (default) normal ... standard 60i → 30p interleave cancellation. it ... inverse telecine bob ... 60i → 60p interleaved. Thank you. Last edited by dietachi; 16th August 2024 at 04:09. |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|