Announcement

Collapse
No announcement yet.

Certain Movie Keeps Failing Remux

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Pluto TV Certain Movie Keeps Failing Remux

    I have tried several times during the past week but that one movie keeps failing right before it finishes the remuxing process.

    StreamFab: 6.2.5.5
    Platform: Pluto TV (Free)
    Movie: #Screamers


    Click image for larger version  Name:	1.png Views:	0 Size:	16.6 KB ID:	468558
    Click image for larger version  Name:	2.png Views:	0 Size:	18.2 KB ID:	468559
    Click image for larger version  Name:	3.png Views:	0 Size:	17.5 KB ID:	468560
    Click image for larger version  Name:	4.png Views:	0 Size:	18.5 KB ID:	468561

    StreamFab.log

    EDIT: Does the log file work?

    #2
    All I can suggest is try the 3 different remux modes to see if one works.

    There is MP4, MKV(FFmpeg), and MKV(mkvtoolnix)

    I can't find that specific movie on Pluto in the US.

    ADDED: You get further than me. I sent a movie to the download queue, and it just says Waiting to Download.
    Same for 6255 and 6256.

    ADDED#2: ok, after a brief break, I got 6255
    to download a movie and remux using MKV(MKVToolnNix)
    Possible Pluto site issues?
    Last edited by Stan001; 09-25-2025, 05:36 PM.
    Things can't be fully accomplished without proper access.
    Things need to be done with active moderatoration.

    Disclaimer: Use of a VPN can NOT be fixed by StreamFab staff or members.

    Comment


      #3
      Originally posted by y2jerichool View Post
      I have tried several times during the past week but that one movie keeps failing right before it finishes the remuxing process.
      Same for me (in Germany) with mp4, mkv(ffmpeg/mkvtoolnix) ..
      .. but all three parts (audio+video) are fine in outputTemp:






      With yt-dlp I get "[PlutoTV] Unable to find ad-free formats" - so it can only dl with ads
      You can get for free at plex, tubi or Fawesome (in USA) - but there is no german audio


      So I merged the three parts (using mp4 - date/time info removed)
      manually with ffmpeg (e.g. in SF directory)
      Code:
      ffmpeg -i 636e30d741c0980014a39046_video0.mp4 -i 636e30d741c0980014a39046_audio_de_0.mp4 -c copy part0.mp4
      ffmpeg -i 636e30d741c0980014a39046_video1.mp4 -i 636e30d741c0980014a39046_audio_de_1.mp4 -c copy part1.mp4
      ffmpeg -i 636e30d741c0980014a39046_video2.mp4 -i 636e30d741c0980014a39046_audio_de_2.mp4 -c copy part2.mp4
      echo file part0.mp4 >  mylist.txt
      echo file part1.mp4 >> mylist.txt
      echo file part2.mp4 >> mylist.txt
      ffmpeg -f concat -i mylist.txt -c copy output.mp4

      Too complicated? Then you need Bloody Movies Channel at PV
      Code:
      https://www.amazon.de/dp/B07TW2TD4M

      Comment


        #4
        Originally posted by Stan001 View Post
        All I can suggest is try the 3 different remux modes to see if one works.

        There is MP4, MKV(FFmpeg), and MKV(mkvtoolnix)
        Didn't work, unfortunately.

        Originally posted by Germania View Post
        Same for me (in Germany) with mp4, mkv(ffmpeg/mkvtoolnix) ..
        .. but all three parts (audio+video) are fine in outputTemp:

        ...

        So I merged the three parts (using mp4 - date/time info removed)
        manually with ffmpeg (e.g. in SF directory)​
        Will give it a try merging the files myself once the movie starts downloading. It's currently having some issues.

        " There is an error with this content.
        We're having some trouble accessing this content. Please check back later.​"

        Movie works outside of SF though. Tested with Firefox.

        Comment


          #5
          Originally posted by y2jerichool View Post
          Will give it a try merging the files myself once the movie starts downloading. It's currently having some issues.
          UTC+1 - German Time Zone - 4 minutes ago:

          Comment

          Working...
          X