Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-07 Thread MediaMouth
On Feb 7, 2021, at 6:51 AM, Paul B Mahol wrote: > > This is because it does not allow arbitrary values, just some small set. Thanks for all the info Paul. Very revealing. A couple of side questions: - I noticed on the https://id3.org/id3v2.4.0-frames page t

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-07 Thread Thibeau
Apologies, it makes sense if it chooses from a list of recognized values. Thx for all the help and patience! On Sun, 7 Feb 2021 at 14:52, Paul B Mahol wrote: > This is because it does not allow arbitrary values, just some small set. > > On Sun, Feb 7, 2021 at 3:51 PM Paul B Mahol wrote: > > >

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-07 Thread Paul B Mahol
This is because it does not allow arbitrary values, just some small set. On Sun, Feb 7, 2021 at 3:51 PM Paul B Mahol wrote: > > > On Sun, Feb 7, 2021 at 3:49 PM Thibeau > wrote: > >> It is very strange that if you change the value you set comment from >> 'Cover >> (front)' to e.g 'Cover' it wil

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-07 Thread Paul B Mahol
On Sun, Feb 7, 2021 at 3:49 PM Thibeau wrote: > It is very strange that if you change the value you set comment from 'Cover > (front)' to e.g 'Cover' it will set the tag to cover but ffmpeg won't > recognize it and display it as Other any ideas why this is? > Because if your set value does not m

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-07 Thread Thibeau
It is very strange that if you change the value you set comment from 'Cover (front)' to e.g 'Cover' it will set the tag to cover but ffmpeg won't recognize it and display it as Other any ideas why this is? On Sun, 7 Feb 2021 at 11:03, Thibeau wrote: > First ffprobe shows before executing ffmpeg

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-07 Thread Thibeau
First ffprobe shows before executing ffmpeg command . I installed the git version for ffmpeg to make sure it was the same as yours. It seems you're infact corrrect and it allows for you to set the tag to another and value and will default to Other. Thx for the help of explaining it. Didn't find the

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-07 Thread Thibeau
That’s what I didn’t know. Thanks for the help and the link! > On 7 Feb 2021, at 11:35, Paul B Mahol wrote: > > On Sun, Feb 7, 2021 at 11:19 AM Paul B Mahol wrote: > >> >> >>> On Sun, Feb 7, 2021 at 12:59 AM MediaMouth wrote: >>> >>> On Feb 6, 2021, at 3:32 PM, Paul B Mahol wrote:

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-07 Thread Paul B Mahol
On Sun, Feb 7, 2021 at 11:31 AM Thibeau wrote: > I did that command you gave with video and than audio in that order > checked it three times. > The metadata went to the audio not the video. > Feel free to test it yourself with the provided file. > Please let me know if it was my mistake and the

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-07 Thread Paul B Mahol
On Sun, Feb 7, 2021 at 11:19 AM Paul B Mahol wrote: > > > On Sun, Feb 7, 2021 at 12:59 AM MediaMouth wrote: > >> On Feb 6, 2021, at 3:32 PM, Paul B Mahol wrote: >> > >> > Can you share file? >> Yes. The O.P. made it available here: https://ufile.io/bgunj34e < >> https://ufile.io/bgunj34e> >> >

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-07 Thread Thibeau
I did that command you gave with video and than audio in that order checked it three times. The metadata went to the audio not the video. Feel free to test it yourself with the provided file. Please let me know if it was my mistake and the command is correct when you execute it. > On 7 Feb 2021,

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-07 Thread Paul B Mahol
On Sun, Feb 7, 2021 at 12:59 AM MediaMouth wrote: > On Feb 6, 2021, at 3:32 PM, Paul B Mahol wrote: > > > > Can you share file? > Yes. The O.P. made it available here: https://ufile.io/bgunj34e < > https://ufile.io/bgunj34e> > > > > > ffmpeg -i INPUT.png -i AUDIO.flac -map:v 0 -metadata comment

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Thibeau
Can second I get this message to but ffmpeg still continues. The end file however doesn’t set the metadata to the image it seems. I made sure to respect the order. Be sure to mention if it’s a mistake on my end. Maybe if you run with the file it works and it’s indeed my fault. Thanks already to e

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread MediaMouth
On Feb 6, 2021, at 3:32 PM, Paul B Mahol wrote: > > Can you share file? Yes. The O.P. made it available here: https://ufile.io/bgunj34e > > ffmpeg -i INPUT.png -i AUDIO.flac -map:v 0 -metadata comment=Other > -disposition:v:0 attached_pic -map:a 1 -metadata album=t

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Thibeau
 Here’s the link I previously already shared. https://ufile.io/bgunj34e (link is only valid for 30 days sadly) On Fri, 5 Feb 2021 at 17:28, MediaMouth wrote: > Can you post the actual media (or at least a sample version if there are > ownership issues)? > If yo can, I'll run a few tests. > > >

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Paul B Mahol
On Sun, Feb 7, 2021 at 12:23 AM MediaMouth wrote: > On Feb 6, 2021, at 15:13, Paul B Mahol wrote: > > > > I take random flac with cover art and converted it to flac with ffmpeg, > > cover art is kept. > > Is there any way at all to get control over the per stream metadata -- > specifically the 1

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Paul B Mahol
Here is full command: ffmpeg -i COVER.png -i AUDIO.flac -map:v 0 -disposition:v:0 attached_pic -map:a 1 FINAL.flac On Sat, Feb 6, 2021 at 6:01 PM Thibeau wrote: > >Ugh. Always coming back as "comment=other"? > Yea, but I'm not sure the value of tag is other and not just a value ffmpeg > doesn'

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread MediaMouth
On Feb 6, 2021, at 15:13, Paul B Mahol wrote: > > I take random flac with cover art and converted it to flac with ffmpeg, > cover art is kept. Is there any way at all to get control over the per stream metadata -- specifically the 1st video stream which seems to be the one holding the art? And

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Paul B Mahol
On Sun, Feb 7, 2021 at 12:12 AM Paul B Mahol wrote: > > > On Sat, Feb 6, 2021 at 3:52 PM Harvey Pikelberger > wrote: > >> >> >> > On Feb 6, 2021, at 02:01, Paul B Mahol wrote: >> > >> > Despite other incorrect information. FFmpeg can handle album art for >> .flac >> > file just fine. >> >> Paul

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Paul B Mahol
On Sat, Feb 6, 2021 at 3:52 PM Harvey Pikelberger wrote: > > > > On Feb 6, 2021, at 02:01, Paul B Mahol wrote: > > > > Despite other incorrect information. FFmpeg can handle album art for > .flac > > file just fine. > > Paul, thanks for the correction. > I was able to extract the art to a separa

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Thibeau
>Ugh. Always coming back as "comment=other"? Yea, but I'm not sure the value of tag is other and not just a value ffmpeg doesn't recognise and theirfor defaults to showing Other. > I'm hoping one of the FFmpeg devs can shed some light on this Same, I'm a real noob at ffmpeg. Trying to learn it b

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread MediaMouth
lOn Feb 6, 2021, at 07:44, Thibeau wrote: > > I indeed figured out how to extract the cover art than remove it from the > song. > > I already know how to place it back too. The problem is I don’t know what the > metadata comment tag is. > I can’t find it on the image after extracting with e

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Thibeau
I indeed figured out how to extract the cover art than remove it from the song. I already know how to place it back too. The problem is I don’t know what the metadata comment tag is. I can’t find it on the image after extracting with exiftools or any other tool for that matter. If I reattach th

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread MediaMouth
> On Feb 6, 2021, at 3:12 AM, Thibeau wrote: > > Interestingly I can split the cover art out using ffmpeg. But even after that > the metadata on the image itself I can’t seem to find a way to edit it. Tried > exiftools and everything. So might just be a weird tag value Thibeau, you may have

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Harvey Pikelberger
 > On Feb 6, 2021, at 02:01, Paul B Mahol wrote: > > Despite other incorrect information. FFmpeg can handle album art for .flac > file just fine. Paul, thanks for the correction. I was able to extract the art to a separate file and also remove the art, which in turn removed the associated met

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Thibeau
Interestingly I can split the cover art out using ffmpeg. But even after that the metadata on the image itself I can’t seem to find a way to edit it. Tried exiftools and everything. So might just be a weird tag value Met vriendelijke groeten Vercruyssen Thibeau > On 6 Feb 2021, at 11:01, Paul B

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Paul B Mahol
Despite other incorrect information. FFmpeg can handle album art for .flac file just fine. It just can not alter metadata of attached art file IIRC. On Sat, Feb 6, 2021 at 10:29 AM Thibeau wrote: > Yea I suppose I could just remove the art entirely and that works, but > could ffmpeg get the art

[FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-06 Thread Thibeau
Yea I suppose I could just remove the art entirely and that works, but could ffmpeg get the art out of the songs? I wouldn’t know how to get them and out. But if it’s possible I might be able to just reattach them afterwards and see if the tag hasn’t gone or maybe edit while the image is separat

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-05 Thread MediaMouth
On Feb 5, 2021, at 12:21 PM, MediaMouth wrote: > > The obvious approach (targeting it as the first video track) didn't work: > > ffmpeg -y -i '29 My Girl.flac' -metadata:s:v:0 comment= '29 My GirlB.flac' > > ffprobe '29 My GirlB.flac' One possibility would be to simply remove the album art (you

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-05 Thread MediaMouth
On Feb 5, 2021, at 11:25 AM, Thibeau wrote: > > Here's the link to a file with all the metadata tags, the values of them > might slightly differ but nothing that matters. > https://ufile.io/bgunj34e (link is only valid for > 30 days sadly) Oh, interesting, you're ri

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-05 Thread Thibeau
Apologies, the command was just ffprobe file. Next time will include it and not use pastebin but rather paste the uncut console output in the email itself. Didn’t know about having to use the newest version must have missed it, yet again I offer my sincerest apologies. That being said I don’t t

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-05 Thread Carl Eugen Hoyos
Am Fr., 5. Feb. 2021 um 13:54 Uhr schrieb Thibeau : > I'm trying to remove the comment tag which has the value > Other but seem to be unable to do so using ffmpeg. I may misunderstand but please note that FFmpeg is not able to "remove" anything from a file, FFmpeg always creates a new file with d

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-05 Thread Thibeau
Here's the link to a file with all the metadata tags, the values of them might slightly differ but nothing that matters. https://ufile.io/bgunj34e (link is only valid for 30 days sadly) On Fri, 5 Feb 2021 at 17:28, MediaMouth wrote: > Can you post the actual media (or at least a sample version i

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-05 Thread MediaMouth
Can you post the actual media (or at least a sample version if there are ownership issues)? If yo can, I'll run a few tests. > On Feb 5, 2021, at 8:46 AM, Thibeau wrote: > > Hi MediaMouth, > > I tried your command and had already tried it myself before. The output > file still contains the com

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-05 Thread Thibeau
Hi MediaMouth, I tried your command and had already tried it myself before. The output file still contains the comment: Other metadata tag I think it isn't set to empty beacuse it's not in the main stream but rather in the stream where the cover art resides. For the full output see my original que

Re: [FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-05 Thread MediaMouth
On Feb 5, 2021, at 3:48 AM, Thibeau wrote: > > Hi > I'm trying to remove the comment tag which has the value Other but seem to > be unable to do so using ffmpeg. > I think it's because it's part of the stream that contains the cover art so > the comment belongs the cover art metadata not the glob

[FFmpeg-user] Removing a metadata tag from a specfic stream

2021-02-05 Thread Thibeau
Hi I'm trying to remove the comment tag which has the value Other but seem to be unable to do so using ffmpeg. I think it's because it's part of the stream that contains the cover art so the comment belongs the cover art metadata not the global song metadata. Any ideas what command I could use to r