Hi, > It's replaced by the ffmpeg's default values and that's what I'm trying to > avoid. I want to completely get rid of these things: > https://prnt.sc/rfhi5k
I wonder if it’s impossible… As you say, if you leave it blank, it gets filled with the default values, but you can fake it by typing a space in the field. The tag will still show up with no value. % ffmpeg -y -i "E:\ts_sample_with_metadata.ts" -c copy -program program_num=0x1111:st=0:st=1 -metadata:p:0 service_name=" " -metadata:p:0 service_provider=" " "E:\ts_sample_without_metadata.ts" Regards, Ted Park _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
