VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Hi, I get this error:
    Code:
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x731f900] multiple fourcc not supported
        Last message repeated 3 times
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x731f900] Could not find codec parameters for stream 0 (Video: h264 (avc1 / 0x31637661), none, 426x240): unspecified pixel format
    Consider increasing the value for the 'analyzeduration' (100000000) and 'probesize' (100000000) options
    When trying to decrypt with ffmpeg -i video.mp4 -decryption_key 000:000

    Is there a way to convert or encode the file before to decrypt ??
    Any suggestion to decrypt the mp4?
    With mp4decrypt I can get it works but this is slow and load my cpu up.
    Thanks in advance
    Quote Quote  
  2. You've basically answered your question yourself. If mp4decrypt works: use mp4decrypt to decrypt the video. It's a one time operation. If it's too slow for you: use a computer with a faster CPU.
    Quote Quote  
  3. When I use mp4decrypt and then remux the segments with ffmpeg the output freeze every 30 seconds.

    This is the ffmpeg command to remux the audio and video decrypted files:

    ffmpeg -y -v error -hide_banner -nostats -re -i video.mp4 audio.m4a -c copy -hls_flags delete_segments -hls_time 4 -hls_list_size 10 index.m3u8
    Quote Quote  
  4. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    url?
    i happy to upload for you
    Quote Quote  
  5. Alternatively download the video with yt-dlp (using flag --allow-u) and decrypt the downloaded file with mp4decrypt.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!