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 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -