Hi,
is it possible to instruct VLC to remux a file as fast as possible?
Actually it seems to remux at the specified fps, so the operation
lasts as much as the movie length.
I use
vlc --sout '#standard{access=file,url=file.avi,mux=avi}'
Thanks.