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

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -