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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -