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 -

apache - How do I stop my index.php being run twice for every user -