Skip to content

Convert video in a single ffmpeg call #5

@Logerfo

Description

@Logerfo

I'm not sure how, but I think it's possible to merge the following calls to a single one, which can possibly be faster:

subprocess.Popen(['ffmpeg', '-y', '-i', MP4_FILE_NAME, '-vn', '-acodec', 'copy', AAC_FILE_NAME]).wait()
subprocess.Popen(['ffmpeg', '-y', '-i', AAC_FILE_NAME, '-map', '0:a:0', '-b:a', '41k', MP3_FILE_NAME]).wait()

Metadata

Metadata

Assignees

No one assigned

    Labels

    performancePerformance related issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions