Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

ffmpeg_encoder: unable to encode video with no audio #152

Open
flavioribeiro opened this issue Nov 30, 2016 · 0 comments
Open

ffmpeg_encoder: unable to encode video with no audio #152

flavioribeiro opened this issue Nov 30, 2016 · 0 comments
Labels

Comments

@flavioribeiro
Copy link
Member

with http://flv.io/video.mp4, for example:

{
  "destination": "ftp://lg:pass@flavioribeiro.com/",
  "id": "dcuPgRvku5CKigLp",
  "preset": {
    "audio": {
      "bitrate": "64000",
      "codec": "aac"
    },
    "container": "m3u8",
    "description": "HLS 1080 for tests",
    "name": "my_m3u8_files",
    "rateControl": "vbr",
    "video": {
      "bitrate": "1000000",
      "codec": "h264",
      "gopMode": "fixed",
      "gopSize": "90",
      "height": "240",
      "interlaceMode": "progressive",
      "profile": "main",
      "profileLevel": "3.1",
      "width": "426"
    }
  },
  "progress": "unable to get the best audio stream inside the input context",
  "source": "http://flv.io/video.mp4",
  "status": "error"
}
@flavioribeiro flavioribeiro changed the title ffmpeg_encoder: encode video with no audio is failing ffmpeg_encoder: unable to encode video with no audio Nov 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant