search for: encrupted

Displaying 13 results from an estimated 13 matches for "encrupted".

Did you mean: encrpted
1998 Oct 01
2
w98
Hi! I have installed Samba 1.9.17p4 on Linux server. PC with Windows95 and Windows NT( with registery set to enable plain text password) are connected without any problem. But PC with Windows98 are not. Can anybody help me to resolve this problem? Thank you. Best regards, Oleg Kustov
2017 Oct 18
3
OPUS vs MP3
Good morning. I've ran a test against MP3 format. Code: (first convert tested audio file to 16 bit 48khz with sox.exe if needed) lame.exe -b 320 48khzfilein.wav -o fileout.mp3 lame --decode fileout.mp3 -o fileout.mp3.wav opusenc.exe --bitrate 320 48khzfilein.wav fileout.opus opusdec.exe fileout.opus fileout.opus.wav wavdiff.exe 48khzfilein.wav fileout.mp3.wav -diff fileout.mp3.delta.wav
2017 Oct 31
3
OPUS vs MP3
...sten to the image difference on this clip: https://jmvalin.ca/misc_stuff/diff.wav Can you hear how good the visual quality is? Do you think it could be improved to make JPEG sound better? Personally, I think JPEG could do better on my subwoofer. Cheers, Jean-Marc On 10/18/2017 07:08 PM, encrupted anonymous wrote: Good morning. I've ran a test against MP3 format. Code: (first convert tested audio file to 16 bit 48khz with sox.exe if needed) lame.exe -b 320 48khzfilein.wav -o fileout.mp3 lame --decode fileout.mp3 -o fileout.mp3.wav opusenc.exe --bitrate 320 48khzfilein.wav fileout.opu...
2017 Nov 16
2
Opus vs AAC (endurance test)
using iTunes i've noticed that AAC is very good at re-encoding own lossy sound. let's test Opus! neroaacenc.exe -q 0.75 -if 000.wav -of 001.m4a neroaacdec.exe -if 001.m4a -of aac001.wav wavdiff.exe 000.wav aac001.wav Comparing 000.wav - aac001.wav... Max diff: -17.3867dB RMS diff: -33.0851dB Mean diff: -32.4582dB opusenc.exe --bitrate 512 "000.wav" 001.opus opusdec.exe 001.opus
1998 Oct 02
1
browsing over workgroups problem
Each samba server in our network is providing shares on two workgroups. How can we establish that it announce itself directly in those two groups, without showing up in the other groups of the network. We defined one WINS server, which is the domain master. We could define 'local masters' but they would show up only in one of the two groups. We have tried the 'remote
2017 Oct 30
0
OPUS vs MP3
...can listen to the image difference on this clip: https://jmvalin.ca/misc_stuff/diff.wav Can you hear how good the visual quality is? Do you think it could be improved to make JPEG sound better? Personally, I think JPEG could do better on my subwoofer. Cheers, Jean-Marc On 10/18/2017 07:08 PM, encrupted anonymous wrote: > Good morning. > > I've ran a test against MP3 format. > > Code: (first convert tested audio file to 16 bit 48khz with sox.exe if > needed) > lame.exe -b 320 48khzfilein.wav -o fileout.mp3 > lame --decode fileout.mp3 -o fileout.mp3.wav > opusenc.ex...
2017 Nov 07
1
opus vs vorbis
did another test of many. NeroAAC q=1 @400kbps and Vorbis q=10 @412kbps shared 2nd place. OPUS @330 kbps - 3rd place. LAME MP3 q=0 @320 kbps - 1st place. ---JPEG file attached--- Please disable speech synthezation in OPUS for 96 kbps and up. I don't want my music sound like from a phone speaker! Or what is the problem? Modern codec at high bitrates should produce nearly bit-exact sound, not
2017 Nov 07
0
opus vs vorbis
On 7 Nov 2017 13:36, Lucas Clemente Vella <lvella at gmail.com> wrote: 2017-11-07 11:10 GMT-02:00 encrupted anonymous <sergeinakamoto at gmail.com<mailto:sergeinakamoto at gmail.com>>: did another test of many. NeroAAC q=1 @400kbps and Vorbis q=10 @412kbps shared 2nd place. OPUS @330 kbps - 3rd place. LAME MP3 q=0 @320 kbps - 1st place. ---JPEG file attached--- Please disable speech synthez...
2017 Nov 16
0
Opus vs AAC (endurance test)
Opus is specifically designed to survive tandeming but you need to keep the frames aligned and not mess with the gain, which your tools probably do not do. On Thu, Nov 16, 2017 at 10:58 PM, encrupted anonymous < sergeinakamoto at gmail.com> wrote: > using iTunes i've noticed that AAC is > very good at re-encoding own lossy sound. > let's test Opus! > > neroaacenc.exe -q 0.75 -if 000.wav -of 001.m4a > neroaacdec.exe -if 001.m4a -of aac001.wav > wavdiff.exe 000...
2017 Oct 31
0
OPUS vs MP3
...av >> >> Can you hear how good the visual quality is? Do you think it could be >> improved to make JPEG sound better? Personally, I think JPEG could do >> better on my subwoofer. >> >> Cheers, >> >> Jean-Marc >> >> On 10/18/2017 07:08 PM, encrupted anonymous wrote: >>> Good morning. >>> >>> I've ran a test against MP3 format. >>> >>> Code: (first convert tested audio file to 16 bit 48khz with sox.exe if >>> needed) >>> lame.exe -b 320 48khzfilein.wav -o fileout.mp3 >>&gt...
1997 Jul 29
6
remove
remove
2017 Oct 31
3
Antw: Re: OPUS vs MP3
...av >> >> Can you hear how good the visual quality is? Do you think it could be >> improved to make JPEG sound better? Personally, I think JPEG could do >> better on my subwoofer. >> >> Cheers, >> >> Jean-Marc >> >> On 10/18/2017 07:08 PM, encrupted anonymous wrote: >>> Good morning. >>> >>> I've ran a test against MP3 format. >>> >>> Code: (first convert tested audio file to 16 bit 48khz with sox.exe if >>> needed) >>> lame.exe -b 320 48khzfilein.wav -o fileout.mp3 >>&gt...
2010 Dec 21
5
Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id
Hey all, I know that this: Called id for nil, which would mistakenly be 4 -- if you really wanted the id of nil, use object_id means that I have an instance variable that has not been initialized. However, I''m a little confused as to what to do in a signup form for form_for: <% content_for :login do %> <% form_for @user, :url => { :action => "login" } do