|
Hello. I have 2 files. first is a .avi, second it is a .wav. I run following:
gst-launch-1.0 filesrc location=audio1.wav ! wavparse ! audioconvert ! queue ! mux. filesrc location=video1.avi ! avidemux ! queue ! decodebin ! videoscale ! queue ! mux. avimux name=mux ! filesink location=test3.avi
And my test3.avi is 4GB size!! when audio1.wav is 4Mb and video1.avi is 70 Mb.
How can I fix this and reduse size?
|