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. |
![]() |
#1701 | Link | |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,177
|
LameXP v4.19 Beta-2
https://sourceforge.net/projects/lam...8.exe/download Quote:
|
|
![]() |
![]() |
![]() |
#1702 | Link |
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 1,549
|
Couple of days the service is unavailable on downloading.
Strange enough, only one mirror has the download file. Can you please provide a mirror? Binary expired here ![]()
__________________
@turment on Telegram |
![]() |
![]() |
![]() |
#1703 | Link |
Registered User
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 2,944
|
SourceForge downloading can be a bit unreliable...
What always works here is to click on "Problems Downloading?" and then choose the "Direct Link". Just checked for the latest Beta-2, no problems. |
![]() |
![]() |
![]() |
#1704 | Link | |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,177
|
Quote:
https://pastebin.com/6vhtLuZi As far as problems with SourceForge.net downloads are concerned, there is not much I can do about this, but I just downloaded the latest version from SourceForge.net without any problem.
__________________
There was of course no way of knowing whether you were being watched at any given moment. How often, or on what system, the Thought Police plugged in on any individual wire was guesswork. Last edited by LoRd_MuldeR; 10th September 2020 at 15:09. |
|
![]() |
![]() |
![]() |
#1705 | Link | ||
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,177
|
LameXP v4.19 Beta-3
https://sourceforge.net/projects/lam...0.exe/download Quote:
Quote:
__________________
There was of course no way of knowing whether you were being watched at any given moment. How often, or on what system, the Thought Police plugged in on any individual wire was guesswork. Last edited by LoRd_MuldeR; 21st September 2020 at 21:27. |
||
![]() |
![]() |
![]() |
#1706 | Link |
Registered User
Join Date: May 2007
Location: Wisconsin
Posts: 1,751
|
I notice while starting the program on my XP-32 box, it warns that dwnapi.dll is missing. Doing a little bit of research, I find out that its use starts with Vista. OK, but the strange part is that versions for XP-32 can be found and downloaded.
Is dwmapi really needed and what is it used for with regards to LameXP? I'm guessing that it isn't really important, since the program runs just fine without it. |
![]() |
![]() |
![]() |
#1707 | Link |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,177
|
Some Windows API functions are only available in newer Windows versions. If we linked these functions statically, then the executable would no longer be able to run on "old" Windows versions.
The workaround is to import these "optional" functions dynamically, at runtime, via LoadLibrary() and GetProcAddress(). This way, we can use the new API functions where available, but still continue without them otherwise. Specifically, the DWM (Desktop Window Manager) is only available in Windows Vista an later. LameXP uses DwmEnableBlurBehindWindow() from Dwmapi.dll to enable fancy "Aero" effects on support OS versions. ![]()
__________________
There was of course no way of knowing whether you were being watched at any given moment. How often, or on what system, the Thought Police plugged in on any individual wire was guesswork. Last edited by LoRd_MuldeR; 16th October 2020 at 23:11. |
![]() |
![]() |
![]() |
#1709 | Link |
Registered User
Join Date: May 2007
Location: Wisconsin
Posts: 1,751
|
Slight problem... the beta has expired. I know, it keeps working. That is why it is slight.
Another slight problem... when trying to check for a new version, the beta says that my internet connection is broken. It isn't.
__________________
My Total Eclipse 2017 Photos My Nov 2019 Game of Thrones Tour My NEOWISE Comet Photos 2020 Last edited by MrVideo; 22nd October 2020 at 01:53. |
![]() |
![]() |
![]() |
#1710 | Link | |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,177
|
Quote:
![]() Can you can press F11 in the update window to show the log? |
|
![]() |
![]() |
![]() |
#1711 | Link |
Registered User
Join Date: May 2007
Location: Wisconsin
Posts: 1,751
|
Here is the result:
Code:
Checking your Internet connection... Connecting to host: www.ebay.com ERROR: Terminated with unknown code -1073741515 Connecting to host: www.gnu.org ERROR: Terminated with unknown code -1073741515 Connecting to host: bandcamp.com ERROR: Terminated with unknown code -1073741515 Connecting to host: neocities.org ERROR: Terminated with unknown code -1073741515 Connecting to host: www.avidemux.org ERROR: Terminated with unknown code -1073741515 [...] Connecting to host: support.proboards.com ERROR: Terminated with unknown code -1073741515 Connecting to host: www.oxford.gov.uk ERROR: Terminated with unknown code -1073741515 Connecting to host: www.jd.com ERROR: Terminated with unknown code -1073741515 Connecting to host: marknelson.us ERROR: Terminated with unknown code -1073741515 Connecting to host: www.libav.org ERROR: Terminated with unknown code -1073741515 Connectivity test has failed: Internet connection appears to be broken! |
![]() |
![]() |
![]() |
#1712 | Link |
Registered Developer
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,043
|
-1073741515 is C0000135, which means "DLL not found". Some component involved in the connection process is not present.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders |
![]() |
![]() |
![]() |
#1713 | Link | ||
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,177
|
Quote:
Quote:
If I remember correctly, you are one of those diehard Windows XP users. Not that we should care at this point, but for me the cURL binary that ships with LameXP works fine on my Windows XP (with SP-3) VM: ![]() You could try opening the "lxp_curl.exe" form the LameXP "temp" directory with Dependency Walker and see if it reveals anything...
__________________
There was of course no way of knowing whether you were being watched at any given moment. How often, or on what system, the Thought Police plugged in on any individual wire was guesswork. Last edited by LoRd_MuldeR; 8th November 2020 at 13:51. |
||
![]() |
![]() |
![]() |
#1714 | Link |
Registered User
Join Date: Oct 2017
Posts: 11
|
Opus tag redundancy / oddity
Something I've intended to mention for quite a while... (It seems to be cosmetic only (NOT? SEE EDIT!), but it is confusing nonetheless.)
When I transcode one or more files to (an) Opus file(s), regardless of the Quality / Bitrate setting on the Compression tab, if I set a different bitrate in the OpusEnc text entry box in the Custom Encoder Parameters portion of the Advanced Options tab), the resulting file's ENCODER_OPTIONS: tag contains an extra artifact from the Compression tab. In this example, the Compression tab was set to ≈ 144 kbps and my custom parameter was --bitrate 150, which resulted in the following ENCODER_OPTIONS tag: ENCODER_OPTIONS : --vbr --comp 10 --framesize 20 --bitrate 144 --bitrate 150 The resulting file is the same as if the setting from the Compression tab were not present; the file is identical to one encoded with --bitrate 150. Either the second --bitrate option supersedes the first one on the command line, the setting from the tab is being inserted into the tag prior to the custom setting, or both. I guess it's NOT cosmetic only (Edit #2: my mistake... it is only cosmetic, as LoRd_MuldeR reminded me (below)): I just re-encoded the same file with a higher bitrate on the Compression tab (≈160) and got a larger file (tag says ENCODER_OPTIONS : --vbr --comp 10 --framesize 20 --bitrate 160 --bitrate 150), which remained larger/160kbps when I changed to 12kbps and re-encoded (custom still set to 150, tag says ENCODER_OPTIONS : --vbr --comp 10 --framesize 20 --bitrate 12 --bitrate 150) , but removing the custom option completely gave me a tiny file with an overall (VBR/quality) bit rate of 12.5 kbps. The tag ends with --bitrate 12 as it should. Over the years since the Compression tab's --bitrate=??? text has been visible in the ENCODER_OPTIONS tag prior to the custom value, I have noticed no other strange tagging issues when I've had settings on the "ordinary" tabs that differ from any custom options I have set. I haven't tested exhaustively. I'm using the latest beta, but I've noticed the tagging issue for many, many months and versions. ------------- I was in a hurry at the end when I posted this yesterday. I neglected to thank you for your help and response, LoRd_MuldeR. I'll insert it now (Sunday 06.December 2020) and in this message to avoid creating another message at the bottom of the thread. Thank you! ![]() Last edited by danlock; 7th December 2020 at 20:44. Reason: re-encoding w/higher-bitrate and then to a lower-bitrate without changing custom setting retains the higher-bitrate |
![]() |
![]() |
![]() |
#1715 | Link |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,177
|
Well, it is not under our control what exactly OpusEnc stores in the "ENCODER_OPTIONS" meta tag. That's an OpusEnc thing.
Anyways, it would appear that OpusEnc simply stores the "raw" (full) command-line, not just the effective encoder options. This explains why you will see "--bitrate" twice, iff you add "--bitrate" to the "Custom Encoder Parameters": LameXP already generates the "--bitrate" option for you, based on the selected bitrate, on the "Compression" tab. Consequently, if you add that option again, as a custom parameter, you'll end up with two times "--bitrate" in the command-line. Furthermore, the general convention for conflicting command-line options is that the last one takes precedence. And that is exactly what OpusEnc seems to follow here ![]()
__________________
There was of course no way of knowing whether you were being watched at any given moment. How often, or on what system, the Thought Police plugged in on any individual wire was guesswork. Last edited by LoRd_MuldeR; 6th December 2020 at 04:12. |
![]() |
![]() |
![]() |
Tags |
aac, aotuv, flac, lame, lamexp, mp3, mp4, ogg, oggenc, opus, vorbis |
Thread Tools | Search this Thread |
Display Modes | |
|
|