Social Media Video Template

Last Call - Bar Special Card

The bar cut of Daily Special Card: a 20-second vertical (9:16) Story card for tonight's cocktail, draft, or bar snack. Same job and the same twelve fields as the restaurant version, so a group running both a dining room and a bar feeds both templates from one row and picks a register rather than a layout - v1 for daylight rooms and plated food, this one for nights, neon, and candlelight. Six scenes on an oxblood and near-black rhythm: a poster opener with the drink above an oxblood block and the date stamped into a black bar, the drink full-bleed for the appetite beat and the longest hold in the cut, a hard split where the photo takes the top half and the build is set on oxblood below it, the price at poster scale on black with the drink reduced to a strip down the right edge, a full-width band landing across a room shot to carry how long it is on, and a close that assembles as four stacked bands around the venue wordmark. The photo treatment is what makes it usable: bar photography is the worst case - neon, candles, green bar lights, a phone at ISO 6400 - so no photo is ever asked to hold type. Every text run sits on an oxblood or black block, photos are cut by hard horizontal edges rather than feathered, and a 14-18% oxblood veil plus a four-stop scrim pulls a neon sign, a candle, and a window blowout onto one colour. It is more forgiving than v1 with a genuinely bad exposure and less flattering to a great one. Bebas Neue condensed caps for display with Geist 600 uppercase labels, bone type only - the oxblood block is the accent, so type is never tinted. Twelve dynamic fields: dish_photo_1 plus optional dish_photo_2 and dish_photo_3 (both fall back to dish_photo_1, and the three slots crop differently so reuse does not read as repetition - for a bar, a room or taps shot is the easiest second upload), dish_name (a cocktail, a draft, or a snack - the name stays dish_name so the two templates share a schema), dish_description, price, availability, date_label, venue_name, venue_address, and the two composite lines venue_date_line and venue_address_line that scenes 01, 02, and 05 set as a single run. Pass price preformatted with its currency symbol and keep it to three characters at the 420px size ($16 fits; drop to a smaller size for $16.50). Length ceilings, all set by Bebas being condensed and caps-only: dish_name about 13 characters per line at 168px (scene 02 is built for two lines), availability about 16 per line at 148px, venue_name about 9 at 250px - past those, step the size down rather than adding a line. The venue logo is deliberately not a variable; scene 06 sets venue_name as the wordmark, so swap that layer for an image layer if a group wants its mark. If you run paid placement, alcohol creative needs age-gating on most platforms - add any responsibility line as static copy in the scene 06 black bar rather than as a field.

Aspect ratio
9:16 · Vertical
Duration
~20s
Category
Social Media

Try it with your own copy

Edit a field and the frame re-renders in your browser. No account, no credits - previews are free because they cost a browser paint, not a render.

What you can customize

This template exposes 12 dynamic fields you can swap per video - edit them in the editor or pass them to the API to batch-render variations at scale. The monospace name is the exact key to send in replacements.

  • Dish Photo 1

    url
    dish_photo_1

    https://images.unsplash.com/photo-1514359652734-6205dd477a1e?fm=jpg&q=80&w=1400&auto=format&fit=crop

  • Venue Address Line

    text
    venue_address_line

    Longshot · 44 Bleecker St

    ~71 characters max · 1 line

  • Date Label

    text
    date_label

    Friday 31 July

    ~61 characters max · 1 line

  • Dish Name

    text
    dish_name

    Smoked Old Fashioned

    ~24 characters max · 2 lines

  • Venue Date Line

    text
    venue_date_line

    Longshot · Friday 31 July

    ~76 characters max · 1 line

  • Dish Photo 2

    url
    dish_photo_2

    https://images.unsplash.com/photo-1676472022789-7c1c201778f2?fm=jpg&q=80&w=1400&auto=format&fit=crop

  • Dish Description

    text
    dish_description

    Rye, demerara, black walnut bitters — smoked over cherrywood at the bar.

    ~97 characters max · 3 lines

  • Price

    text
    price

    $16

    ~3 characters max · 1 line

  • Availability

    text
    availability

    Til last call, or til we’re out.

    ~54 characters max · 2 lines

  • Venue Name

    text
    venue_name

    Longshot

    ~48 characters max · 1 line

  • Venue Address

    text
    venue_address

    44 Bleecker St

    ~48 characters max · 1 line

  • Dish Photo 3

    url
    dish_photo_3

    https://images.unsplash.com/photo-1718044402845-1f7c40598dec?fm=jpg&q=80&w=1400&auto=format&fit=crop

