Announcement

Collapse
No announcement yet.

Please add FPS option

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

    Please add FPS option

    It would be nice to choose on amazon 23.976 fps because 24 fps is what downloads by default.

    #2
    I‘ve passed your message on to the developer.

    Comment


      #3
      Cool

      Comment


        #4
        Hi,

        StreamFab does not reencode the video, the video fps may be 23.976, 24, 25 on Amazon Prime Video.

        Wilson
        Please post your logs the default location is:
        For DVDFab 13: C:\Users\User Name\My Documents\DVDFab\DVDFab13\Log
        For StreamFab: C:\Users\User Name\My Documents\DVDFab\StreamFab\log
        Please use attachment button and attach your most recent, Internal log and post right here.
        If it's the burning issue, please also attach burn log.

        Thanks!

        Comment


          #5
          It's possible to change the frame rate of a downloaded file using FFMpeg. It involves adjusting the timestamps in the video stream without re-encoding, so it's a fast and lossless process as far as the video stream. The audio stream needs to be re-encoded, so that is not a lossless process. I don't think it's not worth the trouble for the 0.1 percent difference between 23.976 and 24, but I've done it with movies produced at 24 fps and NTSC TV shows produced at 23.976 fps that I can only find on PAL DVDs, which speed up the videoby 4 percent to 25 fps. The FFMpeg "atempo" audio filter accomplishes the speed adjustment of the audio stream while preserving the pitch. If you played back a cassette tape at a higher speed, the frequency spectrum would be shifted up. So the "atempo" filter has to change the audio duration, shift it in the frequency domain to restore the original pitch, then resample it at the standard sampling rate. Here's a batch file I've used to slow down a 25 fps movie sourced from a PAL DVD to the correct 24 fps film rate. This one did not have subtitles. You would have to add a parameter to handle subtitles (it varies according to the type of subtitles involved).

          md out
          for %%G in (*.mp4) do (
          ffmpeg.exe ^
          -v quiet^
          -stats^
          -itsscale 1.0416667^
          -i "%%~G"^
          -c:v copy^
          -c:a aac^
          -filter:a "atempo=0.96"^
          -b:a 192k^
          -metadata:s:a:0 language=eng^
          -metadata:s:a:0 title=Stereo^
          "out\%%~nxG"
          )

          By the way, if you download a British TV show from Amazon that has a 25 fps frame rate, you don't want to change it. That's the speed it was produced at and should be viewed at.

          Comment


            #6
            Originally posted by JeffDavis View Post
            It's possible to change the frame rate of a downloaded file using FFMpeg. It involves adjusting the timestamps in the video stream without re-encoding, so it's a fast and lossless process as far as the video stream. The audio stream needs to be re-encoded, so that is not a lossless process. I don't think it's not worth the trouble for the 0.1 percent difference between 23.976 and 24, but I've done it with movies produced at 24 fps and NTSC TV shows produced at 23.976 fps that I can only find on PAL DVDs, which speed up the videoby 4 percent to 25 fps. The FFMpeg "atempo" audio filter accomplishes the speed adjustment of the audio stream while preserving the pitch. If you played back a cassette tape at a higher speed, the frequency spectrum would be shifted up. So the "atempo" filter has to change the audio duration, shift it in the frequency domain to restore the original pitch, then resample it at the standard sampling rate. Here's a batch file I've used to slow down a 25 fps movie sourced from a PAL DVD to the correct 24 fps film rate. This one did not have subtitles. You would have to add a parameter to handle subtitles (it varies according to the type of subtitles involved).

            md out
            for %%G in (*.mp4) do (
            ffmpeg.exe ^
            -v quiet^
            -stats^
            -itsscale 1.0416667^
            -i "%%~G"^
            -c:v copy^
            -c:a aac^
            -filter:a "atempo=0.96"^
            -b:a 192k^
            -metadata:s:a:0 language=eng^
            -metadata:s:a:0 title=Stereo^
            "out\%%~nxG"
            )

            By the way, if you download a British TV show from Amazon that has a 25 fps frame rate, you don't want to change it. That's the speed it was produced at and should be viewed at.
            I'm not British!

            Comment


              #7
              Evil Lives Here downloads with 30fps when 23.976 is available. Can we please get a selectable fps option?

              Comment


                #8
                Originally posted by LycanHD View Post
                Evil Lives Here downloads with 30fps when 23.976 is available. Can we please get a selectable fps option?
                Download it from where 23.976 is available.

                Comment


                  #9
                  Originally posted by jimc115 View Post

                  Download it from where 23.976 is available.
                  AMZN but this app didn't allow 23.976 but I know it exists but the rules prevent me from certain discussions. Hint: NTb is how I know!

                  Comment


                    #10
                    Originally posted by JeffDavis View Post
                    It's possible to change the frame rate of a downloaded file using FFMpeg. It involves adjusting the timestamps in the video stream without re-encoding, so it's a fast and lossless process as far as the video stream. The audio stream needs to be re-encoded, so that is not a lossless process. I don't think it's not worth the trouble for the 0.1 percent difference between 23.976 and 24, but I've done it with movies produced at 24 fps and NTSC TV shows produced at 23.976 fps that I can only find on PAL DVDs, which speed up the videoby 4 percent to 25 fps. The FFMpeg "atempo" audio filter accomplishes the speed adjustment of the audio stream while preserving the pitch. If you played back a cassette tape at a higher speed, the frequency spectrum would be shifted up. So the "atempo" filter has to change the audio duration, shift it in the frequency domain to restore the original pitch, then resample it at the standard sampling rate. Here's a batch file I've used to slow down a 25 fps movie sourced from a PAL DVD to the correct 24 fps film rate. This one did not have subtitles. You would have to add a parameter to handle subtitles (it varies according to the type of subtitles involved).

                    md out
                    for %%G in (*.mp4) do (
                    ffmpeg.exe ^
                    -v quiet^
                    -stats^
                    -itsscale 1.0416667^
                    -i "%%~G"^
                    -c:v copy^
                    -c:a aac^
                    -filter:a "atempo=0.96"^
                    -b:a 192k^
                    -metadata:s:a:0 language=eng^
                    -metadata:s:a:0 title=Stereo^
                    "out\%%~nxG")

                    By the way, if you download a British TV show from Amazon that has a 25 fps frame rate, you don't want to change it. That's the speed it was produced at and should be viewed at.
                    I'm trying it to try the result, because me too I love to have 23.976 instead of 24 fps

                    Thanks

                    Comment

                    Working...
                    X