Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > VirtualDub, VDubMod & AviDemux

Reply
 
Thread Tools Search this Thread Display Modes
Old 11th February 2008, 20:36   #721  |  Link
wata
Registered User
 
Join Date: Jul 2002
Posts: 166
can you provide the "experimental" build with x264 VAQ Patch v0.48 in zip/7z/rar format instead of exe install
thanks.
wata is offline   Reply With Quote
Old 11th February 2008, 20:40   #722  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by wata View Post
can you provide the "experimental" build with x264 VAQ Patch v0.48 in zip/7z/rar format instead of exe install
thanks.
No, it's available for download as installer only. What's wrong with that?
I could install it and re-upload as a ZIP file. But I won't do that without a good reason...
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Old 15th February 2008, 23:39   #723  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Avidemux 2.4.1 Final - Revision 3791 (2008-02-16)
http://www.avidemux.org/

Quote:
Avidemux 2.4.1

* Support for x264's new Hadamard Exhaustive Search method of motion estimation
* Decoder for Windows Media Video 9 Advanced Profile (WVC1)
* Re-enabled H.263 decoder (it was missing from the 2.4.0 release)
* Fixed loss of audio when saving large OpenDML AVI files
* Fixed various colour conversion issues with RGB codecs including BMP, Huffyuv, JPEG and PNG
* Updates to the following translations: Catalan, French, German, Italian, Russian and Spanish
* Win32 logging is now stored in an Avidemux folder under the user's profile. This allows Avidemux to operate under a non-administrator account.
* Win32 CLI version nows outputs to console
* New Quartz version for Mac
* Better SDL support for Mac Quartz and Qt4 versions (SDL windows are now embedded and acceleration is enabled for Qt4)
* Various video decoding fixes for PowerPC-based Macs
* Fixed freezing when opening files on Mac
Download Mirror #1: http://mulder.dummwiedeutsch.de/
Download Mirror #2: http://www.razorbyte.com.au/avidemux/

Please note: There also is an "experimental" build with x264 VAQ Patch v0.48 included now
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Old 3rd March 2008, 08:59   #724  |  Link
wata
Registered User
 
Join Date: Jul 2002
Posts: 166
how to use avidemux2_cli.exe to AUTO generate index files
eg
i have 3 mpeg
i create a batch file to generate index for each file:-

FOR %%1 IN (*.mpg) DO avidemux2_cli.exe "%%1"

but it keep asking this question for every mpeg file
There is several mpeg file, append them?
how to default to no
Code:
Auto adding:
 file 1: E:\Encode\untitled1.mpg, size: 308813824
 file 2: E:\Encode\untitled2.mpg, size: 286889984
 file 3: E:\Encode\untitled3.mpg, size: 233545728
 file: E:\Encode\untitled4.mpg not found.
 found 3 files
Done
**************************************************

* Question *
* There is several mpeg file, append them ? *
**************************************************

Yes or No (Y/y or N/n) :
wata is offline   Reply With Quote
Old 3rd March 2008, 09:05   #725  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Did you try "--autoindex" and/or "--index-mpeg" yet?

Have a look here for a list available commandline options, if not already done:
http://www.avidemux.org/admWiki/inde...usage#Commands
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Old 3rd March 2008, 16:06   #726  |  Link
wata
Registered User
 
Join Date: Jul 2002
Posts: 166
thanks adding "--index-mpeg" seem to fix it.
wata is offline   Reply With Quote
Old 18th March 2008, 18:48   #727  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Avidemux 2.4.1 SVN-r3908 (2008-03-19)
http://www.avidemux.org/

