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

Cannot concat video files because ffprobe throws an error #22

Closed
FlameInTheDark opened this issue Dec 28, 2020 · 1 comment
Closed

Cannot concat video files because ffprobe throws an error #22

FlameInTheDark opened this issue Dec 28, 2020 · 1 comment

Comments

@FlameInTheDark
Copy link
Contributor

I cannot merge video files using concat demuxer because ffprobe throws an error.

RUN ERROR: error executing (ffprobe) with args ([-i ./videos/list.txt -print_format json -show_format -show_streams -show_error]) | error: exit status 1 | message: 
{
    "error": {
        "code": -1094995529,
        "string": "Invalid data found when processing input"
    }
}

I would like to use ffmpeg without ffprobe to avoid this problem.

@xfrr
Copy link
Collaborator

xfrr commented Jan 25, 2021

It is a txt file, there is no way for it to work and it is not designed for that

@xfrr xfrr closed this as completed Jan 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants