I used the following command to convert a video from uncompressed+PCM to WMV+WMA:
ffmpeg -i test_group_6.uncompressed.avi -vcodec wmv2 -sameq -acodec wmav2 -f asf test_group_6.asf
It seems as though only red text is smeared, leaving the rest of the video sharp.
These are the only codec packs that are installed that I know of:
CamStudio Lossless
DivX (the problem was happening before this one was installed).
I also had ffdshow installed, but uninstalling it did not solve the problem.
Uncompressed: http://www.ifthensoftware.net/invisibleman/test_group_6.uncompressed.avi.zip (39.8MB)
Compressed: http://www.ifthensoftware.net/invisibleman/test_group_6.asf (6.83 MB)
Any thoughts on what might be causing this problem?
+ Reply to Thread
Results 1 to 5 of 5
-
Last edited by InvisibleMan; 30th Apr 2010 at 21:02.
-
All high compression codecs encode colors with less resolution than the grayscale portion of the image. For example, a 720x480 frame will the grayscale portion of the image encoded at 720x480 but the color channels encoded at 360x240. Small colored text will get blurry.
Normally I'd recommend you use bigger text or use similar colors for the text and background with different intensities. But since you are recording gameplay there's probably not much you can do. One thing you can try: before encoding, shift the frame up one scanline. That might align the low res color better with the luma channel.Last edited by jagabo; 30th Apr 2010 at 19:02.
-
The dark blue text on the dark background (about 2 seconds in) didn't get affected though... Is this because the text and the background are both dark?
-
The dark blue text is effected the same way. It's just harder to see. Different renderers stretch the low res chroma channels differently so exactly what you see may vary. But here's are 4x nearest neighbor enlargements (so you can see each pixel easily) of the original (left) and two different renderers (center, right):
[Attachment 1654 - Click to enlarge] -
All right, thanks for the information.
Similar Threads
-
.dv movie project conversion to MPEG-2 with video text
By RL in forum ffmpegX general discussionReplies: 1Last Post: 30th Jan 2011, 17:39 -
Read text create audio and convert text to synced subtitles in mp4
By Philip Lean in forum SubtitleReplies: 1Last Post: 25th Feb 2010, 08:54 -
I need a genuis!!! Heavily red tinted or red hue.
By mikekrauser in forum Authoring (DVD)Replies: 4Last Post: 16th Aug 2009, 19:51 -
looking for good OCR software that will convert text in jpg to regular text
By jimdagys in forum ComputerReplies: 6Last Post: 27th Jun 2008, 10:38 -
C# code to save text from listbox to a text file -- SOLVED--
By freebird73717 in forum ProgrammingReplies: 2Last Post: 2nd Sep 2007, 15:50