Seedance 2.0 Sparks MPAA Backlash Over Alleged Widespread Copyright Violations

Seedance 2.0 Sparks MPAA Backlash Over Alleged Widespread Copyright Violations
source: gettyimages
February 13, 2026

The Motion Picture Association (MPAA) has condemned Seedance 2.0, ByteDance’s new AI video generator, for what it calls the unauthorized use of U.S. copyrighted works on a massive scale. The service has produced deepfake-style clips featuring familiar faces and characters—most notably a Tom Cruise–Brad Pitt rooftop brawl and a clash between Optimus Prime and Godzilla—without the permission of rights holders.

In its launch blog, ByteDance touted Seedance 2.0 as “a substantial leap in generation quality.” The MPAA’s response, however, was swift and forceful, accusing the company of disregarding copyright law and calling for an immediate halt to the infringing activity.

The MPAA’s position frames Seedance 2.0 as an infringement-first service that operates with insufficient safeguards to prevent unauthorized use of protected works, potentially threatening countless jobs in the American creative economy. ByteDance has not publicly replied yet, but the organization’s rhetoric follows a pattern seen in previous industry pushbacks.

ByteDance’s own narrative around Seedance 2.0 contrasts with the MPAA’s stance, focusing on quality and capability rather than safeguards. It’s worth noting that the MPAA issued a similar warning when OpenAI released Sora 2 last year, after which OpenAI implemented protective measures to curb copyright violations.

Reactions across the industry were quick and varied. Rhett Reese, co-writer of the Deadpool films, lamented the implication for traditional filmmaking on social media, suggesting that the ability to produce a movie indistinguishable from major releases could threaten Hollywood’s future. By contrast, Simu Liu, who starred in Shang-Chi, dismissed Seedance 2.0’s DPR (digital production) work with a sharp critique. Director Ruairi Robinson, who crafted the Cruise clip in Seedance 2.0, faced widespread criticism and asked whether he should be penalized for a two-line prompt and a click of a button.

As the debate over AI-generated media intensifies, Seedance 2.0 has joined a broader roster of controversial projects and discussions, including debates surrounding Megalopolis, Late Night With the Devil, Thunderbolts, True Detective, One Piece, Darren Aronofsky’s projects, and other AI creation debates around figures like Tilly Norwood.

For more on the ongoing AI copyright conversation and related debates, see discussions around Megalopolis, Late Night With the Devil, Thunderbolts, True Detective, One Piece, and other AI-created works.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 154 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6645797,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}