sickbeard_mp4_automator | Automatically convert video files to a standardized format
kandi X-RAY | sickbeard_mp4_automator Summary
kandi X-RAY | sickbeard_mp4_automator Summary
SMA Conversion/Tagging Automation Script.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Reads the configuration file
- Get a list option
- Get a dictionary of values from section separator
- Get a list of directories in section
- Parse options
- Calculate aspect correction based on aspect ratio
- Return a copy of options
- Process a file
- Process the input file
- Convert to ffmpeg
- Spawn a command line
- Process an episode
- Parse codec options
- List codecs
- Show supported codecs
- Backup subtitle source file
- Parse command line options
- Return the default language for the TVB
- Parse a ffprobe message
- Iterates over all files in a given directory
- Get a logger instance
- Produce command - line arguments for a codec - specific codec
- Parse options
- Refresh Plex
- Migrate from old files
- Processes the audio file
- Process inputfile
sickbeard_mp4_automator Key Features
sickbeard_mp4_automator Examples and Code Snippets
Community Discussions
Trending Discussions on sickbeard_mp4_automator
QUESTION
I've been using the sickbeard_mp4_converter for a while to convert video files to mp4 by generating a script for ffmpeg. I'm not sure what I changed, but the ffmpeg script it generates no longer works and I'm having trouble debugging it. Can anyone tell from my log what the issue is? Yes, its supposed to be an mp4 to an mp4, which is typically fine.
I'm at the point where I'm using an mp4 that worked with the same autogenerated script yesterday but it no longer is. I remember updating ffmpeg but downgrading did not resolve the issue, though I may have not downgraded enough.
ffmpeg 4.1.4
MediaInfo output:
...ANSWER
Answered 2019-Aug-18 at 03:40Check the mapping of your streams. You have 3 input streams 0:0 mjpeg (probably a cover art) 0:1 mp4 0:2 aac audio
At the moment ffmpeg tries to convert 0:0 (mjpeg) to mp4
Use the following parameters to select your streams: -map 0:1 -map 0:2
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install sickbeard_mp4_automator
You can use sickbeard_mp4_automator like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page