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. |
![]() |
#81 | Link |
Registered User
Join Date: Dec 2007
Posts: 150
|
Mulder the Jump I refer to (probably jump is not the correct word). When gui is at full screen, and then load a new video. The gui shrinks and moves elsewhere on the screen. I thought as you say it's because of the video dimensions and gui resizing. If it cannot be done, thats ok, just thought i'd ask as its unusual to see this. I see where other softwares the gui windows remains staic, when a new video is loaded. And the video dimensions are loaded to correct aspect for the video. If not possible no problem is only a cosmetic.
Have got around the OGM file i used Yamb to demultiplex the video and audio streams (where is the demultiplexer in avidemux?). So then i could process each stream individualy. Have now a transcoded xvid-avi with an mp2 audio stream video file. For other softwares i meant the piffy ones the say they do it all (commercial softwares). Yet they do very little and many only know of the correct iso specifications for ntsc. With many of these such softwares they only allow for with xvid-avi transcoding with mp3 or wav no other options. It is why i am now using avidemux, because it has all the options, and does what i need everytime. ![]() |
![]() |
![]() |
![]() |
#82 | Link | |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,246
|
Quote:
I think this is how it was intended, but you may want to file a feature request anyway ![]()
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ |
|
![]() |
![]() |
![]() |
#84 | Link | |
Registered User
Join Date: Jul 2004
Posts: 26
|
Quote:
A. Open packed avi,unpack it,cut/edit on the fly,then save. B. Open packed avi,unpack it,SAVE it. Open the saved avi(unpack),cut/edit it,save it which one is the right/better way? And Avidemux seems can't direct conver "packed" avi to "unpack" mp4. When I opened a "packed" avi and unpack it and save a new mp4 file,I found there is "packed bitstream" data in the mp4 file... Does it mean If I wanna conver a packed avi to a unpack bitstream mp4 I must open->unpack->save->open unpack one->save as mp4 ? Is there any shortcut? Last edited by akiza; 20th July 2009 at 11:49. |
|
![]() |
![]() |
![]() |
#85 | Link | ||
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,246
|
Quote:
Quote:
I don't think this exists for MP4 ...
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ |
||
![]() |
![]() |
![]() |
#86 | Link | |
Registered User
Join Date: Jul 2004
Posts: 26
|
Quote:
1. I open a "Packed bitsream avi" via avidemux. 2. unpack bitstream 3. save to a mp4 file (via copy mode) when I open the mp4 file via avidemux,the avidemux's FILE-INFORMATION show [Packed bitsream : Yes] Is that a bug or that mp4 file only contain bitstream directly copy from original avi file (unpack won't work in direct copy to mp4 file-type)? Last edited by akiza; 21st July 2009 at 09:54. |
|
![]() |
![]() |
![]() |
#87 | Link |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,246
|
If you set the "Format" to "MP4", then Avidemux won't unpack the "packed bistream" for obvious reasons. You must select "AVI, unpack VOP" to do that
![]() And yes, the way it is currently implemented, you can't unpack and re-mux the AVI to MP4 "on the fly". First unpack, then remux from the "unpacked" file!
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ |
![]() |
![]() |
![]() |
#89 | Link | |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,246
|
Quote:
I think even the ZIP files have some kind of checksum, which should detect corrupted archives on extract... Anyway here are your MD5 values: Code:
Avidemux.2009-07-25.Win32.exe = aa42f0da0ffcb91b8c728e6cb67594ff Avidemux.2009-06-23.Win32.Final.exe = 3df40bb0abb90afed6c5f5572dd614a9 Avidemux.2009-02-07.Win32.Final.exe = e09ad0122eb3c532803df621cc501eda
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ Last edited by LoRd_MuldeR; 29th July 2009 at 14:26. |
|
![]() |
![]() |
![]() |
#90 | Link | |
Registered User
Join Date: Jul 2004
Posts: 26
|
Quote:
![]() ~~~ I downloaded the SVN 5152 and find some strange in the x264 config window *** commit af2a4ecd7bcefc97c8aa83913c9a2980206f9cd0 r1177 Author: Jason Garrett-Glaser <darkshikari@gmail.com> Date: Wed Jul 1 21:14:57 2009 -0700 Our defaults have also changed: new defaults are --subme 7 --bframes 3 --8x8dct --no-psnr --no-ssim --threads auto --ref 3 --mixed-refs --trellis 1 --weightb --crf 23 --progress. *** The new "default" setting has changed since r1177. The crf value should be 23 but SVN 5152's x264 crf default value is "26"... ![]() |
|
![]() |
![]() |
![]() |
#91 | Link |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,246
|
The defaults for the x264 CLI (command-line) encoder have changed in r1177 indeed. But that doesn't effect Avidemux at all. It has its own default values
![]() But I agree that the x264 dialog in Avidemux needs some updates: * SubME=10 ("QPRD") is missing and only available in Avidemux through a patched libx264 * Psy-RDO and Psy-Trellis cannot be adjusted, because options are missing * AQ mode 2 (aka "AutoVAQ") is missing too and again only available via patched libx264 So adjusting Avidemux' x264 dialog for the new x264 defaults is definitely not the most important thing to do. You can always choose your preferred settings. Don't worry too much about the defaults...
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ Last edited by LoRd_MuldeR; 30th July 2009 at 03:28. |
![]() |
![]() |
![]() |
#92 | Link | |
Registered User
Join Date: Jul 2004
Posts: 26
|
Quote:
It's usefull when encoding some noisy video. ![]() |
|
![]() |
![]() |
![]() |
#93 | Link | |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,246
|
Quote:
![]() Anyway, I don't recommend using that option. If you need denoising, then better use a "real" denoise filter like "hqdn3d" or "Fluxsmooth". Last but not least I prefer keeping the noise instead of smoothing it out. x264 has very good noise retention now...
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ |
|
![]() |
![]() |
![]() |
#94 | Link | |
Registered User
Join Date: Jul 2004
Posts: 26
|
Quote:
The reason I perfer using nr filter is, using value 100~150, the filter can reduce file size about 10%~20% and keeping a lot detail. Using HQDN3D (or other smooth filter) It still can reduce file size about 15%~25% but lossing too muvh detail @@ Is there any doc or guide about the "nr filter" ? ![]() |
|
![]() |
![]() |
![]() |
#95 | Link |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,246
|
Other denoise filters have options to tweak the filter too. So if you think they remove too much detail, you should reduce the strength
![]() What docs do you need about the x264 "nr" filter? There is only one parameter which controls the strength of the filter. Even the x264 developers say that the built-in denoise filter is very simple/fast and that it never was developed to be a "high quality" denoiser. http://forum.doom9.org/showpost.php?...16&postcount=2 And why do you want to denoise at all? Nowadays x264 is pretty good in retaining noise. And you never can remove the noise without destroying at least some detail at the same time. http://forum.doom9.org/showthread.php?t=147394
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ Last edited by LoRd_MuldeR; 3rd August 2009 at 05:04. |
![]() |
![]() |
![]() |
#96 | Link | |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,246
|
Quote:
2. Open the first VOB file that belongs to the "main" movie in Avidemux and (if Avidemux asks) agree to append the other parts (VOB files). 3. Set "Video" to "MPEG-4 ASP (Xvid)", set "Audio" to "MP3 (LAME)" and set "Format" to "AVI". 4. Click the "Configure" button right below "Video", set "Encoding Mode" to "Video Size (Two Pass)" and enter the desired target filesize (note that this is for the Video part only, audio is not included here !!!). 5. Also set "Pixel Aspect Ratio" to "As Input", then press "OK" to close the Xvid configuration dialog. 6. Goto "File" -> "Save" -> "Save Video", save to "Foobar.avi" and wait...
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ Last edited by LoRd_MuldeR; 6th August 2009 at 22:05. |
|
![]() |
![]() |
![]() |
#97 | Link | |
Registered User
Join Date: Jan 2008
Location: Kharkov, UA
Posts: 105
|
Quote:
Code:
tcextract -i movie.vob -t vob -x mpeg2 > movie.m2v tcextract -i movie.vob -a 0 -x ac3 -t vob > movie.ac3
__________________
Gentoo linux |
|
![]() |
![]() |
![]() |
#98 | Link |
Registered User
Join Date: Jun 2020
Posts: 289
|
Avidemux is a free multi-platform video editor designed for simple cutting, filtering and encoding tasks.
Links: - Code: https://github.com/mean00/avidemux2/commits/master - Dev. versions (recommended for x64): http://www.avidemux.org/nightly/ - Releases: http://avidemux.sourceforge.net/download.html - user Forum: https://avidemux.org/smif/index.php Good cutter (supporting many different input formats, ex: h264 mp4) with a nice simple QT5 interface. Supports .py project scripting and filter plugins.
__________________
bShaders: realtime Effects/filters for video players Last edited by butterw2; 28th January 2021 at 16:32. |
![]() |
![]() |
![]() |
#99 | Link |
Registered User
Join Date: Sep 2007
Location: Italy
Posts: 19
|
How to activate qcomp (Quantiser Curve Compression) in Avidemux? Its section is always disabled in the latest versions, in any x264 gui configuration.
It only works with the default values: qcomp 60%; or 80% in some preset/tune. ![]() I tried Avidemux 2.8.x vsWin64 and Win64 for windows (10) x64. |
![]() |
![]() |
![]() |
Tags |
avidemux, faq |
Thread Tools | Search this Thread |
Display Modes | |
|
|