View Full Version : Avidemux (with emphasis on x264/h264 GUI)
LoRd_MuldeR
25th June 2008, 14:03
Avidemux 2.4.1 SVN-r4161 (2008-06-25)
http://www.avidemux.org/
4161 - [Xvid] allow a quantiser value of 1 (FS#393) and display quantiser as an integer
4160 - [GUI] clear window title and preview when closing video (FS#394)
4159 - [Qt4] add Close menu item
4155 - [Win32] use AppData folder to store settings instead of User Profile folder (FS#445)
4150 - [Buffer OVerflow] Prevent configuration string from overflowing (FS#343)
4149 - [Mac] revert part of r4148 not intended to be committed
4148 - [Mac] increase audio output buffer for CoreAudio and SDL
4147 - [dialogFactory] set OK button to default for GTK (FS#455)
4146 - [I18N] Czech update by J.M.
4145 - [RGB/DIB] treat BMPs as DIB + switch handling of colourspace for 24/32bit RGB and DIB images (FS#425)
Revision 4161 (25 Jun 2008)
# Updated x264 to SVN revision 891 (patched).
Download Mirror #1: http://mulder.dummwiedeutsch.de/ (http://mulder.dummwiedeutsch.de/home/?page=projects#avidemux)
Download Mirror #2: http://www.razorbyte.com.au/avidemux/ (http://www.razorbyte.com.au/avidemux/#avidemux2.4)
Note: I have mirrored a patched version, which should fix for the memory allocation bug with MPEG-2, introduced in r4145.
LoRd_MuldeR
27th June 2008, 23:05
Avidemux 2.4.1 SVN-r4170 (2008-06-27)
http://www.avidemux.org/
4170 - [I18N] partial translations for Qt4 provided by surfer
4169 - [FLV] open FLVs that don't contain audio
4168 - [leak] fix memory leak and close file after using external audio
4167 - [lavc] close 2-pass log file after reading
4166 - [Mpeg] if an audio track has no data, pick the next one (FS#456)
4165 - [Win32] support Unicode filenames and enforce exclusive write access when using libavformat muxers
4164 - [Win32] open files with exclusive access when writing to prevent overwriting source (FS#253)
4162 - [MPEG-2] memory allocation fix
4161 - [Xvid] allow a quantiser value of 1 (FS#393) and display quantiser as an integer
4160 - [GUI] clear window title and preview when closing video (FS#394)
Download Mirror #1: http://mulder.dummwiedeutsch.de/ (http://mulder.dummwiedeutsch.de/home/?page=projects#avidemux)
Download Mirror #2: http://www.razorbyte.com.au/avidemux/ (http://www.razorbyte.com.au/avidemux/#avidemux2.4)
Revgen
30th June 2008, 07:51
For some reason, I can't open my 1280x720 AVC/AAC video in MP4 format in the newest version of Avidemux. The only difference between this one and the others is that this one was a long 6.8gb encode while the others were less than 1 gig. I even split the 6.8gig video using YAMB into a few 1 minute MP4 files and those opened just fine. Is there a limit to the filesize for Avidemux? I tested this on SVN -4170
yiannakas
30th June 2008, 08:14
Could you please add the mvbob deinterlace into avidemux interlace filters?
thank you
LoRd_MuldeR
30th June 2008, 13:30
For some reason, I can't open my 1280x720 AVC/AAC video in MP4 format in the newest version of Avidemux. The only difference between this one and the others is that this one was a long 6.8gb encode while the others were less than 1 gig. I even split the 6.8gig video using YAMB into a few 1 minute MP4 files and those opened just fine. Is there a limit to the filesize for Avidemux? I tested this on SVN -4170
Maybe the size is limited to 2^32 Byte = 4 GB. This can easily happen when the size is stored as 32-Bit value.
Did it work with older revisions?
LoRd_MuldeR
30th June 2008, 13:34
Could you please add the mvbob deinterlace into avidemux interlace filters?
thank you
Apparently MVBob is an Avisynth script using various Avisynth plugins. This will make it hard to port MVBob to Avidemux. All the plugins would need be ported and also they would have to be combined the same way the MVBob script does. Why not use MVBob in Avisynth and then open your AVS script in Avidemux via AVSProxy?
yiannakas
30th June 2008, 15:24
Apparently MVBob is an Avisynth script using various Avisynth plugins. This will make it hard to port MVBob to Avidemux. All the plugins would need be ported and also they would have to be combined the same way the MVBob script does. Why not use MVBob in Avisynth and then open your AVS script in Avidemux via AVSProxy?
avidemux is the easy way to deinterlace my HDV videos....
i cant work it out with avs script
I want the mvbob because i read that is better bobber than others.
thanks
LoRd_MuldeR
30th June 2008, 15:39
avidemux is the easy way to deinterlace my HDV videos....
i cant work it out with avs script
I want the mvbob because i read that is better bobber than others.
thanks
Again: MVBob is a bobbing script for Avisynth. It's not a plugin!
Porting Avisynth plugins to Avidemux is possible and has been done before. It only needs somebody willing to do it.
But it's not possible to port an AVS script, such as MVBob, to Avidemux! At least it won't be easy.
What could be done is: Port all plugins used by MVBob to Avidemux and then emulate what the MVBob script does.
Obviously this would be a huge piece of work. Also we already have several bobbers in Avidemux.
If you only "heard" that MVBob is better than "others", why not try the Bobbers provided by Avidemux first?
And if you really want to use MVBob after you tried Avidemux' bobbers, you can use MVBob in Avisynth as it's intended to be used.
Remember: Avidemux does support Avisynth input...
gruntster
30th June 2008, 17:54
For some reason, I can't open my 1280x720 AVC/AAC video in MP4 format in the newest version of Avidemux. The only difference between this one and the others is that this one was a long 6.8gb encode while the others were less than 1 gig. I even split the 6.8gig video using YAMB into a few 1 minute MP4 files and those opened just fine. Is there a limit to the filesize for Avidemux? I tested this on SVN -4170
Yes, there is a 4GiB file size limit. 64-bit MP4 is currently not supported.
Revgen
30th June 2008, 20:00
Yes, there is a 4GiB file size limit. 64-bit MP4 is currently not supported.
I don't get it. :confused:
I can open and edit 4gb+ AVI's in virtualdub, but I can't edit 4gb+MP4's?
LoRd_MuldeR
30th June 2008, 20:23
I don't get it. :confused:
I can open and edit 4gb+ AVI's in virtualdub, but I can't edit 4gb+MP4's?
The comment was about Avidemux and MP4 files, not about VirtualDub and AVI. AFAIK there is no MP4 support in VirtualDub at all.
At the moment Avidemux simply doesn't support 64-Bit MP4's, so we are limited to 32-Bit MP4's.
Therefore the maximum size for MP4 files is currently limited to 2^32 Byte = 4294967296 Byte = 4 Gigabyte.
Once support for 64-Bit MP4's is implemented in Avidemux you will be able to open and edit MP4 files without size limit...
Revgen
30th June 2008, 21:05
Once support for 64-Bit MP4's is implemented in Avidemux you will be able to open and edit MP4 files without size limit...
Thanks!
You unconfused me. :)
Will this be implemented in version 2.5?
LoRd_MuldeR
30th June 2008, 21:16
Will this be implemented in version 2.5?
I don't know. Unless someone else is willing to implement it, only MEAN or Gruntster can answer this question ;)
You may file a feature request, so it won't be forgotten: http://bugs.avidemux.org/
LoRd_MuldeR
1st July 2008, 00:30
Avidemux 2.4.1 SVN-r4182 (2008-06-30)
http://www.avidemux.org/
4182 - [x264] flush encoder so last few frames aren't dropped (FS#367)
4181 - [Filter] Put framenumber in video
4180 - [GUI] enable jumping to frame 0
4179 - [Main] Call initmemcpy earlier to prevent a crash in prefs
4178 - [GTK] allow 8 and 9 to be entered into timeshift spinbox on Linux (FS#353)
4177 - [Win32] third crack at making sure source files cannot be overridden
4176 - [Win32] re-enable shared reading (lost in r4164; now open all files read/write but request exclusive write access when writing)
4175 - [CMake] pulseaudio fix
4174 - [Win32] better support for user profiles and custom scripts with Unicode paths (FS#418)
4173 - [MP4] warn if audio stream appears invalid for MP4 container (FS#212)
4172 - [MKV] Better duration computation for audio frames
4171 - [Audio] Simple pulseaudio support
4170 - [I18N] partial translations for Qt4 provided by surfer
Note: There now is a new patched build, which includes x264 r891 + Psy RDO v0.22 :cool:
Download Mirror #1: http://mulder.dummwiedeutsch.de/ (http://mulder.dummwiedeutsch.de/home/?page=projects#avidemux)
Download Mirror #2: http://www.razorbyte.com.au/avidemux/ (http://www.razorbyte.com.au/avidemux/#avidemux2.4)
yiannakas
1st July 2008, 06:31
Also we already have several bobbers in Avidemux.
If you only "heard" that MVBob is better than "others", why not try the Bobbers provided by Avidemux first?
i tried the yadif deintelacer but it produces noise output. The DGBob has lower noise but produces artifacts.
Can anyone help to import other bobbers to avidemux. There plenty of users (like me) who cant do it themselves.
Thank you
DarkZell666
1st July 2008, 09:25
i tried the yadif deintelacer but it produces noise output. The DGBob has lower noise but produces artifacts.
Can anyone help to import other bobbers to avidemux. There plenty of users (like me) who cant do it themselves.
Thank you
@yiannakas : maybe your source doesn't need to be deinterlaced but IVTC'ed ? Could you post some screenshots of that "noise" and "artefacts" ?
Did you configure yadif correctly ?
LoRd_MuldeR
1st July 2008, 12:26
Can anyone help to import other bobbers to avidemux. There plenty of users (like me) who cant do it themselves.
1. You can't "import" bobbing filters (or any other filters) into Avidemux that easy. The filter has to be ported, which means a software developer must at least understand, modify, compile and test the source code (assuming the source code of the filter is available to the public). Now that Avidemux supports plugins this work is less annoying: You can add new filters without having to re-compile the core application. Nevertheless somebody with sufficient coding skill must be willing to do it and must have the time to do it...
2. Again my question: If you insist on using a specific Avisynth script/filter, namely MVBob, why not use Avisynth then? I already told you that Avidemux supports Avisynth input. Simply try AVS Proxy respectively AVS Proxy GUI. If you are not familiar with Avisynth yet, look at the Avisynth docs or the Avisynth section on this forum...
foxyshadis
2nd July 2008, 02:06
Can anyone help to import other bobbers to avidemux. There plenty of users (like me) who cant do it themselves.
What you can do to help:
Provide an incentive, typically money.
Find a developer willing to tackle it.
Learn C++ and do it yourself.
What never helps:
Repeatedly pestering the same people trying to tell you why they won't do it in the near future, showing no attempt to learn what you're talking about.
Ryo94
2nd July 2008, 03:29
Any chance to add Lanczos4 resizing in avidemux filters?
Thanks for make this great program.
LoRd_MuldeR
2nd July 2008, 13:47
I think Avidemux uses libswscale to do the resizing, which also includes the Lanczos resize method.
Furthermore I think that "Lanczos4" refers to Lanczos Resize with Taps=4 instead of Taps=3, like the "normal" Lanczos does.
So making the Taps parameter adjustable, like in ffdshow, should do what you want...
Ryo94
4th July 2008, 04:01
So making the Taps parameter adjustable, like in ffdshow, should do what you want...
Thanks LoRd_MuldeR, I hope to see this feature in a future version.
LoRd_MuldeR
6th July 2008, 17:40
Avidemux 2.4.2 Final aka SVN-r4195 (2008-07-06)
http://www.avidemux.org/
4195 - [Release] stamp as 2.4.2
4194 - [Subs] support for Arabic, Baltic, Greek, Hebrew and Turkish to SRT subtitles (patch by surfer)
4193 - [Win32] add French Qt4 translation to installer
4192 - [I18N] French update by NSV and Italian update by Zoppo
4191 - [MKV/FLV OUT] Correctly rescale video timestamps
4182 - [x264] flush encoder so last few frames aren't dropped (FS#367)
Included libraries:
Aften 0.0.8
ATK 1.22.0
Cairo 1.6.4-2
FAAC 1.26
FAAD2 2.6.1
Fontconfig 2.4.2 (20071015)
Freetype 2.3.6
gettext 0.17-1
GLib 2.16.3
GTK+ 2.12.10
LAME 3.98
libpng 1.2.29
Libxml2 2.6.32+
Ogg 1.1.3
Pango 1.20.3
Qt 4.4.0
SDL 1.2.13
x264 r899
Xvid 1.2.0-dev (CVS HEAD 2007-07-26)
Vorbis 1.2.0
Note: There is a new patched build now, which includes x264 r891 + Psy RDO v0.22 :cool:
Download Mirror #1: http://mulder.dummwiedeutsch.de/ (http://mulder.dummwiedeutsch.de/home/?page=projects#avidemux)
Download Mirror #2: http://www.razorbyte.com.au/avidemux/ (http://www.razorbyte.com.au/avidemux/#avidemux2.4)
is there a patch with Psy RDO v0.22 for latest Avidemux 2.4.2 Final aka SVN-r4195 (2008-07-06)
LoRd_MuldeR
7th July 2008, 13:17
is there a patch with Psy RDO v0.22 for latest Avidemux 2.4.2 Final aka SVN-r4195 (2008-07-06)
Nope. Since the Psy RDO patch changes the interface of libx264.dll, you cannot replace libx264.dll with a patched one that easy.
The Avidemux core application needs to be modified and re-compiled too...
BTW: There still is the Avidemux r4182 build, which includes x264 with Psy RDO v0.22 patch available. I think there were no important changes regarding x264 since that build ;)
LoRd_MuldeR
8th July 2008, 14:13
Here is an updated build:
Avidemux 2.4.1 r4182 + x264 r901 + Psy RDO v0.3
Download:
http://mulder.dummwiedeutsch.de/home/?page=projects#avidemux
Patches:
http://forum.doom9.org/showpost.php?p=1144270&postcount=1
http://forum.doom9.org/showpost.php?p=1148381&postcount=24
CruNcher
12th July 2008, 11:01
@Lord_Mulder
http://forum.doom9.org/showpost.php?p=1158160&postcount=334 <- Avidemux has also Problems parsing this .MKV it crashes (i click on OK but no Debug Information seem to be created) :(
LoRd_MuldeR
12th July 2008, 14:44
@Lord_Mulder
http://forum.doom9.org/showpost.php?p=1158160&postcount=334 <- Avidemux has also Problems parsing this .MKV it crashes (i click on OK but no Debug Information seem to be created) :(
1. Did you notice that the log is now at C:\Documents and Settings\John Doe\Application Data\avidemux\admlog.txt ???
2. Why remux the WMV to MKV and then open? You can directly open the original WMV in Avidemux. If not directly, then at least via Avisynth+DirectShowSource()
3. Bugreports belong to http://bugs.avidemux.org/ where the developers can check them out...
ozhanesk90
12th July 2008, 14:47
I request add nero audio encoder this program. İt's my favorite encode program but sometimes problem audio sync. and I choose 64 kbps AAC but its still 96 kbps AAC
I'm sorry my bad english
I'm waiting yours help!!
LoRd_MuldeR
12th July 2008, 14:51
I request add nero audio encoder this program. İt's my favorite encode program but sometimes problem audio sync. and I choose 64 kbps AAC but its still 96 kbps AAC
I'm sorry my bad english
I'm waiting yours help!!
The Nero AAC encoder can not be incorporated into Avidemux, because:
1. It's not OpenSource !!!
2. It's not allowed to distribute Nero AAC with another program
3. Avidemux does not use CLI encoders, but Nero AAC is exclusively provided as CLI encoder.
4. Nero AAC is not available as a library that could be used by Avidemux
BTW: Feature requests also belong to http://bugs.avidemux.org/ ;)
ozhanesk90
12th July 2008, 14:57
Thnk u!...
All right How I make AAC 64 Kbps? I choose but itsn't 64kbps its still 96kbps.
LoRd_MuldeR
12th July 2008, 15:00
Thnk u!...
All right How I make AAC 64 Kbps? I choose but itsn't 64kbps its still 96kbps.
AAC is VBR (Variable Bitrate) by nature. Maybe you set 64 kbps as average bitrate, but 96 kbps is reported as maximum bitrate?
Did you check the resulting bitratein a player that shows the actual bitrate while playing, instead of just the average or maximum bitrate?
ozhanesk90
12th July 2008, 23:11
http://i277.photobucket.com/albums/kk77/ozhanesk90/Pano02-1.jpg
Have an idea this problem? I'm only update this program...
Ok solve this problem sorry...:P
LoRd_MuldeR
13th July 2008, 00:53
Looks like you run Avidemux in some foreign language, but you miss is suitable font...
LoRd_MuldeR
14th July 2008, 02:26
Avidemux 2.4.2 SVN-r4211 (2008-07-13)
http://www.avidemux.org/
4211 - [install] update installation instructions
4210 - [Win32] prevent crash if log file fails to open
4209 - [x264] reset delayed frame count for 2nd pass
4208 - minor modification to readme.txt
4207 - Expand mac structure further inside platforms
4206 - Initial structure for platforms directory inside avidemux branch
4203 - [Subs] restore missing codepages to SRT subtitler
4197 - [Memleak/ASF] Memleak fix by Wesley Wright
Revision 4211 (13 Jul 2008)
# Updated GLib to version 2.16.4.
# Updated GTK+ to version 2.12.11.
# Updated Pango to version 1.20.5.
# Updated x264 to r912 (patched).
Note: There is a new patched build now, which includes x264 r912 + Psy RDO v0.5 :cool:
Download Mirror #1: http://mulder.dummwiedeutsch.de/ (http://mulder.dummwiedeutsch.de/home/?page=projects#avidemux)
Download Mirror #2: http://www.razorbyte.com.au/avidemux/ (http://www.razorbyte.com.au/avidemux/#avidemux2.4)
LoRd_MuldeR
16th July 2008, 22:15
Avidemux 2.4.2 SVN-r4219 (2008-07-16)
http://www.avidemux.org/
4219 - [Win32] build scripts
4218 - [MP4] support MP2 audio (FS#308)
4217 - [MP4] enable building of VBR time map
4216 - [MP4] improve fps accuracy
4215 - [MP4] set frame flags for correct indexing
4214 - [MP4] support for 64-bit output
4213 - [MP4] support for 64-bit input
4212 - [misc] cosmetics
4211 - [install] update installation instructions
Revision 4211 (13 Jul 2008)
# Updated GLib to version 2.16.4.
# Updated GTK+ to version 2.12.11.
# Updated Pango to version 1.20.5.
# Updated x264 to r912 (patched).
Note: There is a new patched build now, which includes x264 r912 + Psy RDO v0.5 :cool:
Download Mirror #1: http://mulder.dummwiedeutsch.de/ (http://mulder.dummwiedeutsch.de/home/?page=projects#avidemux)
Download Mirror #2: http://www.razorbyte.com.au/avidemux/ (http://www.razorbyte.com.au/avidemux/#avidemux2.4)
Revgen
16th July 2008, 22:56
I'm happy to report that the newer versions (r2419 in my case) handle 4GB+ MP4 files just fine. Grunster took care of it.
LoRd_MuldeR
16th July 2008, 22:56
I'm happy to report that the newer versions (r2419 in my case) handle 4GB+ MP4 files just fine. Grunster took care of it.
Good news :)
tre31
20th July 2008, 08:38
Just noticed something strange in the gui of 2.4.2. r4211, with the audio encoding bit-rates, all standard stuff up until 192 - then you have 224? 192+64=256, 224-192=32?. Just wondering why 224? (vcd compatibility?), and not 256 (is there a reason?)
LoRd_MuldeR
20th July 2008, 20:29
libx264 SVN-r915 + Psy-RDO v0.5 + Gruntster's Alignment-Fix:
http://www.mediafire.com/?njz20l7w0w5
Compiled with MinGW GCC 4.2.1-sjlj. Tested with Avidemux 2.4.2 SVN-r4219 build :)
ozhanesk90
21st July 2008, 20:21
İts equal settings
Video Size=258 Mb Time=1.52.03
Avidemux 2.4.1 r4182 + x264 r901 + Psy RDO v0.3
http://i277.photobucket.com/albums/kk77/ozhanesk90/TutkuFurDvDripTrkex264Mp4-KbS003660.jpg
Video Size=263 Mb Time=1.52.03
libx264 SVN-r915 + Psy-RDO v0.5 + Gruntster's Alignment-Fix:
http://i277.photobucket.com/albums/kk77/ozhanesk90/deneme00365822-08-24.jpg
I Think Avidemux 2.4.1 r4182 + x264 r901 + Psy RDO v0.3 still best
LoRd_MuldeR
21st July 2008, 20:26
Psy RDO now scales automatically, based on the quantizer of the frame. Think that is the most noticeable change between v0.3 and v0.5.
Also note that "Gruntster's Alignment-Fix" is and was always included, because it's required to call libx264 as a DLL ...
DarkZell666
21st July 2008, 22:06
İts equal settings
Video Size=258 Mb Time=1.52.03
Avidemux 2.4.1 r4182 + x264 r901 + Psy RDO v0.3
http://i277.photobucket.com/albums/kk77/ozhanesk90/TutkuFurDvDripTrkex264Mp4-KbS003660.jpg
Video Size=263 Mb Time=1.52.03
libx264 SVN-r915 + Psy-RDO v0.5 + Gruntster's Alignment-Fix:
http://i277.photobucket.com/albums/kk77/ozhanesk90/deneme00365822-08-24.jpg
I Think Avidemux 2.4.1 r4182 + x264 r901 + Psy RDO v0.3 still best
Lower filesize doesn't mean "better". See the Psy-RDO thread for more explanations.
LoRd_MuldeR
21st July 2008, 22:23
Lower filesize doesn't mean "better". See the Psy-RDO thread for more explanations.
Yes, but he was referring to Psy RDO v0.3 vs. Psy RDO v0.5, not to Psy RDO as a whole.
My test showed that Psy RDO makes the file bigger at same CRF, which isn't a big surprise. But compared to v0.3 the v0.5 patch creates slightly smaller files.
In his test the file became actually bigger when switching from v0.3 to v0.5 for some reason. Of course this cannot be used to judge v0.3 vs. v0.5 !!!
A proper test would compare Psy RDO v0.3 against PsyRDO v0.5 in 2-Pass Mode, using the same average bitrate (same target filesize) ...
LoRd_MuldeR
22nd July 2008, 00:14
Avidemux 2.4.2 SVN-r4269 (2008-07-21)
http://www.avidemux.org/
4269 - [x264] Dont delay pts, it is already delayed by one by the muxer
4268 - [CTest] preliminary test scripts
4262 - [OSX] rename gettext.sh
4261 - [OSX] script updates: pkgconfig, binaries
4260 - [Codec] Support for y800 colorspace (patch by compholio)
4259 - [Codec] Support for y800 admcodecs (patch by compholio)
4258 - [Codec] Support for y800 encoder (patch by compholio)
4257 - [Codec] Support for y800 codec (patch by compholio)
4243 - [Win32] tweak build scripts
4242 - [Win32] fix size of AVI stream header
4220 - [MP4] improve detection of MP2 audio
Revision 4269 (21 Jul 2008)
# Updated GLib to version 2.16.5.
# Updated x264 to r915 (patched).
libx264 SVN-r915 + Psy-RDO v0.5 + Gruntster's Alignment-Fix:
http://www.mediafire.com/?njz20l7w0w5
Download Mirror #1: http://mulder.dummwiedeutsch.de/ (http://mulder.dummwiedeutsch.de/home/?page=projects#avidemux)
Download Mirror #2: http://www.razorbyte.com.au/avidemux/ (http://www.razorbyte.com.au/avidemux/#avidemux2.4)
Romario
22nd July 2008, 02:27
Where to find newest 4269 Linux build, dear Mulder ? I searched but no luck.
LoRd_MuldeR
22nd July 2008, 02:34
Where to find newest 4269 Linux build, dear Mulder ? I searched but no luck.
I'm not aware of any pre-compiled SVN builds for Linux....
Schrade
22nd July 2008, 05:22
Is there any added GUI settings for the Psy-RDO stuff? If so, where do I look in the x2264 config to find it?
LoRd_MuldeR
22nd July 2008, 13:11
Is there any added GUI settings for the Psy-RDO stuff? If so, where do I look in the x2264 config to find it?
There is no GUI control for Psy RDO, because it's not in official Git yet. There already is a GUI control for VAQ, but only in Avidemux 2.5 (not released yet).
Also note that Psy RDO v0.5 scales automatically, based on the quantizer! The "--psy-rd" option only is an additional scaling factor, which is multiplied to the internal scaling factor.
Since you should keep "--psy-rd" at 1.0000 unless there is a very good reason to change it, a GUI control is not very important...
Note that you must use "subme" (Partition Decision) at 6 or higher to use Psy RDO. It will be off otherwise....
LoRd_MuldeR
24th July 2008, 15:36
Avidemux 2.4.3 Final, SVN-r4276 (2008-07-24)
http://www.avidemux.org/
What's New in Avidemux 2.4.3
* Improved support for MP4 files including support for 64-bit files
* Decoder for Y800
* libavcodec is now the default MPEG-2 decoder (instead of mpeg2dec)
* Fixed memory leak when indexing DVR-MS files
* Fixed calculation of width and height for High Profile H.264 video in TS files
* Fixed dropping of frames using x264 2-pass encoding (regression introduced in 2.4.2)
* Restored missing code pages to the Subtitler filter (regression introduced in 2.4.2)
* Fixed crashing on MS Windows when opening multiple instances of Avidemux (regression introduced in 2.4.2)
4275 - [2.4.3] Bump version number
4274 - [Pref] use libavcodec as default MPEG-2 decoder
4273 - [M2TS] determine correct width/height when reading high profile H.264 in TS container
4272 - [OSX-scripts] minor updates
4270 - [LavFormat] cleanup
4269 - [x264] Dont delay pts, it is already delayed by one by the muxer
libx264 SVN-r918 + Psy-RDO v0.5 + Gruntster's Alignment-Fix:
http://www.mediafire.com/?4jliyajtgh2
Compiled with MinGW GCC 4.3.1-tdm-1. Tested with Avidemux 2.4.3 Final build.
Download Mirror #1: http://mulder.dummwiedeutsch.de/ (http://mulder.dummwiedeutsch.de/home/?page=projects#avidemux)
Download Mirror #2: http://avidemux.razorbyte.com.au/ (http://avidemux.razorbyte.com.au/#avidemux2.4)
LoRd_MuldeR
24th July 2008, 17:40
libx264 SVN-r918 + Psy-RDO v0.5 + Gruntster's Alignment-Fix:
http://www.mediafire.com/?4jliyajtgh2
Compiled with MinGW GCC 4.3.1-tdm-1. Tested with Avidemux 2.4.3 Final build.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.