Render it from the API

Copy either call below. Both already carry this template's ID and its real variable keys - swap the values for your own.

1. Preview it — free

Same body as a render. Costs no credits, creates no job. Returns a public URL that plays the video in a browser, plus a list of problems with your payload — a mistyped key is otherwise ignored in silence.

curl -X POST https://renderly.video/api/v1/previews \
  -H "Authorization: Bearer $RENDERLY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "templateId": "restaurant-last-call",
  "replacements": {
    "dish_photo_1": "https://images.unsplash.com/photo-1514359652734-6205dd477a1e?fm=jpg&q=80&w=1400&auto=format&fit=crop",
    "venue_address_line": "Longshot · 44 Bleecker St",
    "date_label": "Friday 31 July",
    "dish_name": "Smoked Old Fashioned",
    "venue_date_line": "Longshot · Friday 31 July",
    "dish_photo_2": "https://images.unsplash.com/photo-1676472022789-7c1c201778f2?fm=jpg&q=80&w=1400&auto=format&fit=crop"
  }
}'

2. Render it

Change one word in the URL. Keep templateId — it is what links your call to this template, so later improvements reach you automatically.

curl -X POST https://renderly.video/api/v1/renders \
  -H "Authorization: Bearer $RENDERLY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "templateId": "restaurant-last-call",
  "replacements": {
    "dish_photo_1": "https://images.unsplash.com/photo-1514359652734-6205dd477a1e?fm=jpg&q=80&w=1400&auto=format&fit=crop",
    "venue_address_line": "Longshot · 44 Bleecker St",
    "date_label": "Friday 31 July",
    "dish_name": "Smoked Old Fashioned",
    "venue_date_line": "Longshot · Friday 31 July",
    "dish_photo_2": "https://images.unsplash.com/photo-1676472022789-7c1c201778f2?fm=jpg&q=80&w=1400&auto=format&fit=crop"
  }
}'

The body above shows 6 of 12 variables. Send any subset — every key you leave out renders its authored default. Read the full contract, with character limits, from GET /api/v1/templates/restaurant-last-call/variables. See the previewing guide, the rendering guide, or the OpenAPI spec.

Frequently asked questions

How do I customize the Last Call - Bar Special Card template?

Open the template in the Renderly editor and replace its 12 customizable fields (such as Dish Photo 1) with your own text, images, or video. Every change previews instantly before you render.

How much does it cost to render this template?

Rendering is credit-based - 1 credit equals 1 minute of 1080p video. You only pay when you export, and credits never expire on the pay-as-you-go plan.

Can I generate this video at scale via the API?

Yes. POST this template's ID and a replacements object to /api/v1/renders - one call per row of data, 12 fields swappable per video. Send the same body to /api/v1/previews first to check it for free. No-code integrations like Zapier work the same way.

More Social Media templates

Job Ad - Field & Facilities Roles template preview

Job Ad - Field & Facilities Roles

A narrated, confident-corporate 61-second 4:5 recruitment video for operational, technical and field roles - one render per open vacancy, built to fire straight from the ATS row and post to LinkedIn, Meta or Indeed. Seven scenes on a strict ink / warm-paper / signal-amber rhythm (photo, paper, ink, full amber, paper, ink, paper): a NOW HIRING hook over an on-the-job photo, the three facts a candidate decides on (location, contract, salary), three duties as numbered rows, three honest requirements on a full-amber ground, three white benefit cards, an Apply scene with a QR code and short URL, and a contact endcard. Geist headlines with JetBrains Mono kickers and a persistent NN/07 scene counter. Ships with an AI voiceover - one Speechify clip per scene, paced so each list item lands as the narrator reads it - over an ambient corporate bed, and the lower 170px of every frame is kept clear as a caption safe zone. Swap the 22 per-vacancy fields - company_logo, job_title, location, employment_type, salary_range, four photos, duty_1/2/3, req_1/2/3, benefit_1/2/3, apply_url, apply_qr, contact_email and contact_phone - plus voiceover_1-7 to re-narrate per role. Salary is passed preformatted; duties, requirements and benefits are written to fit two lines at their set size, so keep each under ~60 characters.

Shift - Cinematic Job Poster template preview

Shift - Cinematic Job Poster

A 4:5 recruitment ad built as a persistent information HUD over full-bleed graded footage, for the Meta and Instagram feed. The role, the salary and the Apply button never leave the frame, so a scrolling candidate can stop on any frame and read the whole job - but the picture is always moving underneath, and the proof points rotate through a single slot against a three-segment progress rail instead of sitting as a dead bullet list. Signal orange on ink, JetBrains Mono job title, Space Grotesk everywhere else. Five nine-second scenes with an AI voiceover, one line per scene. Swap per role: job_title, location_line, pay_range, pay_note, company_line, perk_1/2/3, cta_label, company_logo, five footage clips and five voiceover lines. Salary on screen from frame one is the point - it is the biggest response lever in trades recruitment and the thing most job ads leave out. Supply footage with the subject in the upper 55% of frame; the bottom sits under the scrim.

Product Hunt Launch - Dev Tool / CLI template preview

Product Hunt Launch - Dev Tool / CLI

A 27-second 16:9 launch video for products whose demo is a command, not a dashboard - CLIs, APIs, SDKs and developer tools, where a generic screenshot template flatters none of them. Terminal-dark throughout, monospace-led, with the install line as the hero object: it types on character by character behind a blinking caret, and the pill grows to fit whatever command you give it, so a long `npm install -g` never clips. Five scenes on an alternating near-black and paper ground, cut by hard-edge wipes rather than dissolves: the prompt opens with your mark, wordmark, tagline and install command; the command runs and prints its output one line at a time onto a terminal that tilts into the frame and settles flat; a config panel proves how little there is to adopt; a p99 latency card and a live log stream prove it is production-serious; and the close pairs the Product Hunt pill with the command again and an upvote CTA. Every panel is built from primitives rather than uploaded screenshots, so the defaults look finished before you change anything, and the depth is real - each window arrives at an angle and rotates flat over its entry, with a slow sway holding it alive afterwards. Eighteen dynamic fields cover the whole video and all of them are short single-line strings plus one logo image: product_name and install_cmd (each used twice, in the opening and the close), version_line, tagline, the three feature headlines, the five terminal lines (run_cmd, step_1, step_2, success_line, deploy_url), config_filename, metric_label and metric_value, launch_line and cta_line. launch_line is the Product Hunt switch and the only Product-Hunt-specific element in the template: empty it and the orange pill disappears, leaving a generic launch video that works on X, LinkedIn, a landing page or a mailer. A restrained sound design rides under the music - keystrokes under the two typewriters, a whoosh on each scene wipe, and a software tone on the "live in 11.4s" beat. Two notes for integrators: install_cmd renders at a fixed 38px and the pill shrink-wraps around it, so length is free but a very long command makes a wide pill; and the six config lines and six log rows are static sample chrome, since per-token syntax colour cannot survive a single-string replacement.

Ready to make your Last Call - Bar Special Card video?

Customize it in the editor and render in minutes - no design or editing skills required.