Search:

Type: Posts; User: denarced; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    12,987

    [SOLVED] Re: Problem with stripping metadata with ffmpeg

    And we have a winner.
    Apparently I don't even have to define the metadata :)
    Once the output container is mkv, it automatically inserts the filename as the title and that's that.
    Audio is good,...
  2. Replies
    8
    Views
    12,987

    [SOLVED] Re: Problem with stripping metadata with ffmpeg

    It would appear that the problem has nothing to do with the metadata definitions. The audio is messed up even when creating a straight up copy


    ffmpeg -acodec copy -vcodec copy -i original.avi...
  3. Replies
    8
    Views
    12,987

    [SOLVED] Re: Problem with stripping metadata with ffmpeg

    In fact, the result of ron999's command lead into exactly the same result. I verified this with md5sum.

    More precisely, the following commands are functionally identical:


    ffmpeg -metadata...
  4. Replies
    8
    Views
    12,987

    [SOLVED] Re: Problem with stripping metadata with ffmpeg

    Tried it out:


    denarced@denarced-desktop:~/f/Desktop$ ffmpeg -i original.avi -vcodec copy -acodec copy new.avi
    FFmpeg version 0.6-4:0.6-2ubuntu6, Copyright (c) 2000-2010 the FFmpeg developers
    ...
  5. Replies
    8
    Views
    12,987

    [SOLVED] Re: Problem with stripping metadata with ffmpeg

    More info:



    denarced@denarced-desktop:~/f/Desktop$ cmp -b new.avi original.avi
    new.avi original.avi differ: byte 5, line 1 is 350 M-h 274 M-<
  6. Replies
    8
    Views
    12,987

    [SOLVED] Problem with stripping metadata with ffmpeg

    Hei,

    I have a lot of avis with annoying metadata that show in vlc.
    Since I cannot figure out how to configure vlc in a way that it won't show the tags, ffmpeg should strip the tags.
    This is...
Results 1 to 6 of 6