Quote:
3908 - [SDL] fix zoom when using SDL
3907 - [CMake] improve detection of libiconv
3904 - [AviOuput] Fix smart copy when global headers are used
3886 - [Preview] fix centring of parentless preview windows
3885 - [CMake] link libiconv when necessary
3872 - [I18N] Greek update by nikos and Italian update by zoppo
3833 - [Preview] centre preview windows correctly on multi-monitor setups
3821 - [Gtk] media control patch with older linux kernel, patch by nhjm
3820 - [All] Jw patch : lot of unitialized vars & other similar errors
3815 - [Avi] AC3/DTS fix for windows vista
3794 - [UI] Last chunk of Chris patch
3791 - [Release] stamp as 2.4.1
3790 - [I18N] fix ru
3789 - [I18N] CA translation update by jfarrerons
3788 - [CMG] Chris Mc Gregor patch update
3787 - [I18N] Spanish update by F. Dacoba
3786 - [Win32] redirect stdout and stderr to admlog.txt in user's profile folder
3785 - [encoder] Unlock same qz as input mode for lavc
3784 - [Win32] build CLI as a console application
Quote:
Revision 3908 (19 Mar 2008)
# Updated GTK+ to version 2.12.9.
# Recompiled Aften 0.0.8 with Microsoft Visual C++ 9 (to enable SSE3).
# Recompiled Avidemux and LAME with MinGW's GCC 4.2.1-sjlj-2.
# Replaced libiconv with win_iconv (20080317).
# Reverted x264 back to SVN revision 741.

Revision 3872 (13 Mar 2008)
# Updated ATK to version 1.22.0.
# Updated Avisynth Proxy GUI to version 2.04.
# Updated Fontconfig to version 2.4.2 (20071015).
# Updated GLib to version 2.16.1.
# Updated Qt to version 4.3.4.
# Updated Pango to version 1.20.0.
# Updated x264 to SVN revision 745.
Download Mirror #1: http://mulder.dummwiedeutsch.de/
Download Mirror #2: http://www.razorbyte.com.au/avidemux/

Please note: There also is an "experimental" build with x264 VAQ Patch v0.48 included now
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Old 19th March 2008, 04:57   #728  |  Link
wata
Registered User
 
Join Date: Jul 2002
Posts: 166
today i try to commandline auto index some files, what i though it is fix with --index-mpeg actually doesn't work

it still keep asking this question

There is several mpeg file, append them?
how to default to no


how to use avidemux2_cli.exe to AUTO generate index files
eg
i have 3 mpeg
i create a batch file to generate index for each file:-

FOR %%1 IN (*.mpg) DO avidemux2_cli.exe "%%1" --index-mpeg

Code:
Auto adding:
 file 1: E:\Encode\untitled1.mpg, size: 308813824
 file 2: E:\Encode\untitled2.mpg, size: 286889984
 file 3: E:\Encode\untitled3.mpg, size: 233545728
 file: E:\Encode\untitled4.mpg not found.
 found 3 files
Done
**************************************************

* Question *
* There is several mpeg file, append them ? *
**************************************************

Yes or No (Y/y or N/n) :
any idea anyone?
wata is offline   Reply With Quote
Old 19th March 2008, 07:51   #729  |  Link
Schrade
Registered User
 
Schrade's Avatar
 
Join Date: Mar 2004
Posts: 339
Just to let people know, it appears there may be a bug with the x264 B-Frame Direct Mode drop down menu in Avidemux.

I made a post about it here:

http://www.avidemux.org/admForum/viewtopic.php?id=4465

Basically, you need to set the drop down menu to "None" to get -direct auto

Setting it to "Auto" basically sets it to -direct none
Schrade is offline   Reply With Quote
Old 19th March 2008, 14:58   #730  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by Schrade View Post
Just to let people know, it appears there may be a bug with the x264 B-Frame Direct Mode drop down menu in Avidemux.

I made a post about it here:

http://www.avidemux.org/admForum/viewtopic.php?id=4465

Basically, you need to set the drop down menu to "None" to get -direct auto

Setting it to "Auto" basically sets it to -direct none
The values passed to x264 by Avidemux seem to be completely wrong.
I think they should be in the range between 0 and 3, not between 1 and 4


See my reply over there:
http://www.avidemux.org/admForum/vie...d=26009#p26009
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Old 19th March 2008, 20:47   #731  |  Link
wata
Registered User
 
Join Date: Jul 2002
Posts: 166
Quote:
Originally Posted by Schrade View Post
Just to let people know, it appears there may be a bug with the x264 B-Frame Direct Mode drop down menu in Avidemux.

I made a post about it here:

http://www.avidemux.org/admForum/viewtopic.php?id=4465

Basically, you need to set the drop down menu to "None" to get -direct auto

Setting it to "Auto" basically sets it to -direct none

i think i report this problem here on 27th September 2007
http://forum.doom9.org/showthread.ph...77#post1048977
wata is offline   Reply With Quote
Old 19th March 2008, 20:57   #732  |  Link
Schrade
Registered User
 
Schrade's Avatar
 
Join Date: Mar 2004
Posts: 339
Quote:
Originally Posted by wata View Post
i think i report this problem here on 27th September 2007
http://forum.doom9.org/showthread.ph...77#post1048977
The important thing is reporting it to the devs on their forum. They don't hang out here much.

Your post was a little difficult to understand too...
Schrade is offline   Reply With Quote
Old 22nd March 2008, 19:10   #733  |  Link
Gripweed
Registered User
 
Gripweed's Avatar
 
Join Date: Apr 2003
Location: NJ USA
Posts: 10
Quote:
Originally Posted by LoRd_MuldeR View Post
Did you try "--autoindex" and/or "--index-mpeg" yet?

Have a look here for a list available commandline options, if not already done:
http://www.avidemux.org/admWiki/inde...usage#Commands
I'm having a bit of a problem with the "Use alternate safe read mode for h264 video" y/n question coming up when processing a H264 file. There appears to be a "--force-alt-h264" option but not a don't force option. My batch gets stuck there everytime waiting for me to enter "n". Am I missing something?
Gripweed is offline   Reply With Quote
Old 30th March 2008, 17:13   #734  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Avidemux 2.4.1 SVN-r3945 (2008-03-30)
http://www.avidemux.org/

Quote:
3945 - [x264] pass the correct direct prediction mode to encoder
3944 - [Win32] remove exception handler before exiting (causes crash with Vista + MinGW GCC + Qt4)
3943 - [Qt4] correctly cache translated strings
3941 - [I18N] French update by NSV
3931 - [Qt4] add expanding spacer to dialogFactory tabs
3908 - [SDL] fix zoom when using SDL
3907 - [CMake] improve detection of libiconv
Quote:
Revision 3945 (30 Mar 2008)
# Updated win_iconv to 20080320.
# Updated x264 to SVN revision 798 and compiled with Microsoft Visual C++ 9.
Download Mirror #1: http://mulder.dummwiedeutsch.de/
Download Mirror #2: http://www.razorbyte.com.au/avidemux/
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Old 31st March 2008, 19:44   #735  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Avidemux 2.4.1 SVN-r3947 (2008-04-01)
http://www.avidemux.org/

Quote:
3947 - [Mov] Support for mjpegA in mov/mp4
3945 - [x264] pass the correct direct prediction mode to encoder
Quote:
Revision 3947 (01 Apr 2008)
# Updated x264 to SVN revision 808, compiled with Microsoft Visual C++ 6 SP5.
Download Mirror #1: http://mulder.dummwiedeutsch.de/
Download Mirror #2: http://www.razorbyte.com.au/avidemux/
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Old 11th April 2008, 13:59   #736  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Avidemux 2.4.1 SVN-r3974 (2008-04-10)
http://www.avidemux.org/

Quote:
3974 [I18N] fix typo introduced in r3971
3973 [Win32] install GTK+ locale files to share directory and remove Qt locale files on uninstall
3972 [CMake] remove duplicate code from scripts otherwise CMake 2.6 complains
3971 [I18N] make various strings translatable
3970 [I18N] French update by NSV
3969 [Mov] Fix avc when colr atom is present
3947 [Mov] Support for mjpegA in mov/mp4
Quote:
Revision 3974 (10 Apr 2008)
# Updated GLib to version 2.16.2.
# Updated x264 to SVN revision 816.
Download Mirror #1: http://mulder.dummwiedeutsch.de/
Download Mirror #2: http://www.razorbyte.com.au/avidemux/
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Old 20th April 2008, 17:16   #737  |  Link
CruNcher
Registered User
 
CruNcher's Avatar
 
Join Date: Apr 2002
Location: Germany
Posts: 4,926
Whats about .m2ts AVC Index support? (i guess there is no support yet in libavformat for it?)
__________________
all my compares are riddles so please try to decipher them yourselves :)

It is about Time

Join the Revolution NOW before it is to Late !

http://forum.doom9.org/showthread.php?t=168004
CruNcher is offline   Reply With Quote
Old 20th April 2008, 19:04   #738  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Quote:
Originally Posted by CruNcher View Post
Whats about .m2ts AVC Index support? (i guess there is no support yet in libavformat for it?)
http://www.avidemux.org/admForum/viewtopic.php?id=3919
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Old 20th April 2008, 22:47   #739  |  Link
CruNcher
Registered User
 
CruNcher's Avatar
 
Join Date: Apr 2002
Location: Germany
Posts: 4,926
yep still a big way to go (for AviDemux currently keeping up) tried some stuff (Mainconcept interoperability)

AVC (Blu-Ray)

Mplayer for Windows (LoRd_MuldeR latest package mplayer by sherpya)

MPG (fails)
TS (works)
M2TS (works)
MP4 (works)
MKV (works)

FFMPEGsource 1.18

MPG (fails)
TS (works)
M2TS (works seekmode=-1)
MP4 (works)
MKV (works)

Videolan (current release 0.8.6f)

MPG (fails)
TS (parsing ok) (decoding fails mbaff)
M2TS (parsing ok) (decoding fails mbaff)
MP4 (parsing ok) (decoding fails mbaff)
MKV (parsing ok) (decoding fails mbaff)

Avidemux r3974

MPG (fails)
TS (fails crashes after indexing in every mode also after reconstructing the pictures very weired behavior)
M2TS (fails)
MP4 (fails)
MKV (fails)


It looks like Videolan isn't Mbaff patched yet and Avidemux still has issues @ parsing stuff, especially with AVC inside Program Stream all fail (not yet libavformat supported?)
Tough all in all that's a very good overall result (almost 100% of AVC supported container are working now OSS) only MPG is missing, compared to 1 year ago allot has been achieved congrats to all involved and AviDemux just has to get it correctly integrated now

Heres also a short sample of the index file

ADMY0003
Type : T
File : C:\x264hardware\test.ts
Append : 0
Image : P
Picture : 1920 x 2176 25000 fps <----- (wrong parsed) it's 1920x1080(8) 23.976 fps
Payload : H264
Nb Gop : 00000906
Nb Images: 0000000906
Nb Audio : 00
Main aud : 00
Streams : V1011:0000
__________________
all my compares are riddles so please try to decipher them yourselves :)

It is about Time

Join the Revolution NOW before it is to Late !

http://forum.doom9.org/showthread.php?t=168004

Last edited by CruNcher; 21st April 2008 at 02:18.
CruNcher is offline   Reply With Quote
Old 25th April 2008, 00:10   #740  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Avidemux 2.4.1 SVN-r3982 (2008-04-24)
http://www.avidemux.org/

Quote:
3982 - [I18N] Italian update by zoppo & French update by NSV
3981 - [I18N] make various strings translatable
3974 - [I18N] fix typo introduced in r3971
Quote:
Revision 3982 (24 Apr 2008)
# Updated Cairo to version 1.6.4-1.
# Updated GLib to version 2.16.3.
# Updated Pango to version 1.20.2.
# Updated x264 to SVN revision 828.
Download Mirror #1: http://mulder.dummwiedeutsch.de/
Download Mirror #2: http://www.razorbyte.com.au/avidemux/
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊
LoRd_MuldeR is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:31.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.