VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. I've been muxing video/audio to .ts using ffmpeg and I notice that it makes a section in the meta (Mediainfo) on the bottom where it shows this



    Is there a way to remove this via ffmpeg to not put this in the metadata?
    Quote Quote  
  2. Service provider is set by ffmpeg to 'FFmpeg' in case no service provider is set. (http://ffmpeg.org/pipermail/ffmpeg-cvslog/2011-January/035002.html)
    So if you would set a service provider name FFmpeg would use that.
    Code:
    ffmpeg -i "f:\TestClips&Co\walking_Couple.mov" -metadata service_provider="Your Provide Name" -c copy e:\Output\test.t
    would result in:
    Code:
    Service provider                         : Your Provider Name
    Don't think there's a way to tell ffmpeg not to add the service_provider flag at all.
    see: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?p=ffmpeg.git;a=blob;f=libavformat/mpegtsenc.c

    Cu Selur
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  
  3. Originally Posted by Selur View Post
    Service provider is set by ffmpeg to 'FFmpeg' in case no service provider is set. (http://ffmpeg.org/pipermail/ffmpeg-cvslog/2011-January/035002.html)
    So if you would set a service provider name FFmpeg would use that.
    Code:
    ffmpeg -i "f:\TestClips&Co\walking_Couple.mov" -metadata service_provider="Your Provide Name" -c copy e:\Output\test.t
    would result in:
    Code:
    Service provider                         : Your Provider Name
    Don't think there's a way to tell ffmpeg not to add the service_provider flag at all.
    see: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?p=ffmpeg.git;a=blob;f=libavformat/mpegtsenc.c

    Cu Selur
    Thanks for the help! Yeah, kind of annoying they put this in the meta.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!