Should I be concerned before I share a video I downloaded from a site I needed to log in to with a username and password? Does the file I have include data that references my account? If so is there away to remove it before I share it?

Signed I am tired of feeling like I don’t contribute to the community.

  • @[email protected]
    link
    fedilink
    English
    11 year ago

    Would this require specific stripping flags or is a simple

    ffmpeg -i video.mkv -c:v copy -c:a copy out.mkv
    

    enough?

    • @[email protected]
      link
      fedilink
      English
      31 year ago

      The :v and :a is not needed.

      ffmpeg -i video.mkv -c copy output.mkv

      This will automatically copy the audio and the video without a reencode.