Skip to main content

Questions tagged [mp4]

MP4 specifically refers to the MPEG-4 part 14. A standard audio and video container that is part of the MPEG-4 specification developed by ISO / IEC.

0 votes
2 answers
172 views

I am trying to assign my name in the "author" metadata tag of a video MP4 file before sending it to someone else. But I can't seem to make it work when I try to verify it afterwards. But it ...
EvensF's user avatar
  • 131
2 votes
0 answers
135 views

Hopefully someone can advise... FFmpeg version 6.1.2 I have an application that compresses raw data to JPG files, these JPG files are then sent to a named Pipe within Linux. The named pipe is used as ...
Mike's user avatar
  • 121
0 votes
1 answer
244 views

I have a short video (45 seconds) and a relatively long audio (21 minutes). To add the video to the audio I used: ffmpeg -stream_loop -1 -i video.mp4 -i audio.m4a -map 0:v -map 1:a -c:v copy -c:a aac -...
Michael McLaughlin's user avatar
1 vote
0 answers
373 views

Windows 10, latest version. For some reason, a tiny minority of MP4 files will not display their thumbnail artwork. Less than 1% I would say. The artwork can be seen in mp3tag and Tag&Rename. I ...
alexmack667's user avatar
3 votes
0 answers
56 views

Say that I had a 1-billion-byte (1 GB) MP4 file called original.mp4. Bytes from offset 0 to 500,000,000 are gone. I only have a 500MB file called f.mp4 which has bytes from offset 500,000,001 to 999,...
Rublacava's user avatar
  • 283
2 votes
1 answer
322 views

Running: wget https://i.sstatic.net/LRGF7FDd.png ffmpeg -i LRGF7FDd.png LRGF7FDd.mp4 Causes the error: user@server:~/test$ ffmpeg -i LRGF7FDd.png LRGF7FDd.mp4 ffmpeg version 4.2.7-0ubuntu0.1 ...
Franck Dernoncourt's user avatar
1 vote
1 answer
2k views

I want to be able to add chapter marks to all major audio file formats, which FFmpeg does (using the -map_chapters option) – but FFmpeg always mangles the other metadata. Any tags it doesn’t recognize,...
obskyr's user avatar
  • 231
1 vote
1 answer
286 views

When I try to extract MP4 content from an MKV file without re-enconding, using: ffmpeg -i input.mkv -c copy output.mp4 I get the following error: [mp4 @ 0x13a704400] truehd in MP4 support is ...
Bill Edmunds's user avatar
1 vote
1 answer
158 views

I want to play playlist.txt with ffplay: ffplay -f concat -safe 0 -i c:\ffmpeg\playlist.txt The problem is when putting two encrypted files. How can I pass -decryption_key to each file? playlist.txt ...
mm Nmm's user avatar
  • 11
2 votes
1 answer
210 views

Want to get FFmpeg 7.1 (macOS) to compress MP4 files produced by GoPro while copying the metadata streams, particularly the GPS data. It works to MOV output but not MP4 output. I would like to keep it ...
Jon Carlson's user avatar
0 votes
1 answer
108 views

How to transform this Linux/Ubuntu command to clear out all metadata in *.mp4 files to a Windows command? In Ubuntu it works perfectly like this: mkdir Fertig for f in *.mp4; do ffmpeg -i "$f&...
Markus Scheifinger's user avatar
1 vote
0 answers
107 views

I'm converting MP3 audios to MP4 files with an image, and all my MP3 audios with 0 seconds come with an MP4 video without an image, I'm using the command below: u/echo off setlocal ...
Rafael Faria's user avatar
1 vote
0 answers
863 views

Note: Linked to MP4 video not playing on Safari iPhone. In a blog post, I have a video embedded with <video><source src="..." that works for everyone (Firefox, Chrome, at least on ...
Basj's user avatar
  • 2,283
1 vote
0 answers
342 views

I would like to kindly ask someone who might get to similar issue like me with streaming video with support ffmpeg fragmented mp4 encoding with hardware support h264_vaapi, I will put all possible ...
Tonda's user avatar
  • 11
1 vote
0 answers
729 views

I have many cine films that have been digitally converted. They have been converted as a 25 fps with 2 frames in every 23 duplicated. I need to remove the duplicated frames using a bitstream filter so ...
DaveB44's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
34