OK, I don't believe it, a Microsoft program that doesn't accept wmv maybe you should check that out for sure even test it I really don't believe it.
+ Reply to Thread
Results 31 to 58 of 58
-
-
PERFECT!!!
No stutter, no hesitation. You gotta step me thru how to do that. I am an encoding idiot after all. -
I don't know what settings he used for HCEnc (because it doesn't use strict CBR), but I can get you started with the avisynth steps
1) Install avisynth, 32bit
2) Download ffms2 plugin package, unzip, place the .dll and .avsi in the avisynth plugins directory
https://code.google.com/p/ffmpegsource/downloads/detail?name=ffms-2.17.7z
3) Open a file in notepad. All you need to do is change the paths/filenames to match yours, save it, rename the .txt extension to .avs e.g. "myscript.avs"
Code:FFVideoSource("PATH\video.wmv")
4) HCEnc accepts .avs scripts as input . We have to wait until jagabo replies to see what settings he used
El Heggunte also use HCenc (probably with ffms2) in post #9 and I verified frames were correct - but he muxed it. I bet if you demuxed it , it would play ok too -
I'm saying Microsoft promoted wmv with a big fan fair, when they released it. Do you think they wouldn't accept it in one of their own products ???
Right from Microsoft's web site
"What else should I know about Windows DreamScene?
Here are some things that you should know before you start using Windows DreamScene.
Windows DreamScene supports only WMV and MPG video file formats."
http://windows.microsoft.com/is-IS/windows-vista/About-Windows-DreamScene -
Of course not. I wouldn't put all of you thru this for nothing. I knew dreamscene supports WMV. BUT, the reason I want to convert to MPEG is because the WMV video loops use about 8%-10% CPU usage at idle, whereas the MPEG only 1%-3%. Maybe I should have led with that statement. Most of my current video loops are in WMV and loop perfectly, but I want to recode them to MPEG so they're not such a CPU hog.
-
Update:
So far, so good. 4 WMV's converted. No stutters or jumps. On a couple of them, I had to manually calculate the total number of frames and enter them into HcGUI. Otherwise it would leave a few frames off the end. But they run great. Only 2% CPU usage on one, compared to the 12% usage it was pulling with the WMV version. -
So, small issue. Some of my video loops are 1280x720. So when they play on my 1920x1200 screen, Dreamscene will just zoom and fille. But when the recode is done, they will play with a green stripe on the bottom of the screen. Doesn't happen with the original WMV. Is there some setting to not force the converted MPEG2 into the 16:9 aspect ratio?
-
Are you sure the videos are 1280x720? The green line at the bottom usually happens when the video isn't a mod 16 size (an integer multiple of 16). For example, if the video was 1280x716 you might see that problem. In that case the solution is to crop or resize the source to make it a mod 16 height -- 1280x704 or 1280x720.
-
No dice. Not sure if it's an issue with the video loop's aspect ratio, resolution, or just a dreamscene bug. But I do have 1280x720 mpg video loops and they don't have the green stripe. I must be doing something wrong...
-
There's no green line at the bottom on my computer, windowed of full screen (2560x1440). The problem is either your MPEG decoder or graphics driver.
<edit>
I tried several different players and saw problems similar to yours on one of them. MPCHC, WMP, SMPlayer, and PotPlayer had no problems. VLC showed a flickering green bar at the top of the window/screen. Turning off Ffmpeg's Hardware Decoding fixed the problem.Last edited by jagabo; 23rd Mar 2014 at 06:22.
-
How might I go about doing that? I don't see a config panel for DXVA in the start menu. I know it was there some time back.
-
Ah, I don't think that will be it then. I went and used Adobe ME with the 1280x720 video loop and the result was no green line on the bottom. So, now I'm all confused. Could it be an aspect problem with avisynth/HCGui?
-
Any of the resize filters will work. Like Spline36Resize(1280x704). Or you can crop 8 lines off the video: Crop(0,-4,-0,-4) -- that's four lines off the top, 4 lines off the bottom.
-
-
-
Thanks for all of your help so far. I've been able to convert the bulk of my video loops without incident.
There are only a couple of problem childs. There are 5 like I said with weird frame dimensions. But I will leave those as is for now.
The ones I'm concerned with had source errors when encoding thru the second pass. Is that most likely a bad video file, or something in the header cause these loops do play fine in wmv format. -
Similar Threads
-
batch video conversion from .MOV to .WMV
By kj1983 in forum Video ConversionReplies: 2Last Post: 11th Feb 2013, 19:08 -
WMV to MP4 conversion problem
By ajitpals in forum Video ConversionReplies: 1Last Post: 2nd Dec 2010, 04:41 -
AVI to WMV Conversion for Smartphone
By Darklighter in forum Video ConversionReplies: 12Last Post: 29th Apr 2010, 10:56 -
Problems with conversion from wmv to MP4
By Dr_Zocki in forum MacReplies: 2Last Post: 9th Feb 2010, 04:27 -
Automated batch conversion to WMV?
By sparkin in forum Video ConversionReplies: 3Last Post: 3rd Jun 2009, 14:52