Page 1 of 1

Save file with date

Posted: 05 Feb 2014 00:23
by WilliamL
How do I save a file, using Streaming/Export Wizard, with the date and time?

Here is how I used to do it (text in 'MRL' of last screen)

Code: Select all

:sout=#transcode{vcodec=mp4v,vb=1024,acodec=mp3,ab=192}:standard{mux=ps,access=file{no-overwrite},dst=/Users/vering2/Desktop/Stream-%Y-%m-%d-%H-%M.mpg}
But now I end up with a file name of
Stream-%Y-%m-%d-%H-%M.mpg'
How should it be done?

Re: Save file with date

Posted: 13 Feb 2014 11:46
by Jean-Baptiste Kempf
This is broken currently.

Re: Save file with date

Posted: 13 Feb 2014 11:46
by Jean-Baptiste Kempf
Try a 2.2.0 nightly build.

Re: Save file with date

Posted: 22 Sep 2016 13:51
by ppasler
This seems to be still broken in 2.2.4 or is there another way to do it?