FFMPEG Output Options

Forum for questions and support relating to the 1.30.x releases only.
Locked
emuhack
Posts: 8
Joined: Mon Jan 29, 2018 10:48 pm

FFMPEG Output Options

Post by emuhack »

I have it setup to record events and convert them to .avi with no issues. I recently added another camera and can not for the life of me find the switch needed to have the name include the monitor name. This is what i currently have as my output options.


-c:v libx264 -preset ultrafast -b 2500k -s 1280x720 /*****/*****/*****/*****/`date +"%Y_%m_%d-%H_%M"`.avi (which outputs = 2018_05_03-12_10.avi)

I would like it to say

2018_05_03-12_10_cam1.avi
2018_05_03-12_10_cam2.avi

Ideas and Thoughts?
mathijss
Posts: 10
Joined: Thu May 03, 2018 9:38 am

Re: FFMPEG Output Options

Post by mathijss »

Isn't it %N? That's the name switch in my timestamps tab in monitor configurations.
emuhack
Posts: 8
Joined: Mon Jan 29, 2018 10:48 pm

Re: FFMPEG Output Options

Post by emuhack »

I did this

-c:v libx264 -preset ultrafast -b 2500k -s 1280x720 /xxx/xxx/xxx/xxx/`date +"%Y_%m_%d-%H_%M_%N"`.avi

and this is what the output is
2018_05_05-11_10_177114471.avi
emuhack
Posts: 8
Joined: Mon Jan 29, 2018 10:48 pm

Re: FFMPEG Output Options

Post by emuhack »

Bump ?
Locked