Service Windows Audio (AudioSrv) manages audio devices for Windows-based programs. If this service is stopped, audio devices and effects will not function properly. If this service is disabled, any services that explicitly depend on it will fail to start .
Especially often above the fault with the sound happens when you install / reinstall Windows XP, when the motherboard drivers are installed automatically . So - if a problem occurs - it is recommended to install them manually - separately for each device - via a dialog box Device Manager.
---
It seems that the built-in controller MS does not miss the sounds / blocks the driver.
> In the Device Manager tab "Sound, video and game controllers" to remove Intel display audio and Realtek HD audio. (look at your sound card);
>> Open the tab "System devices" and remove High Definition audio controller - in times Win XP helped me
Reload this laptop.
Then install Intel display audio (find and download driver Intel ® HD Graphics and Intel Graphics Media Accelerator online Intel) and driver Realtek HD audio. (look at your sound card).
+ Reply to Thread
Results 901 to 930 of 2343
-
Last edited by Gravitator; 22nd May 2014 at 05:19. Reason: Please remove the post (not fit the theme / mistake)
-
When will be the next version of Hybrid appear?
<br><br>
https://raw.githubusercontent.com/FFmpeg/FFmpeg/master/Changelog
<br><br>
For software developers: <br><br>Next (v. 2.3) FFMPEG will support DXVA2 decoding to accelerate the video transcoding!!!<br><br>
What do you think, Will it increase the transcoding speed? -
-
FFMPEG will support DXVA2 decoding to accelerate the video transcoding!!!
Also in Hybrid, in most cases it will probably not help when Avisynth is used, because when Avisynth is used ffmpeg is normally only used for audio decoding.
When will be the next version of Hybrid appear?
+ I also need to think some more about:
a. dropping DivX265 with ' -aqo 5' support since like Graviator reported it does seem to break mp4 muxing
b. whether the next version will support x265s "--psy-rd" since that seems to introduce artifacts atm.
Cu Selur -
Works here. Judging by the image there is some sort of color space mix-up.
-
I'm totally unclear how I should interpret what you write.
I used the akiyo_cif.y4m as input and reencoded with the version I send you a link to.
With Avisynth and 'RGBAdjust on' / 'RGBAdjust off' and without Avisynth:
without Avisynth:
Code:ffmpeg -y -r 30000/1001 -i "H:\akiyo_cif.y4m" -an -sn -threads 8 -vsync 0 -r 30000/1001 -pix_fmt yuv422p10le -vcodec prores_aw -f mov "H:\Output\withoutAvisynth_10_25_54_9010_01.mov"
Code:mencoder -lavdopts threads=8 -really-quiet -of rawvideo -o - -ovc raw -vf scale,format=i420,scale,format=422p -forcedsubsonly -nosub -nosound -mc 0 "H:\Temp\encodingTempAvisynthSkript_10_26_34_5610.avs" | ffmpeg -y -pix_fmt yuv422p -s 352x288 -f rawvideo -i - -threads 8 -vf swapuv -r 29.97 -vcodec prores_aw -f mov "H:\Output\withRGBAdjust_on_10_26_34_5610_02.mov"
Code:SetMemoryMax(768) SetMTMode(3,0) # change MT mode LoadPlugin("G:\Hybrid\avisynthPlugins\RawSource26.dll") # loading source SetMTMode(5) # change MT mode RawSource("H:\AKIYO_~1.Y4M") # color modifications SetMTMode(2) # change MT mode ConvertToRGB(interlaced=false, matrix="PC.601") RGBAdjust(1,1,1,1,0,0,0,0,analyze=false,dither=false) ConvertToYv12(interlaced=false, matrix="PC.601") distributor() return last
Code:mencoder -lavdopts threads=8 -really-quiet -of rawvideo -o - -ovc raw -vf scale,format=i420,scale,format=422p -forcedsubsonly -nosub -nosound -mc 0 "H:\Temp\encodingTempAvisynthSkript_10_27_08_6910.avs" | ffmpeg -y -pix_fmt yuv422p -s 352x288 -f rawvideo -i - -threads 8 -vf swapuv -r 29.97 -vcodec prores_aw -f mov "H:\Output\withRGBAdjust_off_10_27_08_6910_02.mov"
Code:SetMemoryMax(768) SetMTMode(3,0) # change MT mode LoadPlugin("G:\Hybrid\avisynthPlugins\RawSource26.dll") # loading source SetMTMode(5) # change MT mode RawSource("H:\AKIYO_~1.Y4M") distributor() return las
Cu Selur
Ps.: The akiyo_cift.y4m I used is from Derf's Test Media Collection -
I did the same things you did and got two files (Output.7z) which are both not broken.
To make sure the problem is not related to some difference with the Avisynth filters, I also attached my avisynthPlugins-folder and the files that go along with it. (avisynthExtension.7z)Last edited by Selur; 27th May 2014 at 04:37.
-
-
-
Still possible > akiyo_cif.y4m > enc (ProRes)> Test.mov l next l Test.mov> enc (ProRes)> Test2.mov - get broken
What decoder is more accurate? -
Now we'll look at optimal lossless coder -
-
[QUOTE=Selur;2324028]
quote.
Hi!
There are only two options to choose ffmpeg and avisynth in Hybrid. However you can choose directshow/VFW system codecs as output in Mediacoder. Why does Hybrid support only that two output options? -
- Hybrid uses mencoder/mplayer, ffmpeg, avisynth.
- Hybrid is mainly ment as a cross-plattform tool and DirectShow filters and vfw (Video for Windows) are Windows only, also:
- DirectShow filters are normally not aiming for frame-by-frame decoding, which make them 'instable' when you use them as source for filters which request frame in a non-linear matter
- really is old and not that suited for newer container formats, which is why even traditionally vfw-centered tools like Virtual Dub added code to support external encoders and muxers
- some people trash their system by installing some codec packs which mess up their directshow and vfw filters&co and thus all tools which rely on them -> not really eager to join that club of tools
Cu Selur -
Hello Selur!
1. I knew.
2. Hybrid would be not the first cross-platform application, which has little bit different service in different OP.systems
3.Nobody suggested to use directshow co4.decs as input/source decoder, I suggested only as optional coder (output)
4.I know that directshow is old, but you can use its codecs in new container formats (Mediacoder is an excellent example for that)
5."some people trash their system by installing some codec packs " They will or won't install that codecs packs on their systems, it is their own volition and responsibility, so in this case it does not matter that they use Hybrid or not. Why? You do not need provide and propagate the installation of any codec-packs, you can give the possibility if they installed these codec packs than they can use them for OWN RISK. You can write a very short 1 sentence caution/notice about their "own risk" when they choose these codecs.
Bye! -
Regarding MediaCoder:
As far as I know MediaCoder is by no means a cross-plattform tool it simply can be run through Wine/Darwine, but that is true for most other tools, too. (iirc a few years ago a native Linux version was planned, but never saw the light of day)
Regarding the codec packs:
The problem is tracing the problem to the installation of such a pack. Atm. Hybrid should be as system independent as possible and thus codec packs&co are nothing I have to think about when people report problems.
Regarding DirectShow for encoding:
Would that really be worth the effort, afaik there are only a rare few free DirectShow encoders out there.
Regarding vfw:
Problem with vfw encoders it that either you have to rely on the vfw configuration dialogs and the users not messing up, or you have to write special code for each encoder.
What vfw encoders would be worth the effort?
(regarding vfw decoding: using mplayers binary codecs and codec.conf file a lot of vfw decoders could be used to decode stuff that otherwise couldn't be decoded)
-> Do you thing Hybrid is lacking something specific? (don't think a general vfw/DirectShow support will come any time soon)
Cu Selur
Ps.: I did think about supporting vfw encoders through avs2avi a while back, problem is on Windows Vista and newer avs2avi only works properly when called with administration rights and I really don't like the idea to run tools with admin rights, which from my point of view should not need them.Last edited by Selur; 30th May 2014 at 06:32.
-
Ps.: I did think about supporting vfw encoders through avs2avi a while back, problem is on Windows Vista and newer avs2avi only works properly when called with administration rights and I really don't like the idea to run tools with admin rights, which from my point of view should not need them.
-
Hmm,.. when I connect via RDP to my machine I don't have to run avs2avi as admin -> will do further investigation next week
Similar Threads
-
vp9 vs x265 vs DivX265
By deadrats in forum Video ConversionReplies: 14Last Post: 28th Jun 2015, 09:48 -
HEVC-x265 player in linux?
By racer-x in forum LinuxReplies: 4Last Post: 20th Mar 2014, 18:10 -
Hybrid [x264/XViD - MKV/MP4] Converter Support Thread
By Bonie81 in forum Video ConversionReplies: 6Last Post: 8th Jan 2013, 03:53 -
VP8 vs x264
By Selur in forum Video ConversionReplies: 14Last Post: 14th Apr 2012, 07:48 -
How often do you reinstall your operating system(windows,mac,linux etc..)?
By johns0 in forum PollsReplies: 28Last Post: 22nd Jan 2011, 17:14