mp4 Questions

4

I have file named 52bbb58c without file extension and it is mp4 video. When I try to add it as &<source> to <video> with attribute type (video/mp4), it doesn't play. This works o...
Hereinto asked 12/5, 2015 at 18:55

2

Solved

Im attempting to rotate a video that is in landscape into portrait using MP4Parser (or any other method if you know of one) currently playing with the TrackHeaderBox but unable to get the orientati...
Melancholia asked 18/6, 2013 at 20:6

2

Solved

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 wo...
Disinfection asked 18/8, 2019 at 3:7

4

Solved

Actually I am working with OpenGL and I would like to put all my textures in MP4 in order to compress them. Then I need to get it from MP4 on my Android I need somehow decode MP4 and get frame ...
Encephalogram asked 27/6, 2019 at 12:59

10

Solved

Alright. Actually i need mostly the mp4 format. But if it is possible to get for other types as well that would be nice. I just need to read the duration of the file. How can i do that with C# 4.0 ...
Reprehensible asked 17/4, 2012 at 12:5

1

Solved

I'm running a VueJS application that displays a full screen story of videos. I don't create as many tag as number of media in my story : I'm just changing component video sources each time I play a...
Demetriusdemeyer asked 30/4, 2019 at 14:25

1

Solved

I have a raw h264 file that I can display with VLC, on a mac: open -a VLC file.h264 I can convert this to mp4 with the command line ffmpeg -f h264 -i file.h264 -c:v copy file.mp4 But what...
Trainor asked 15/4, 2019 at 23:33

2

Solved

I'm using a project based on the latest FFmpeg git source tree, and linking to the shared DLL's published by Zeranoe at https://ffmpeg.zeranoe.com/builds/ The playback code works and loops. It pla...
Revenuer asked 23/8, 2016 at 15:45

1

Solved

I'm trying to implement vp9 hardware acceleration encoding process. I followed ffmpeg offical github's example (Here -> vaapi_encode.c). But given example only save a .yuv file to .h264 file, I wo...
Altazimuth asked 5/3, 2019 at 16:21

2

Solved

As suggested by the topic, I'm wondering if it's possible to send metadata about the stream contents periodically in a fragmented MP4 live stream. I'm using the following command (1) to get fragme...
Voltameter asked 14/1, 2019 at 17:44

1

UPDATE: Tried recommended command from Neckbeard: ffmpeg -analyzeduration 10M -probesize 10M -i Webpfile.webp -c:v libx264 output.mp4 Here's the output (file paths generalized): User-macbookpr...
Lamellar asked 25/6, 2018 at 18:38

1

Solved

I'm ingesting an RTMP stream and converting it to a fragmented MP4 file in JavaScript. It took a week of work but I'm almost finished with this task. I'm generating a valid ftyp atom, moov atom, an...
Lovejoy asked 14/12, 2018 at 18:26

1

Solved

I'm working on a transmuxer that will convert an H.264/AAC RTMP stream to a valid MP4 file. I'm mostly done. I'm parsing the AMF tag, reading the AVCDecoderConfigurationRecord and AACSpecificConfig...
Uranology asked 12/12, 2018 at 14:42

3

I need to get a video stream from my camera via RTSP and save it to a file. All of this needs to be done via gstreamer. After some google searching, I tried the following: gst-launch-1.0 rtspsrc ...
Narine asked 15/9, 2014 at 3:39

2

Solved

I'm trying to add watermark on very short part of the mp4 video. It has to be very, very fast. Now I tried to do it with moviepy Here is my code: import moviepy.editor as mp video = mp.VideoFileC...
Seattle asked 29/10, 2018 at 12:58

5

Solved

I am creating this batch file, that works with handbrakecli, to batch convert avi to mp4. However I am stuck in how to continue the loop and skip the current file inside a loop. FOR /R "%somepath...
Graben asked 3/6, 2013 at 4:54

1

Solved

I am trying to add visual filters to mp4 files using FFmpeg. I have tried many filters, but 4 of them worked out of which only 1 worked worked perfectly. I am using them in an Android application...
Erelia asked 12/9, 2018 at 13:4

3

I have a strange requirement. User can upload their video of any format (or a limited format). We have to store them and convert them to .mp4 format so we can play that in our site. Same requireme...
Understanding asked 22/5, 2013 at 14:9

1

I'm currently investigating the feasibility of adding HEVC support to videos but am hitting a problem with Safari. Here's the sample source: <video autobuffer="true" autoloop="" loop="" control...
Symphony asked 21/2, 2018 at 9:17

1

I need to add an image for one second at the end of a .mp4 video file using FFMPEG. My video size is WxH and my image size is MxM, so video and image sizes are different. I have tried different op...
Merely asked 26/7, 2018 at 6:14

1

I'm developing with puppeteer in node on windows 10. The problem is that when I open a site playing an mp4 file the browser says me that it is not supported. I found this package chromium-codecs-ff...
Skintight asked 26/12, 2017 at 9:58

0

I have been trying to use a custom AVPlayerItem that lets me copy the currently playing media to file after it has been downloaded while it is streaming into the AVPlayer, essentially letting me ca...
Airboat asked 15/7, 2018 at 18:25

1

I'm running a Node Server that I want to stream videos from magnet links that uses WebTorrent(https://webtorrent.io/docs). When I run this, it appears as if the file is not being correctly referenc...
Everest asked 3/4, 2016 at 0:34

1

Solved

I'm streaming a dynamically-generated MP4 into a webpage over a WebSocket. I assemble a MediaSource (https://developer.mozilla.org/en-US/docs/Web/API/MediaSource) as the fragments come in, use that...
Moonfaced asked 19/6, 2018 at 23:6

1

Solved

I want to add -movflags +faststart to an mp4 file. Basically that is all I want to do, nothing else should be changed. I am using ffmpeg. What's the fastest way to do this? Do I have to re-encode t...
Mayce asked 18/6, 2018 at 17:14

© 2022 - 2024 — McMap. All rights reserved.