I was wondering how did you get it down to 12kbps ?
Also, there are bunch of listening tests for the ~96kbps range for comparing AAC encoders, but I haven't seen any for this low range? Anybody aware of any ?
+ Reply to Thread
Results 31 to 41 of 41
-
-
I've looked at this again using Windows.
No extra codec packs are needed for Mencoder.
All that's required is a file named wmsdmod.dll.
It is "Windows Media Screen Decoder".
If you'd like to test it with Windows....
Download MPlayer-1.0rc2 from here:- http://www8.mplayerhq.hu/MPlayer/releases/win32/MPlayer-mingw32-1.0rc2.zip
Unzip it and put the wmsdmod.dll file in the folder.
(Use the dll in my attachment or download one from somewhere else.)
Put the ccent10.wmv file in the folder too.
Then Start -> Run -> cmd and cd to MPlayer1-0rc2 folder.
Then use this command:-
Code:mencoder ccent10.wmv -o ccent10.avi -ovc lavc -lavcopts vcodec=mpeg4 -oac faac -faacopts quality=120
Code:ffmpeg -i ccent10.avi -vcodec copy -acodec copy -absf aac_adtstoasc ccent10.mp4
Last edited by bat999; 1st Nov 2011 at 07:11. Reason: Added sample.
-
No need for VFR. Just use a large GOP size. x264, veryfast preset, crf 26, keyint 1000. Video only in MKV, 1.3 MB, 8 kbps, 40 seconds to encode.
Last edited by jagabo; 1st Nov 2011 at 06:33.
-
-
Hi
My Mencoder samples use the MPEG-4 codec.
The others have used x264 (MPEG-4 Part 10) codec.
x264 creates files less than half the size of MPEG-4.
If you're using Mencoder with Linux or Windows now, these commands will be OK.
Convert wmv to avi:-
Code:mencoder ccent10.wmv -o ccent10.avi -ovc lavc -lavcopts vcodec=mpeg4 -oac faac -faacopts quality=120
Code:ffmpeg -i ccent10.avi -vcodec copy -acodec copy -absf aac_adtstoasc ccent10.mp4
-
Thank you!
Now I've seen all the GUI encoders I have on win and mac are just junk. They make huge files with poor quality.
I'll start converting videos in linux.
Mac supports well h264, so I'm going to try it. -
No need, but VFR certainly helps with this type of material. Using the same encode settings, the video filesize is just over half the size using VFR --preset very fast --crf 26 --keyint 1000
In addition to large GOP, I would fill up the GOP with low cost bframes. This type of material benefits and can actually use 16 consec b-frames when you check the encode logs, unlike typical live action.
If there are a bunch of files to do, VFR is a severe PITA. 2 passes in avisynth are required before even encoding. Personally I wouldn't bother to use VFR. Only if you absolutely need the smallest filesizes - maybe your server is on a dial up in the boonies or something
(I was going to say HDD are cheap, but they have gone up in price recently , due to the floods in Thailand. A 2TB HDD that was $70 is about $130 now in Canada)
But as mentioned earlier, the problem is the audio , not the video. Even at very low bitrates where the audio is distorted, it's still a few times larger than the video
The original is a VFR stream. WMVTimes.exe reports the timecodes as such. x264 on windows can decode this directly as CFR , but it defaults to the 3rd of 4th tier of decoding , which is dss2. x264 can encode VFR directly as well, if it's fed a VFR stream. The problem here is none the source filters are able to feed it VFR. Mencoder streams seem to decode it as CFR as well, so you get the duplicate frames -
Not sure why you say that. The Windows GUI's all use the same h264 encoder in the back end, x264. The linux GUI's do too, as do CLI tools like ffmpeg, mencoder.
If you used the same decoder and dialed in the same settings (GUI or no GUI), you would get exactly the same video if you use the same x264 version and did no other processing -
Seems somebody else had this problem with MSS2 too.
It looks like they extracted all the frames as images using mPlayer, then encoded the image sequence with x264.
Here:- https://forum.videohelp.com/threads/336638-Decoding-WMV-%28MSS2-WMAVoice%29-into-anything-!-How
Similar Threads
-
Decoding WMV (MSS2 + WMAVoice) into anything ! How?
By Unclocked in forum Video ConversionReplies: 10Last Post: 7th Jul 2011, 00:59 -
Problem with conversion to DV
By SteveDM in forum ffmpegX general discussionReplies: 3Last Post: 25th Aug 2010, 08:54 -
MSS1/MSS2 (and ACEPLNET Audio) Issues
By DeathStalker77 in forum Video ConversionReplies: 8Last Post: 3rd May 2010, 20:50 -
conversion problem
By thomeski in forum Authoring (DVD)Replies: 2Last Post: 25th Apr 2010, 20:45 -
Help conversion problem!
By milney100 in forum Video ConversionReplies: 6Last Post: 11th Jun 2008, 05:51