Is it possible to deliver sequences?

Is it possible to deliver sequences?

Yes! eMAM introduced "Stitch & Deliver" feature which allows users to stitch and deliver the sequences to a predefined delivery location using delivery profiles with FFMPEG transcoding.

Super Admin configurations

1. Login to eMAM Super admin and navigate to Delivery Profiles
2. Create a delivery profile with FFMPEG transcode server. Make sure to tick 'Enable Stitch'. Parameters are below.
Video: -i "CurrentOriginalVirtualPath" -ss eStartTime -to eEndTime -y -s 640x360 -b:v 1024k -vcodec libx264 -r eSourceFrameRate -movflags faststart -pix_fmt yuv420p "eDestPath\eFileName.mp4"
Audio: -i "eSourceFile" -y -ab 128k " eDestPath \eUUID_2.mp3"
Stitch Settings: -f concat -safe 0 -i "concat.txt" -c copy -map 0 -ignore_unknown "eSequenceFile"


Follow the below steps to deliver a sequence.
  1. Create a sequence from Project widget and save it. In the Timeline widget, click on Stitch and Deliver button (only after the sequence is saved).
  2. Choose the delivery profile with FFMPEG transcoder and click Stitch & Deliver button.

     
  3. Below message is displayed.



  4. Monitor Dashboard>Deliver queue to check the progress of sequence delivery.