View Full Version : BD Rebuilder Beta - Bug Reports Only
MrVideo
16th September 2018, 13:51
Why are you quoting me, i'm not the one asking the question. For the record my PC is fully 3D capable (screen, and optical drive or the standalone hooked up to the screen).
I quoted you because you are the one that posted it. I'm just adding that if the disc is attempted to be played, it either will or it won't. One way to find out which way BDRB should be used.
Dominux
19th September 2018, 18:13
...no-reencode backup that muxes and plays fine on my Sony...
@jdobbs can you public this vesion, only for no-reencode backup?
AmigaFuture
20th September 2018, 05:24
----------------------
[20:39:24] Importing: BOOK_CLUB_FILES
- [20:39:27] Importing video file: (1 of 6)
- Preparing MKV for processing...
- Collecting audio/video streams from source...
- Integrating into pseudo-BD structure...
- [21:10:16] Importing video file: (2 of 6)
- Preparing MKV for processing...
Run-time error '70': Permission Denied.
I have been importing the MKV files I made and moved to a different drive/partition. After selecting the MKV files MADE with BD-RB, it imports fine until here.. Other times it imports all 6, and then wants to rerender a BD-50. I just started checking this. But it's not new to get this error with other stuff. Usually I exit BD-RB, delete Temp, Import and WORK...and all goes well from there.
118GB free (not GiB--I'm poking a lot of fun at the goofy GiB thing) free...so, plenty to work with.
Any ideas for the error?
jdobbs
20th September 2018, 13:22
That's just about it. It means that either you don't have privileges to the file, or (more commonly) it is locked and being used. Check and see if there is a file called MEDIAINFO.TXT in the TEMP folder and whether it has information in it.
It could (possibly) be a race error. Try setting IMPORT_PREPARE_MKV=0 in the INI file and see if that has an effect. MKV files don't necessarily have to be "prepared", but I added it because I ran into a lot of MKV files that were incorrectly muxed.
AmigaFuture
20th September 2018, 16:43
Doh, I forgot about IMPORT_PREPARE_MKV=0. :eek: Using now... I remember you discussing that "a long time ago" and others crossing paths with MKV's like that.
Extras passed..now I'll redo with movie with them. If it happens again I'll post the contents of that file. I'll mark that setting as very important, haha!
"Locked or Denied, shhaaaa, not even!" :D
jdobbs
20th September 2018, 18:07
@jdobbs can you public this vesion, only for no-reencode backup?Give me a day or two to try a couple things related to UHD. Then I'll post a new version as-is so people can use some of the change requests I've made.
Atak_Snajpera
20th September 2018, 19:12
118GB free (not GiB--I'm poking a lot of fun at the goofy GiB thing) free...so, plenty to work with.
It is standardized binary unit. I see nothing goofy in that. GB treated in M$ way is goofy and 100% illogical because:
1kg = 1000 grams
1kW = 1000 Watts
1km = 1000 meters
1kHz = 1000 hertz
1kb = 1000 bits
1kB = 1024 bytes (WTF!?!)
kilo in metric system stands for 1000 not 1024!
You must be one of those people thinking that only scientist use metric system...
meadrocks
20th September 2018, 20:28
Give me a day or two to try a couple things related to UHD. Then I'll post a new version as-is so people can use some of the change requests I've made.
I'll be anxious to try out a new version of x265.
Ch3vr0n
20th September 2018, 20:38
@Atak_Snajpera
Wrong. You're 2nd to last line (1kb = 1000 bits) doesn't exist at least not in the PC world. 8 bits = 1 byte. 16 bits = 2 bytes... (notice how the value doubles) each time, thats because in the pc world software works by multiples of 2, ascending. 1000 doesn't fit in that line
2-4-8-16-32-64-128-256-512=>1024<==
Perfectly normal, it's the same reason why you "lose" space after formatting, (you don't really loose it as it was never there to begin with). Disc / drive manufacturers work by the thousand, yes, but that's not a valid value at the OS level (see line above). Manufacturers calculate per thousands, yes, the OS doesn't (it calculates by 1024). 1 GiGaBytes = 1.000.000.000 bytes, the OS works in GiBiBytes, 1 GiB = 1.07374182 or 0.931322575 gibibytes. Which is why a 1 TeraByte calculates to approx 931 GibiBytes after formatting
Atak_Snajpera
20th September 2018, 20:51
You're 2nd to last line (1kb = 1000 bits) doesn't exist at least not in the PC world.
Ask your internet provider how it calculates Mb/s (mega bits per second). Mine limits my download speed to 16Mbps (16 000 000 bits/s=2 000 000 bytes/s=1.9 MiB/s). My network meter confirms that.
I see the same trend in audio codecs where for example 384kbps means 384000 bits instead of 393216 bits.
Use ffmpeg and you will see what I mean.
Binary units exist for a reason and people should finally start using them.
1 KiB = 1024 bytes
1 Kib = 1024 bits
https://en.wikipedia.org/wiki/Kilo-
For the kilobyte, a second definition has been in common use in some fields of computer science and information technology. It uses kilobyte to mean 210 bytes (= 1024 bytes), because of the mathematical coincidence that 210 is approximately 103. The reason for this application is that digital hardware and architectures natively use base 2 exponentiation, and not decimal systems. JEDEC memory standards still permit this definition, but acknowledge the correct SI usage.
NIST comments on the confusion caused by these contrasting definitions: "Faced with this reality, the IEEE Standards Board decided that IEEE standards will use the conventional, internationally adopted, definitions of the SI prefixes", instead of kilo for 1024.[3] To address this conflict, a new set of binary prefixes has been introduced, which is based on powers of 2. Therefore, 1024 bytes are defined as one kibibyte (1 KiB).
AmigaFuture
20th September 2018, 23:02
Update: BR-RB has imported 2 extras fine now, including the one in the log, and the movie. I'm now getting the menu settings set as I want. I didn't make a note of them before. Appreciate the minder, Dobbs.
Another note though, for fun, I attempted the process the outcome like a normal BD, and removed 1 extra...and with the BD-50 set, as well as DO NOT ENCODE forced, I clicked backup (Full) and BD is rerendering everything. Hmmm.. I thought that to be odd since it's 47GB. Had I set BD-25 I would expect that.
AmigaFuture
20th September 2018, 23:11
It is standardized binary unit. I see nothing goofy in that. GB treated in M$ way is goofy and 100% illogical because:
1kg = 1000 grams
1kW = 1000 Watts
1km = 1000 meters
1kHz = 1000 hertz
1kb = 1000 bits
1kB = 1024 bytes (WTF!?!)
kilo in metric system stands for 1000 not 1024!
You must be one of those people thinking that only scientist use metric system...
It was GB way before the GiB thing. I personally don't use the ISP way of counting, everything I use shows as MB/s. GB has been in use for more than 50 years. I agree totally with Ch3vr0n about "'lose' space after formatting".
Science is okay, but has much as it claims to be so awesome, it's also not a Religion I'll join 100%. Hehe. Science is cool, but it still does more guessing than I care for. When I was small, I knew there was a planet that was destroyed in our Solar System. But when I talked to "Science" people about it all I would get back is "that hasn't been confirmed, we don't have 'proof'.". After a bit "Whatever, facts and evidence aren't everything." was my thought. Still is. I'll leave it at that for now.
jdobbs
21st September 2018, 00:12
It is standardized binary unit. I see nothing goofy in that. GB treated in M$ way is goofy and 100% illogical because:
1kg = 1000 grams
1kW = 1000 Watts
1km = 1000 meters
1kHz = 1000 hertz
1kb = 1000 bits
1kB = 1024 bytes (WTF!?!)
kilo in metric system stands for 1000 not 1024!
You must be one of those people thinking that only scientist use metric system...It's not M$... it's the way it is treated in all matters related to computer science. Memory, for example: 1024 bytes=1KB, etc. that's because computers use binary numbers not decimal (they don't use fingers to count things like humans) and 1024 is an even binary number: 10000000000. I went to college before Microsoft existed... and it has always been 1024 in the computer world.
[Edit] Lot's of comments I guess I should have read before answering.
jdobbs
21st September 2018, 00:19
@AmigaFuture
I certainly can't agree with you there. Science and Math are the language of the universe -- and the universe really doesn't care about any of our opinions. Science never "guesses". If it is a guess... it isn't science. It only becomes science when it has been tested and proven.
Lathe
21st September 2018, 01:20
It's not M$... it's the way it is treated in all matters related to computer science. Memory, for example: 1024 bytes=1KB, etc. that's because computers use binary numbers not decimal (they don't use fingers to count things like humans) and 1024 is an even binary number: 10000000000. I went to college before Microsoft existed... and it has always been 1024 in the computer world.
[Edit] Lot's of comments I guess I should have read before answering.
Wow! They had colleges back then...?
Lathe
21st September 2018, 01:22
@AmigaFuture
I certainly can't agree with you there. Science and Math are the language of the universe -- and the universe really doesn't care about any of our opinions. Science never "guesses". If it is a guess... it isn't science. It only becomes science when it has been tested and proven.
Yeah, but don't forget... AF thinks he's gonna come back as a weasel...
AmigaFuture
21st September 2018, 01:54
@AmigaFuture
I certainly can't agree with you there. Science and Math are the language of the universe -- and the universe really doesn't care about any of our opinions. Science never "guesses". If it is a guess... it isn't science. It only becomes science when it has been tested and proven.
That's why I didn't go any further...in that post. I DO like science, and I wanted to clarify that later. Like now. :) Math is the language of multiple Cosmos. With that there is 0 doubt here. Ehhhh...to some degree I will agree that the Cosmos doesn't care about our opinions - but it is constantly communicating to everything. The Cosmos is very much black and white in what it does, but the way (many) people think, is a bit grey.
People who don't know the name Science, is their adventuring Scientific? Science is only a definition. Or personal exploration to discover/create more? Science has discovered Reincarnation if a fact. Something I already knew, but.. Anyway, it's a deep and fun subject for sure. I don't require science for answers; but sometimes the validation is fun. :)
AmigaFuture
21st September 2018, 01:55
Yeah, but don't forget... AF thinks he's gonna come back as a weasel...
Yeah, I already nailed being a jackass....(in some opinions...heehaw, heehaw!).
AmigaFuture
21st September 2018, 02:00
It's not M$... it's the way it is treated in all matters related to computer science. Memory, for example: 1024 bytes=1KB, etc. that's because computers use binary numbers not decimal (they don't use fingers to count things like humans) and 1024 is an even binary number: 10000000000. I went to college before Microsoft existed... and it has always been 1024 in the computer world.
Math is not even close to my best subject, BUT...this reply is what learned a long time ago also. It makes very good logical sense, .........still.
I wonder if the "new math" is where the GiG and MiB thing is coming from? Hmm... Lots of people where I live are having a very difficult time getting it accepted. I haven't checked into it, so I'm guessing.
Lathe
21st September 2018, 02:27
yeah, i already nailed being a jackass....(in some opinions...heehaw, heehaw!).
. :)
MrVideo
21st September 2018, 04:37
Run-time error '70': Permission Denied.
I've run into this error and have reported it. I already have IMPORT_PREPARE_MKV=0 set. It doesn't happen often, but it happened yesterday. All I did was restart the project and all was well. Win7 just seems to love screwing with me.
AmigaFuture
21st September 2018, 06:15
. :)
Not...because nothing ever ends. Except a sentence. Neener, neener! Disappointed, I was expecting a graphic of some kind.
AmigaFuture
21st September 2018, 06:20
I've run into this error and have reported it. I already have IMPORT_PREPARE_MKV=0 set. It doesn't happen often, but it happened yesterday. All I did was restart the project and all was well. Win7 just seems to love screwing with me.
Did it hurt when you ran into it?
I've reported before also. Sometimes a restart of a project clears it here also. So, Windows 7 has feelings and is aiming it's A.I. at you to get some kind of ....."screw with you judgement" on you? Hmm..and here I thought only people do that. :p Well, okay, some people also point the Sky for that kind of "Heey, man, why me??" which is extremely silly to me. As JD has so eloquently typed before, "People often shoot themselves in the foot." but that's not verbatim. My thinkth I'll be correcth soonth...hehe.
Lathe
21st September 2018, 06:41
Not...because nothing ever ends. Except a sentence. Neener, neener! Disappointed, I was expecting a graphic of some kind.
http://lathe-of-heaven.com/back_smiley.gif
Atak_Snajpera
21st September 2018, 09:19
Math is not even close to my best subject, BUT...this reply is what learned a long time ago also. It makes very good logical sense, .........still.
I wonder if the "new math" is where the GiG and MiB thing is coming from? Hmm... Lots of people where I live are having a very difficult time getting it accepted. I haven't checked into it, so I'm guessing.
A lot of people in USA have even problems to accept ultra logical and easy to use metric system so I'm not surprised that you refuse to acknowledge that 1KiB = 1024 and 1kB = 1000. I guess that some people just like to live in that schizophrenic state where kilo means 1000 and 1024 at the same time. In metric world this is just plain stupid.
Metric system vs imperial
https://www.youtube.com/watch?v=EUpwa0je6_Y
I went to college before Microsoft existed... and it has always been 1024 in the computer world.
Linux has no problem with showing correct binary units like GiB. So yes! The problem is in old farts in M$ refusing to add one letter "i".
https://i.postimg.cc/ZKxmB2yP/Untitled-1.png
jdobbs
21st September 2018, 11:58
Wow! They had colleges back then...?They even had computers... but, of course, we had to shovel coal into them to keep the steam pressure up.
jdobbs
21st September 2018, 12:18
A lot of people in USA have even problems to accept ultra logical and easy to use metric system so I'm not surprised that you refuse to acknowledge that 1KiB = 1024 and 1kB = 1000. I guess that some people just like to live in that schizophrenic state where kilo means 1000 and 1024 at the same time. In metric world this is just plain stupid.
Metric system vs imperial
https://www.youtube.com/watch?v=EUpwa0je6_Y
Linux has no problem with showing correct binary units like GiB. So yes! The problem is in old farts in M$ refusing to add one letter "i".It has nothing to do with acceptance. It has to do with fact. Computers are binary whether you like it or not — including those running Linux. What you call it doesn’t matter... but there isn’t a computer on the planet that has 1000 bytes of memory, or 1,000,000 bytes of memory. The address bus is binary so the memory falls on even binary boundaries. Making a decision to “round” to an even decimal number doesn’t change that fact. It just results in inaccuracy and confusion.
Just because humans have 10 fingers doesn’t mean the universe has to bend to our will and make everything conform to our wishes.
But, the bottom line is that this is all semantics. Call it whatever floats your boat, but even decimal numbers have no place in defining boundaries in computer science. If you want to use GiB... fine. But that just makes GB a useless term, and starts the discussion as to why adding an “i” somehow solved something. The real argument is whether “kilo”, “mega”, or “giga” should even be used in a binary context, but it’s too late for that.
jdobbs
21st September 2018, 18:11
I have updated the first post in this thread with a link to the lastest release of BD Rebuilder (v0.60.01). Changes for this release:- Added experimental support for UHD-BD.
- Added FFMPEG to the package to facilitate
10 bit frame serving for UHD encoding.
- Added a new hidden option UHD_LIMIT_ENCODE
which limits encodes to 10 mins for each
M2TS. Meant for testing a backup before
starting actual extended UHD-BD encoding.
- Added video file support when selecting a
background image for menus. Now you can
choose an MKV, MP4, or M2TS to provide a
full motion video for the background.
- Corrected an error in which subtitles that
have been imported in SRT format and then
output to SRT, where there were multiple
subtitles, were not included correctly in
ALTERNATE output.
- Added a new hidden option SPECIAL_3D_MUX.
If set to 1 the TSMUXER parameters for
"insertSEI" and "contSPS" are excluded
from the video command line in the meta
file. Some have reported that this fixes
pixelation that has been experienced.
- Added an adjustment for audio overhead when
muxing mono or stereo AC3 encodes (there
is a more significant overhead in the M2TS
muxtiplexing by TSMUXER for some reason).
This prevents occasional oversizing on
these types of sources.
- Added a check to correct a TSMUXER error in
which is misinterprets stereo AAC audio as
mono.
- Fixed errors related to creating extremely
large batch queues.
- Fixed an error in ALTERNATE processing in
which keeping intact audio from an imported
AAC source would cause "ERROR in attempt to
mux (MKVMERGE)".
- Corrected a problem in which IVTC while
using DirectshowSource() could cutoff the
video before the end of the stream.
- Updated the ALTERNATE selection dialog so
that bitrates can be changed for individual
presets.
- Increased the maximum number of files that
can be imported simultaneously.
- Added a 1 second delay after preparing a
file during import. This is an attempt to
correct what might be a "race" issue that
has been reported but I couldn't repeat.
- Updated the included version of MEDIAINFO
to version 17.12 in order to support
reporting of HDR parameters.
- Updated the included version of X265-64.EXE
to v2.8.68 10 bit version.
- Other minor corrections and cosmetic fixes. Please note that the UHD support is not finalized. I've posted it so beta testers can run it, comment, and (hopefully) provide information that will make it work better.
musiclover
21st September 2018, 21:46
@jdobbs
Thanks for the new version. It is a pity that the bug with making a dvd from a 50 fps source has not yet been solved. I hope that is still on your to-do-list and will be addressed in the next version.
see #27362 #27377 #27378 #27381 #27383 #27384 #27385 in this thread.
jdobbs
21st September 2018, 23:49
@jdobbs
Thanks for the new version. It is a pity that the bug with making a dvd from a 50 fps source has not yet been solved. I hope that is still on your to-do-list and will be addressed in the next version.
see #27362 #27377 #27378 #27381 #27383 #27384 #27385 in this thread.Have you tried it? I remember looking at it, but it's been a long time. I obviously didn't document the fix if I did.
musiclover
22nd September 2018, 09:21
Have you tried it? I remember looking at it, but it's been a long time. I obviously didn't document the fix if I did.
I have tried it and the bug is still there.
jdobbs
22nd September 2018, 15:01
I have tried it and the bug is still there.Ok. I noticed another bug that apparently was a result of a last minute compile... so I'll see if I can fix your issue and post another version.
Ch3vr0n
22nd September 2018, 17:28
- Added a new hidden option SPECIAL_3D_MUX. If set to 1 the TSMUXER parameters for "insertSEI" and "contSPS" are excluded from the video command line in the meta file. Some have reported that this fixes pixelation that has been experienced.
YAY, will definitely test that one as soon as you publish that updated build
Blurayhd
22nd September 2018, 19:04
Hi all first thank you Jdobbs for last release, and I need to ask somebody could recommend some Bluray/MKV player for image capturing and testing? I mean, I have some backups encode with Bd Rebuilder but I need to compare the movies so I need some player that can let me navegate frame by frame and get the screenshot, IŽll really aprecciate it, thank you in advance
varekai
22nd September 2018, 20:14
Hi all first thank you Jdobbs for last release, and I need to ask somebody could recommend some Bluray/MKV player for image capturing and testing? I mean, I have some backups encode with Bd Rebuilder but I need to compare the movies so I need some player that can let me navegate frame by frame and get the screenshot, IŽll really aprecciate it, thank you in advance
PotPlayer amd MPC-HC is my choice:
https://potplayer.daum.net/
https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema
They cannot play BDMV folders (no menus) so you'll have to pick the right .mpls to play.
dracore
22nd September 2018, 21:45
thank you for adding UHD support - alot of testing will be done :) - donation will be sent in the week
Blurayhd
22nd September 2018, 21:58
PotPlayer amd MPC-HC is my choice:
https://potplayer.daum.net/
https://www.videohelp.com/software/Media-Player-Classic-Home-Cinema
They cannot play BDMV folders (no menus) so you'll have to pick the right .mpls to play.
Thank you for helping me, I just tried both but I cant find the screenshot capture option
musiclover
23rd September 2018, 09:47
Ok. I noticed another bug that apparently was a result of a last minute compile... so I'll see if I can fix your issue and post another version.
GREAT !!! I'm looking forward to it.
varekai
23rd September 2018, 10:48
Thank you for helping me, I just tried both but I cant find the screenshot capture option
Google is your best friend! :rolleyes:
screenshot+capture+option+mpc-hc
screenshot+capture+option+potplayer
https://aboutdevice.com/how-to-take-snapshot-screenshot-with-potplayer/
https://aboutdevice.com/take-snapshot-screenshot-with-mpc-hc/
Blurayhd
23rd September 2018, 21:42
Google is your best friend! :rolleyes:
screenshot+capture+option+mpc-hc
screenshot+capture+option+potplayer
https://aboutdevice.com/how-to-take-snapshot-screenshot-with-potplayer/
https://aboutdevice.com/take-snapshot-screenshot-with-mpc-hc/
I got it and thank you buddy
MrVideo
24th September 2018, 04:44
- Added video file support when selecting a
background image for menus. Now you can
choose an MKV, MP4, or M2TS to provide a
full motion video for the background.
1) How to tell BDRB to use the audio contained with the video?
2) How to tell BDRB to display the menu text at the end of the video?
Take a look at this motion video (http://vidiot.com/video/Castle-HD-1080-logo-S1-D1-bkg.mkv). As can be seen, displaying the menu text when the video starts to play is not good. This is the type of video where the menu text needs to be displayed at the end. Maybe a hidden option: DISPLAY_MOTION_TEXT=0 where 0 means at the start and 1 means at the end.
Before anyone asks, the three seconds of black at the start is to allow the audio amp to detect the type of audio stream.
jdobbs
24th September 2018, 04:54
1) How to tell BDRB to use the audio contained with the video?
2) How to tell BDRB to display the menu text at the end of the video?
Take a look at this motion video (http://vidiot.com/video/Castle-HD-1080-logo-S1-D1-bkg.mkv). As can be seen, displaying the menu text when the video starts to play is not good. This is the type of video where the menu text needs to be displayed at the end. Maybe a hidden option: DISPLAY_MOTION_TEXT=0 where 0 means at the start and 1 means at the end.
Before anyone asks, the three seconds of black at the start is to allow the audio amp to detect the type of audio stream.1. Audio still has to be added separately
2. No way to do that right now. I had just planned to provide motion video as the background. Thatd be outside the scope of what I intended for it.
MrVideo
24th September 2018, 09:38
1. Audio still has to be added separately
That I can easily work around.
2. No way to do that right now. I had just planned to provide motion video as the background. That’d be outside the scope of what I intended for it.
This I can't work around. How about a first video thing? That is where a video is played before the menu? Not sure what it is called with BD authoring. With DVDs, IIRC, it was called the first play.
jdobbs
25th September 2018, 00:14
Just a note: I think I'm close on the UHD-BD reencodes. I found some interesting information that has (at least on one title) gotten rid of the issues I was having. I think its a combination X265/TSMUXER thing. More to come.
By the way... if anyone has any information they've gathered on the UHD-BD standard they can share (extensions etc. for HEVC and UHD), it would sure help me out.
jdobbs
25th September 2018, 00:15
That I can easily work around.
This I can't work around. How about a first video thing? That is where a video is played before the menu? Not sure what it is called with BD authoring. With DVDs, IIRC, it was called the first play.I'll see what I can do... but no promises.
MrVideo
25th September 2018, 01:27
I'll see what I can do... but no promises.
Thanks. I'll keep this project on hold for the time being.
AmigaFuture
25th September 2018, 05:21
Google is your best friend! :rolleyes:
screenshot+capture+option+mpc-hc
screenshot+capture+option+potplayer
https://aboutdevice.com/how-to-take-snapshot-screenshot-with-potplayer/
https://aboutdevice.com/take-snapshot-screenshot-with-mpc-hc/
Google is NOT your Friend, they track everything you do. Even when Preferences are set to NOT watch. Use DuckDuckGo.com.
For MPC-HC which is also not getting enough donations..but an excellent program - Start the video, Pause it (click once in screen), Right Click anywhere, and from Menu at the TOP hover over Fire and then Save Image. There it is...
varekai
25th September 2018, 10:05
Google is NOT your Friend, they track everything you do. Even when Preferences are set to NOT watch.
https://i.imgur.com/AEilauU.jpg
FreaQ
25th September 2018, 14:01
After a long time I tried to use BD-RB today again.
I just wanted to blank some annoying warnings and keep the rest as is.
Even though the option FORCE_NOENCODE=1 is set, BD-RB reencodes the video.
So I tried a dryrun with all extras, movie and warnings enabled. I also set the target size to 55000 MB. At first it was promising, the short warnings were not reencoded. But as soon as the movie kicked in BD-RB startet reencodeing. I aborted the process.
I am not sure if I am missing something. The BD has multiangle (3 angles).
----------------------
[09.25.18] BD Rebuilder v0.50.25
[14:39:38] Source:
- Input BD size: 40,89 GB
- Approximate total content: [02:31:47.906]
- Target BD size: 53,71 GB
- Windows Version: 6.2 [9200]
- Quality: High Quality (Default), Two Pass
- Decoding/Frame serving: X264/LAVF
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
[14:39:38] PHASE ONE, Encoding
- [14:39:38] Processing: VID_00006 (1 of 99)
- [14:39:38] Extracting A/V streams [VID_00006]
- [14:39:42] Reencoding video [VID_00006]
- [14:39:42] Keeping original video (no reencode)
- [14:39:43] Processing audio tracks
- Track 4352 (eng): Keeping original audio
- [14:39:43] Multiplexing M2TS
- [14:39:46] Processing: VID_00100 (2 of 99)
- [14:39:46] Extracting A/V streams [VID_00100]
- [14:39:50] Reencoding video [VID_00100]
- [14:39:50] Keeping original video (no reencode)
- [14:39:50] Processing audio tracks
- [14:39:50] Multiplexing M2TS
.
.
.
- [14:50:26] Processing: VID_00339 (89 of 99)
- [14:50:26] Extracting A/V streams [VID_00339]
- [14:50:29] Reencoding video [VID_00339]
- [14:50:29] Keeping original video (no reencode)
- [14:50:29] Processing audio tracks
- [14:50:29] Multiplexing M2TS
- [14:50:33] Processing: VID_00340 (90 of 99)
- [14:50:33] Extracting A/V streams [VID_00340]
- [14:50:37] Reencoding video [VID_00340]
- [14:50:37] Keeping original video (no reencode)
- [14:50:37] Processing audio tracks
- [14:50:37] Multiplexing M2TS
- [14:50:40] Processing: VID_00341 (91 of 99)
- [14:50:40] Extracting A/V streams [VID_00341]
- [14:50:44] Reencoding video [VID_00341]
- [14:50:44] Keeping original video (no reencode)
- [14:50:44] Processing audio tracks
- [14:50:44] Multiplexing M2TS
- [14:50:48] Processing: VID_00810 (92 of 99)
- [14:50:48] Extracting A/V streams [VID_00810]
- [14:50:53] Reencoding video [VID_00810]
- Source Video: MPEG-4 (AVC), 1920x1080
- Rate/Length: 23,976fps, 2.214 frames
- Bitrate: 28.750 Kbs
- [14:50:53] Reencoding: VID_00810, Pass 1 of 2
- [14:51:11] Reencoding: VID_00810, Pass 2 of 2
[14:51:16]PHASE ONE aborted by user request
[Options]
VERSION=0.50.0.24
MODE=0
ENCODE_QUALITY=2
ONEPASS_ENCODING=0
AUTO_QUALITY=0
SD_CONVERT=0
OPEN_GOP=0
RESIZE_1080=0
RESIZE_1440=0
RESIZE_720=0
DEINTERLACE=0
SD_TO_1080=0
CONVERT_WIDE=0
DTS_REENCODE=0
AC3_REENCODE=0
AC3_640=1
AC3_192=0
KEEP_HD_AUDIO=1
AVCHD=1
REMOVE_WORKFILES=1
MOVIE_ONLY_LOOP=0
REMOVE_OUTPUT=0
USE_FILTERS=0
BDMV_CERT_ONLY=1
USE_LAVF=0
IVTC_PULLDOWN=1
ASSUME_DVD_PAL=1
UNMASK_CHAPTER=1
COMPLETION_BEEP=0
DGDECNV=0
OUTPUT_3D=0
NEROAAC=0
SUPTITLE=0
AUDIO_TRACK_LIMIT=0
SUBTITLE_TRACK_LIMIT=0
CUSTOM_TARGET_SIZE=55000
ENABLE_TEST=1
ENABLE_BLANKING=1
DTSX_ENABLE=1
AUDIO_TO_KEEP=deu;eng;ger;
SUBS_TO_KEEP=deu;eng;ger;
MIN_M2TS_SIZE=1
BLANK_THRESHOLD=10
TARGET_SIZE=55000
FORCE_NOENCODE=1
ENCODER=0
IGNORE_3D=0
AUDIO_DRC=0
DECODER=2
FRIMSOURCE=0
OUTPUT_SBS=0
PGSTOSRT=0
Ch3vr0n
25th September 2018, 15:12
And now post the full log unedited. The source volume name is missing among other things
Verstuurd vanaf mijn Nexus 6P met Tapatalk
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.