Are there ways to make a .wmv video file look sharper?
Any way to tweak it to improve it's clarity/sharpness?
It's slightly grainy.
Thanks for any suggestions.
+ Reply to Thread
Results 1 to 24 of 24
-
-
Thanks for your reply.
Unfortunately, I can't post my client's video on a forum. So, I'm hoping I can get some general suggestions on what I might try to improve it.
Thanks again for any help. -
Thanks for your reply.
I haven't tried anything. I don't know of any ways to make a .wmv video file look sharper.
Any suggeations on what might improve it will be greatly appreciated. -
Try some filters
eg.
if it's grainy => use some degrain filters, or denoise filters
if it's soft => use some sharpeners
if it's dark => use a brightening filter
.
.
.
etc...
You might use something like virtualdub filters, or avisynth filters
It's extremely difficult to recommend specific suggestions without a sample or at least a screenshot -
I don't think a client would object to a post of a short few seconds of video. I can understand the concern. But without something more to go on than "WMV", little can be said. As suggested, VirtualDub can handle most WMV videos and there are dozens of filters that will work with it.
Last edited by sanlyn; 26th Mar 2014 at 05:48.
-
Since it's a final format, it may have come from a larger file so ask your client for that.
-
Thanks for all of your replies.
After downloading VirtualDub and extracting the files, I ran VD and when I selected the wmv file to open in VD, a message stated "ASF files are not supported". I guess I need some assistance with VD. Can I get that help in this forum? If not, where, please.
Thanks again. -
Thanks for your reply.
I downloaded the zip, added the wmv plug-in to VD plugins folder and now when I go to File > Open Video File wmv files are now a file choice, however, when I select the wmv file I'd like to open, VD shows MISSING CODEC. So, I appreciate all the help so far. Much thanks. I'm learning. Is it possible to figure out which codec is missing? Thanks again. -
use mediainfo (view=>text)
most likely it's something like wmv3 or wvc1
you can install ffdshow and enable whatever codec mediainfo says in the configuration (VFW configuration)
Another option to import files into vdub is to use either the directshowsource plugin or the ffinputdriver. The latter will open just about anything since it relies on ffmpeg
vdub has like 100's of 3rd party filters you can use
e.g here are some
http://www.infognition.com/VirtualDubFilters/
but you can also try something like avidemux which should open the wmv natively (has only limited filters) -
Thanks for all the replies. Especially about the mediainfo link, filters, etc.
I have a question about VirtualDub. If this isn't the place to ask it, please direct as to where I should.
Opened the file in VD - it shows the beginning frame of the wmv file in both panes. I went to video(full processiong mode) > filters, added in the internal VD sharpen filter, and selected the play button at the bottom of the screen, it shows (dub in progess) when it's finished both panes go black.
Now what? Where is the filtered/sharpened file?
Thanks again -
-
What you choose depends on what you plan to do with it and how you plan to watch it
ie. is this for DVD, blu-ray, flash, a computer file ? or is it for farther editing in other programs ?
In general, the higher the bitrate for a given compression scheme, the less quality loss (and larger filesizes) -
Thanks for your reply.
Ultimately, it will be viewed from a webpage in flv.
Is their a particular codec I should use for this file?
thanks again -
Best quality / compression for FLV streaming will be h.264 video, aac audio
You cannot do this directly from vdub . Indirectly you can frameserve out of vdub using the vdub frameserver, or use the vdub external encoder feature available in experimental builds. Or you can export a lossless intermediate (e.g. lagarith, huffyuv, ut video codec) for your import into whatever program you are using for FLV encoding -
Thanks again for your help. Much appreciated.
And for: Best quality / compression for FLV streaming will be h.264 video, aac audio.
I looked at Frameserver, and ffdshow, this sure seems like alot of steps to simply try improve video quality.
What would be the next best quality/compression?
Thanks again -
For FLV streaming formats, the only "good" choice is h.264, aac
For FLV container, the next best is VP6 (significantly worse)
You don't want to do all this work trying to improve it only to have it look worse than the original, or have a filesize a few times larger
Vdub can only export AVI formats directly (non streaming); indirectly there are those workarounds listed above
You can use other non FLV containers for streaming like webm or vp8 for HTML5, but the quality is worse . -
I have a wmv file that I'm trying to improve, that, I will be converting to an flv for web viewing.
I'm not clear on if what you've said here, and how it relates to wmv:
"Vdub can only export AVI formats directly (non streaming)"
and
"Best quality / compression for FLV streaming will be h.264 video, aac audio
You cannot do this directly from vdub"
I look forward to your clarification. -
It means exactly what it says. Vdub can only export AVI formats directly, not WMV, not FLV, not MKV or anything else
WMV is just the import format. You don't care if you can export WMV or not since the final result will be FLV for streaming
To export out of vdub, you either use a temporary lossless intermediate AVI (e.g. lagarith, huffyuv, ut video codec) , to use as input into another program to encode to FLV (using h.264/aac compression, FLV is only the container). The filters you applied are reflected in that AVI you export. You use a lossless intermediate so there is no quality loss until it gets encoded to FLV, that's when the quality loss is incurred . If you didn't use a lossless intermediate, you would incur another (avoidable) stage of quality loss
The 2nd option is to use vdub frameserver, the benefit is no large intermediate file is produced
The 3rd option is to use the external encoder feature - this is only in experimental builds . You can find a guide here. It's essentially using a frameserver of sorts
http://forums.virtualdub.org/index.php?act=ST&f=5&t=18789&
You don't have to use vdub, there are other methods such as avisynth, other programs you could use. Vdub was suggested because there are many filters available and it's easy to use. -
And we still have no idea what your WMV looks like, so suggestions are severely limited.
Last edited by sanlyn; 26th Mar 2014 at 05:48.
-
Yes, I'm tempted to add an XXL bloviation myself.
So, you have a "grainy" VC-1 file? Get the Windows Media Encoder from Microsoft, and decompress it. If you decompress with any other decoder, it won't work well. The same compression algorithm must be used. Theoretically, the artifacts will reverse in the same pattern.
http://www.microsoft.com/en-us/download/details.aspx?id=17792
Then you will want to recode to Lagarith, or another uncompressed format. Use a portable HardDrive. You may want to upsample the resolution at this time too.
Then do what PDR mentioned above.
Video "grain" occurs due to low light during shooting. It's actually "noise" coming from the sensor. If you shoot "Auto", the camera will run up the ISO way too high. Learn to shoot manually, and how to use a lens that gathers light more efficiently, like a 100mm prime lens.Last edited by budwzr; 12th Mar 2013 at 12:19.
Similar Threads
-
How to make my video look little sharper using x264?
By kkiller23 in forum Video ConversionReplies: 4Last Post: 15th Jul 2012, 05:05 -
wmv video file error
By MaddogX in forum Newbie / General discussionsReplies: 4Last Post: 3rd Oct 2011, 21:10 -
Convert audio file og WMV HD video
By karebo in forum AudioReplies: 2Last Post: 27th Aug 2011, 09:15 -
When playing a WMV file kills your video . . .
By Seeker47 in forum Software PlayingReplies: 12Last Post: 22nd Apr 2009, 19:52 -
sharper videos
By anon125 in forum Authoring (DVD)Replies: 17Last Post: 25th Nov 2008, 16:36