avidemux-users Mailing List for avidemux
A free video editor to cut, filter, and encode projects
Status: Beta
Brought to you by:
mean
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Jodi W. <jo...@jo...> - 2023-08-10 16:44:39
|
Hi, I can't seem to get onto your forum, doesn't like my email. Just thought I'd report that I'm seeing a lot of slowdown with encoding in this version on my system, like half the speed of v2.8.0. It seems to be file operations too, I can see slowdown in the file loading too. Info dump below. Kind regards, Jodi. My system is: OS Name: Microsoft Windows 11 Pro OS Version: 10.0.22621 N/A Build 22621 OS Manufacturer: Microsoft Corporation OS Configuration: Standalone Workstation OS Build Type: Multiprocessor Free Original Install Date: 21/09/2022, 10:22:42 System Boot Time: 10/08/2023, 07:31:58 System Manufacturer: System manufacturer System Model: System Product Name System Type: x64-based PC Processor(s): 1 Processor(s) Installed. [01]: AMD64 Family 23 Model 8 Stepping 2 AuthenticAMD ~3400 Mhz BIOS Version: American Megatrends Inc. 2407, 01/07/2020 Windows Directory: C:\WINDOWS System Directory: C:\WINDOWS\system32 Boot Device: \Device\HarddiskVolume5 System Locale: en-gb;English (United Kingdom) Input Locale: en-gb;English (United Kingdom) Time Zone: (UTC+00:00) Dublin, Edinburgh, Lisbon, London Total Physical Memory: 16,296 MB Available Physical Memory: 7,340 MB Virtual Memory: Max Size: 21,672 MB Virtual Memory: Available: 8,898 MB Virtual Memory: In Use: 12,774 MB Page File Location(s): C:\pagefile.sys See below for a py for my encoder settings. #PY <- Needed to identify # #--automatically built-- adm = Avidemux() if not adm.loadVideo("E:/Coding/final24 raw.ts"): raise("Cannot load E:/Coding/final24 raw.ts") if not adm.appendVideo("E:/Coding/final25 raw.ts"): raise("Cannot append E:/Coding/final25 raw.ts") if not adm.appendVideo("E:/Coding/final26 raw.ts"): raise("Cannot append E:/Coding/final26 raw.ts") if not adm.appendVideo("E:/Coding/final27 raw.ts"): raise("Cannot append E:/Coding/final27 raw.ts") if not adm.appendVideo("E:/Coding/final28 raw.ts"): raise("Cannot append E:/Coding/final28 raw.ts") adm.clearSegments() adm.addSegment(0, 50000, 2495466667) adm.addSegment(1, 50000, 3023683334) adm.addSegment(2, 50000, 770750000) adm.addSegment(3, 50000, 2946166667) adm.addSegment(3, 3735950000, 179883333) adm.addSegment(4, 50000, 4495450000) adm.markerA = 0 adm.markerB = 3599050000 adm.setPostProc(3, 3, 0) adm.setHDRConfig(1, 1, 1, 1, 0) adm.videoCodec("x264", "useAdvancedConfiguration=True", "general.params=2PASSBITRATE=1000", "general.threads=0", "general.preset=medium", "general.tuning=none", "general.profile=high", "general.fast_decode=False", "general.zero_latency=False" , "general.fast_first_pass=True", "general.blueray_compatibility=False", "general.fake_interlaced=False", "level=-1", "vui.sar_height=1", "vui.sar_width=1", "vui.overscan=0", "vui.vidformat=5", "vui.fullrange=False" , "vui.colorprim=2", "vui.transfer=2", "vui.colmatrix=2", "vui.chroma_loc=0", "MaxRefFrames=3", "MinIdr=25", "MaxIdr=250", "i_scenecut_threshold=40", "intra_refresh=False", "MaxBFrame=3", "i_bframe_adaptive=1" , "i_bframe_bias=0", "i_bframe_pyramid=2", "b_deblocking_filter=True", "i_deblocking_filter_alphac0=0", "i_deblocking_filter_beta=0", "cabac=True", "interlaced=False", "constrained_intra=False", "tff=True" , "fake_interlaced=False", "analyze.b_8x8=True", "analyze.b_i4x4=True", "analyze.b_i8x8=True", "analyze.b_p8x8=True", "analyze.b_p16x16=False", "analyze.b_b16x16=False", "analyze.weighted_pred=2", "analyze.weighted_bipred=True" , "analyze.direct_mv_pred=1", "analyze.chroma_offset=0", "analyze.me_method=4", "analyze.me_range=16", "analyze.mv_range=-1", "analyze.mv_range_thread=-1", "analyze.subpel_refine=9", "analyze.chroma_me=True" , "analyze.mixed_references=True", "analyze.trellis=1", "analyze.psy_rd=1.000000", "analyze.psy_trellis=0.000000", "analyze.fast_pskip=True", "analyze.dct_decimate=True", "analyze.noise_reduction=0", "analyze.psy=True" , "analyze.intra_luma=11", "analyze.inter_luma=21", "ratecontrol.rc_method=0", "ratecontrol.qp_constant=0", "ratecontrol.qp_min=10", "ratecontrol.qp_max=51", "ratecontrol.qp_step=4", "ratecontrol.bitrate=0" , "ratecontrol.rate_tolerance=1.000000", "ratecontrol.vbv_max_bitrate=0", "ratecontrol.vbv_buffer_size=0", "ratecontrol.vbv_buffer_init=1", "ratecontrol.ip_factor=1.400000", "ratecontrol.pb_factor=1.300000" , "ratecontrol.aq_mode=1", "ratecontrol.aq_strength=1.000000", "ratecontrol.mb_tree=True", "ratecontrol.lookahead=40") adm.audioClearTracks() adm.setSourceTrackLanguage(0,"und") if adm.audioTotalTracksCount() <= 0: raise("Cannot add audio track 0, total tracks: " + str (adm.audioTotalTracksCount())) adm.audioAddTrack(0) adm.audioCodec(0, "copy") adm.audioSetDrc2(0, 0, 1, 0.001, 0.2, 1, 2, -12) adm.audioSetEq(0, 0, 0, 0, 0, 880, 5000) adm.audioSetChannelGains(0, 0, 0, 0, 0, 0, 0, 0, 0, 0) adm.audioSetChannelDelays(0, 0, 0, 0, 0, 0, 0, 0, 0, 0) adm.audioSetChannelRemap(0, 0, 0, 1, 2, 3, 4, 5, 6, 7, 8) adm.audioSetShift(0, 0, 0) adm.setContainer("MP4", "muxerType=0", "optimize=1", "forceAspectRatio=False", "aspectRatio=1", "displayWidth=1280", "rotation=0", "clockfreq=0") |
From: Star167 <rin...@gm...> - 2023-04-21 21:29:44
|
Hello Avidemux is very good video editor I want following features to be added in future version I do lot of editing in it. 1. it should have separate tools option like losslesscut, where users can select all the files to merge, re-arrange them in order, because if lights go out, We have to again select so many big files to be merged 1 by 1, and it takes so much time. 2. It should have option to save project like davinci so that when lights go out we don't have to again select all files to be merged, it should auto resume at point till lights went out . 3. It should show filenames of all files opened in timeline, otherwise confusing if merging so many files 4.It should be able to trim at any frame,not always keyframe like davinci for precise cut. 1. It should have seperate tab within main gui like davinci to make potrait video from landscape videos. 2. It should be able to silence or mute audio at any place in timeline. 3. It should show seperate waveform for audio to silence etc. 4. It should be able to accept different audio codecs when importing seperate audio. 5. It should be able to mix seperate audio with current audio in video in timeline . |
From: Bernard T. H. <bt...@hi...> - 2017-10-18 13:48:25
|
I am running FreeBSD FreeBSD 11.1-RELEASE-p1 and Avidemux 2.6.11 (QT) installed from packages. I have no muxers so I can't read anything, much less write. The avidemux-plugins port is broken and there is no package for it... Can anyone tell me where I can get any (I do have Avidemux 2.7 working under Windows) TIA Bernard Higonnet |
From: Israel L. <lav...@gm...> - 2017-04-18 11:40:20
|
Hi I just installed AVIDEMUX, trimmed a clip and saved it .. But where do I find what I saved ?? Tried to find answer on your "Help" option and unfortunately I failed... Thanks in advance Israel Lavie Dr. Israel Lavie Cell - 054-4697496 Tel/Fax 09-7430310 lav...@gm... Skype - israel.lavie |
From: Mike M. <mi...@re...> - 2010-07-19 13:46:30
|
Hi On some (not all) mpeg ts that I cut adverts from using avidemux the audio stops partway, especially using mpeg-ts format I attach a log showing the issue The first was encoding using MPEG-TS container and the second AVI The first attempt the audio stops at 1:11, whilst the second (avi) is fine. Exactly the same file. Any ideas what is happening? |
From: Tom A. <to...@to...> - 2009-08-17 17:21:26
|
Hi All, I'm trying to run a script on Avidemux 2.5 on Windows Vista. Poetry1.project is the script file. It didn't work on the GUI so I tried the command line: c:\Program Files\Avidemux 2.5>avidemux2_cli.exe --run c:\videoTest\poetry1.project. On the CLI I get the following error: *********** BACKTRACE ************** Frame 0: c:\Program Files\Avidemux 2.5\libADM_core.dll(ADM_backTrack+0x55B7) [0x651055B7] Frame 1: c:\Program Files\Avidemux 2.5\avidemux2_cli.exe(<unknown>+0x18108) [0x00418108] Frame 2: c:\Program Files\Avidemux 2.5\avidemux2_cli.exe(<unknown>+0x75FB) [0x004075FB] Frame 3: c:\Program Files\Avidemux 2.5\avidemux2_cli.exe(<unknown>+0x26414) [0x00426414] Frame 4: c:\Program Files\Avidemux 2.5\libjs.dll(js_Invoke+0x2C0D3) [0x708EC0D3] Frame 5: c:\Program Files\Avidemux 2.5\libjs.dll(js_Invoke+0x33BAD) [0x708F3BAD] Frame 6: c:\Program Files\Avidemux 2.5\libjs.dll(js_Invoke+0x39330) [0x708F9330] Frame 7: c:\Program Files\Avidemux 2.5\libjs.dll(JS_ExecuteScript+0x3BBF) [0x708C3BBF] Frame 8: c:\Program Files\Avidemux 2.5\avidemux2_cli.exe(<unknown>+0x25712) [0x00425712] Frame 9: c:\Program Files\Avidemux 2.5\avidemux2_cli.exe(<unknown>+0x3905) [0x00403905] Frame 10: c:\Program Files\Avidemux 2.5\avidemux2_cli.exe(<unknown>+0x9FF6F) [0x0049FF6F] Frame 11: c:\Program Files\Avidemux 2.5\avidemux2_cli.exe(<unknown>+0xFCE54) [0x004FCE54] Frame 12: c:\Program Files\Avidemux 2.5\avidemux2_cli.exe(<unknown>+0xCB3A) [0x0040CB3A] Frame 13: c:\Program Files\Avidemux 2.5\avidemux2_cli.exe(<unknown>+0x124B) [0x0040124B] Frame 14: c:\Program Files\Avidemux 2.5\avidemux2_cli.exe(<unknown>+0x1298) [0x00401298] Frame 15: C:\Windows\system32\kernel32.dll(BaseThreadInitThunk+0x4380B) [0x7683380B] Frame 16: C:\Windows\system32\ntdll.dll(LdrInitializeThunk+0x3A9BD) [0x7773A9BD] *********** BACKTRACE ************** Assert failed at file e:/Dev/avidemux_2.5.1/avidemux/ADM_editor/ADM_edit.cpp, line 262. Does anybody know if this is a bug in Avidemux, a shortage in memory on my computer or a bug in my script? And maybe how to solve this if it is an error in my memory or script? If more info is needed let me know! Thanks in advance, Tom Aizenberg |
From: fx <fx...@wa...> - 2003-03-04 07:10:48
|
Oops it did not see that message To cur you have to use the file->save raw to export the cut raw video stream and file -> save audio to save raw cut audio The multiplex both Sorry for the delay |
From: gianluca <gia...@ho...> - 2002-12-25 22:33:06
|
Hi I converted a divx file into mpg2 video with transcode Now I need to cut this big file (1 GB) and I try to do with Avidemux. I open the mpg file, and generate the index. I open the index anche select the first 60 minutes. Now I try to save AVI, but the program take a lot of minutes and generate 1 very very big file (more 2 GB)... What's append? How I split a video files without none transformation? thanks. p.s.: avisplit crashes when I try to split the file Gianluca | Linux User: #287733 http://gianm.HomeLinux.org Icq: 10060110; chan #ce...@az... Ceres Mailing list : Humor e barzellette Iscriviti con una eMail vuota a : cer...@do... |
From: fx <fx...@wa...> - 2002-11-22 18:57:04
|
Test |