I would like to be able select 1 input avi file and encode it to multiple output formats (wmv,mov, ipod and 3gp).
Is there an easy way for me to do that?
I have read the FAQ and didn't see mention of that. Maybe I missed it?
Thank you.
Offline








Encoding with SUPER(C) uses several chained encoders (not ONLY ffmpeg or MEncoder),
making the simultaneous Multi-output encoding extremely hard on both CPU and RAM.
The required time-sharing for a multithread process would become longer than
processing each output separately, not to mention that an error on 1 single output
would stop the entire process for all.
Therefore the task you are requesting it is Not implemented and Not recommended.
Cheers
Offline