Version V0.3.0 contains the most significant changes since the first release as in current Release I finally added File To File Insert-Edit.
Now you can patch video sequence replacing it with video sequence from another file.
There are not many sanity checks like fps or field order or chroma subsampling. In other words, it’s up to a user if he/she wants to replace 23.98 sequence with 29.97…
Chroma subsampling: if Target and Source files have different chroma subsampling the source video will be decoded and chroma will be up/down sampled.
Field Order: if Target and Source files have different field order the source video will be decoded and encoded back as it has the same field order (Note: If you insert interlaced video to progressive video will be encoded as progressive but without deinterlacing)
So basically on the current stage the only limitation both files should be the same resolution (later this limitation will be removed as well)
Tag Archives: ProRes
AMCDX Video Patcher [Metadata Editor] V0.2.6
AMCDX Video Patcher/Metadata Editor v0.2.6 released
Features:
Added “Move headers to the end of the file” – Move all metadata to the end of the file so you can unlimited space to extend you metadata
Bugs Fixed:
1) Fixed “Reel name” edit
2) Fixed “Add Picture Aspect Ratio”
3) Fixed Video Playback regression
4) Fixed “Gama” Edit
AMCDX Video Patcher V0.2.5
AMCDX Video Patcher v0.2.5 Released
Features:
1) Added Gama Atom support
2) Added Pasp Atom support
3) Added “Add Timecode”
Bugs Fixed:
1) Fixed Reel Name removal
2) Fixed Metadata editor crash on opening file with multiple Free atoms
3) Fixed support of files with corrupted Pasp atom
4) Fixed support of files with zero length mdat atom
AMCDX Video Patcher V0.2.1
AMCDX Video Patcher v0.2.1 is released:
Features:
1) Added Reel Name support
2) Minor UI updates
Bugs:
1) Fixed edit issue with files >4GB
2) Fixed drop flag detection
3) Metadata editor do not allow to open mxf files (fore the time being)
OSX Installer
AMCDX Video Patcher V0.2.0
AMCDX Video Patcher v0.2.0 officially released.
There were several bugs fixed and added new tab “Edit Metadata” where you can in-place edit MOV metadata as well as ProRes frame metadata.
Metadata Editor Features:
1) ProRes frame metadata edit
2) MOV Timecode edit (edit timecode, edit drop flag)
3) MOV Colr Atom edit/remove/add
4) MOV Fiel Atom edit/remove/add
5) MOV Clap Atom edit/remove/add
Bugs fixed:
1) fixed Audio playback for tracks with more than 2 channels
2) reduced a bit CPU usage during playback
3) fixed support of MOV files with broken CLAP atom
What’s next?
Metadata Editor:
1) Add/Remove Timecode track
2) Tapt and Pasp atom edit/add/remove
3) Audio metadata edit
4) DNx frame metadata edit
ProRes Patcher:
1) File-to-file Insert
OSX Installer
AMCDX Video Patcher v0.1.0
AMCDX Video Patcher v0.1.0 officially released.
The main update is Performance optimizations… Now decoder is almost x10 faster and encoder x5 faster. which allows decode and encode 4k content realtime even on 4 cores machines
Also added timecode display and Audio playback
Bugs fixed:
1) Crash on open file with alpha (files not supported yet but no crash)
2) Crash on Open file with a width which not aligned to 16
3) Audio bit depth detection
4) Crash when trying to open a file if edit “In Progress”
5) Show error message when attempted to open Mov file without prores content
Features:
1) Performance optimization (multithreaded ProRes decoding and encoding, realtime playback of 4K footage)
2) Audio playback
3) Show current frame / timecode during playback
4) Show name/path of current file
Whats next?
Next will be File to File insert eg:
1) insert one or more frames from one ProRes file to another
2) Insert Rectangle from (eg Picture in Picture)
AMCDX Video Patcher v0.0.7
Release notes:
Features:
1) Added In/Out points support
2) Added Progress
3) Added tooltips
Bugs:
1) Fixed some Interlaced Prores files crash
2) Fixed support of Mov files with empty ‘dref’
3) Fixed mxf Op-Atom duration detection
Note: there are a lot of AVX2 optimizations so the app will crash if your CPU does not support AVX2
AMCDX Video Patcher V0.0.5
I finally found some time to release AMCDX Video Patcher v0.0.5
the video above shows newly added features.
Release notes:
Features:
1) Added “Save to PNG” functionality that allows you to save selected part of ProRes frame to PNG image (16 bit per component)
2) Added “Insert from PNG” functionality that allows you to replace selected rectangle by an image from PNG file
Bugs:
1) Fixed various UI bugs
2) Fixed MOV reader crash
3) Fixed color Matrix detection
Note: there are a lot AVX2 optimizations so app will crash if CPU does not support AVX2
AMCDX Video Patcher v0.0.3
Its almost week left after v0.0.1 was released and as I said before it was more proof of concept.
I got some feedback and bug reports and I`m ready to release version 0.0.3
What`s done?
1) added support of ProRes in MXF files (op1a and op-atom)
2) significantly improved Blur and decoder Performace
3) fixed YUV422 chrominance blur
4) fixed support of MOVs > 4GB
5) fixed various UI bugs
6) Added Windows Installer
7) Notarized Mac OS installer
AMCDX Video Patcher
Today I decided to release the first version of the tool I work on. To be fair its more like a proof of concept but still, id love to have some feedback so decided to share it
So currently It can:
1) open and playback MOV files with ProRes encoded Video
2) decode selected rectangle, blur it, encode and record back (so you can easily blur a face or anything else you don’t like on your final video)
Its still in progress and current implementation just shared to prove couple things:
1) we can easily edit files in-place
2) if we need to edit just exact rectangle we don’t need to decode and later encode back whole frame
3) obviously instead of blur we can add any effect needed or just replace part of the frame with a new one (for example its possible to add logo)
I uploaded OSX installer to GitHub and plan to upload Windows version tomorrow:
https://github.com/da8eat/VideoEditorInstaller/raw/master/AMCDXVideoPatcher.pkg
P.S. It s still in an experimental mode so I would recommend copying a file you try to edit it
I added short Video which demonstrates how it can be used