adding -vtag parameter without re encoding video in ffmpeg -
can add ffmpeg parameter -vtag xvid
.avi video encoded using ffmpeg parameter -vcodec mpeg4
without re encoding entire video?
ffmpeg -i input.avi -c copy -vtag xvid output.avi
can add ffmpeg parameter -vtag xvid
.avi video encoded using ffmpeg parameter -vcodec mpeg4
without re encoding entire video?
ffmpeg -i input.avi -c copy -vtag xvid output.avi
Comments
Post a Comment