Hi. I try remove "Writing library" and "Encoding settings" metadata from 1080i Interlaced videofile
But is corrupted rewind and seek in the 1080i Interlaced videofile. working only 1080p progressive videofile.Code:ffmpeg -i "video.ts" -map_metadata -1 -bsf:v 'filter_units=remove_types=6' -codec copy "video1.ts"
+ Reply to Thread
Results 1 to 6 of 6
-
-
Can't remux
Code:ffmpeg -i "video.ts" -bsf:v 'filter_units=remove_types=6' -c copy "video.mkv"
Code:[matroska @ 000001c4dba0fa40] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly [matroska @ 000001c4dba0fa40] Can't write packet with unknown timestamp [aost#0:1/copy @ 000001c4dba07500] Error submitting a packet to the muxer: Invalid argument Last message repeated 1 times [out#0/matroska @ 000001c4da6d4880] Error muxing a packet [out#0/matroska @ 000001c4da6d4880] Task finished with error code: -22 (Invalid argument) [out#0/matroska @ 000001c4da6d4880] Terminating thread with return code -22 (Invalid argument) [matroska @ 000001c4dba0fa40] Can't write packet with unknown timestamp [out#0/matroska @ 000001c4da6d4880] Error writing trailer: Invalid argument
-
-
try losslesscut .. you can edit the Metadata or delete it. you can also switch containers easily.
recommend changing container to ts, then back to whatever you like.As always .. there is nothing wrong with my environment
Similar Threads
-
YT-DLP "-o" and "--parse-metadata" for custom "File.name"
By pssh in forum Video Streaming DownloadingReplies: 2Last Post: 30th May 2024, 09:03 -
Stripping "Writing Library" & "Encoding Settings" Metadata Off a File While
By simon744 in forum Video ConversionReplies: 0Last Post: 14th Aug 2023, 10:53 -
How to remove "color range" h264 metadata from video?
By Ligre in forum Video ConversionReplies: 4Last Post: 11th Aug 2023, 07:17 -
Edit Metadata tag to add "maximum bit rate" for MKV file
By kalemvar1 in forum Video ConversionReplies: 2Last Post: 14th Feb 2023, 17:12 -
remove metadata and keep audios and subtitles using ffmpeg
By ekato993 in forum Video Streaming DownloadingReplies: 0Last Post: 6th Jun 2021, 04:28