Skip to content

How do I convert .webm files downloaded from 4chan threads to .mp4 files? #5955

Closed Answered by mikf
soucouyant asked this question in Q&A
Discussion options

You must be logged in to vote

when i download a 4chan thread, nothing happens to convert after it downloads the .webms

Because all your options are inside extractor.twitter.

Try this config
{
    "extractor": {
      "twitter":{
        "username": "_username_",
        "password": "_password_",
        "filename": "{author[name]}-{author[id]}({author[date]:%Y%m%d_%H%M%S})-{tweet_id}_{num}.{extension}"
      },
      "reddit": {
        "client-id": "_client-id_",
        "user-agent": "Python:<_user_>:v1.0 (by /u/_username_)"
      },
      "4chan": {
        "postprocessors": [
            {
                "name": "exec",
                "filter": "extension == 'webm'",
                "command": ["ffmpeg", "-i", "

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@soucouyant
Comment options

@Hrxn
Comment options

@soucouyant
Comment options

@mikf
Comment options

mikf Aug 12, 2024
Maintainer

Answer selected by soucouyant
@soucouyant
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants