![]() |
[HELP] Delete metadata - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [HELP] Delete metadata (/thread-1282.html) |
Delete metadata - KERNEL59 - 19.03.2020 Hi , i search with Hybrid (the best software encoder) delete metadata : Writing library and Encoding settings Quote:Writing library : x264 core 159 r2991 1771b55 explain to me step by step please thanx in advance ! RE: Delete metadata - Selur - 19.03.2020 The x264 authors want those information to be in the streams that are created with their encoder, which I why I do not plan to add an option of this in Hybrid. That said, iirc using: "path to ffmpeg" -i "path to input" -c copy -bsf:v 'filter_units=remove_types=6' "path to stripped output" step-by-step: 1. open Windows Command prompt (or Terminal if you are on Linux or Mac) 2. Adjust the above call (by replacing the 'path to ...' entries) 3. Call the call Cu Selur Ps.: There might be other options to do this, but this is the first one that popped into my mind. PPs.: As a side note: In x265 you can disable the 'encoding settings'-SEI data by disabling 'x265->Signaling->General Signaling->SEI Info'. RE: Delete metadata - KERNEL59 - 19.03.2020 merci for the reps ![]() i download FFmpeg : https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20200315-c467328-win64-static.zip add ffmpeg.exe in root C:\ add Input folder in root C:\ add Output folder in root C:\ add input.mkv in Input folder add line : ffmpeg.exe" -i "C:\Input\input.mkv" -bsf:v "filter_units=remove_types=6" -c copy "C:\Output\output.mkv" to CMD comand (admin) problem : ![]() Fixed !!!! thanxxx RE: Delete metadata - Selur - 19.03.2020 Quote:Fixed !!!! thanxxxI guess you saw that you used: ffmpeg.exe" "ffmpeg.exe" ffmpeg.exe ![]() Cu Selur |