
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (10)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (2427)
-
FFMPEG Re-muxing .MKV to MP4\MV4 while retaining Dolby Digital Plus JOC [closed]
31 décembre 2020, par David FMy ask is, does anyone have any knowledge of how to remux and keep Enhanced AC-3 with Joint Object Control with FFMPEG.


I would be grateful if anyone could help me out here. I'm remuxing a number of video files from .MKV to .MP4\M4V so they play on the Apple platform (including the TV App). It's important NOT to convert, but to remux.


I have achieved the ability to remux 4K HDR with Dolby Digital Plus in a .MKV to 4K HDR with Dolby Digtial 5.1. MP4. The issue is retaining the Dolby Digital Plus. This contains the ATMOS information for object based sound.


The media players on Apple reports Dolby Digital Plus for the .MKV and Dolby Digital 5.1 for .MP4. I know Dolby Labs to allow free remuxing of Dolby Digital Plus/ Atmos with sample code and information they have uploaded onto Github for developers.


I'm using FFMPEG with the following command :-


ffmpeg -i original.mkv -c:v copy -c:a eac3 -tag:v hvc1 output.mp4


Resulting output from MediaInfo (note .MKV contains only 1 video and 1 audio track)


Audio -----Original.mkv


- 

- ID : 2
- Format : E-AC-3 JOC
- Format/Info : Enhanced AC-3 with Joint
Object Coding
- Commercial name : Dolby Digital Plus with Dolby
Atmos
- Codec ID : **A_**EAC3
- Duration : 51 min 51 s
- Bit rate mode : Constant
















Audio ----- Remuxed.mp4


- 

- ID : 2
- Format : E-AC-3
- Format/Info : Enhanced AC-3
- Commercial name : Dolby Digital Plus
- Codec ID : ec-3
- Duration : 51 min 51 s
- Bit rate mode : Constant
















The remux operation finished in about 1 minute for a 8Gb 4k video file, so I know there is no reencoding.


I can see that .mp4 can take E-AC-3 Joint Object Control (JOC) with the demo files from Dolby labs.


I've also remuxed an MKV to MKV and able to see the same result. The JOC markings have been removed with FFMPEG


Thanks in advanced.


David


-
Adobe launches preview of Story
10 septembre 2009Adobe is getting into the script management business with Story, and they’ve launched a free preview to show it off.
It’s an interesting space for Adobe to enter, and it’ll be interesting to see how it stacks up against tools like Celtx.
-
FFMPEG Re-muxing .MKV to MP4\MV4 while retaining Dolby Digital Plus [closed]
30 décembre 2020, par David FI would be grateful if anyone could help me out here. I'm remuxing a large number of video files from .MKV to .MP4\M4V so they play on the Apple platform (including the TV App) without any issues. It has been a bit of a learning curve, but I’m so close now. It's important NOT to convert, but to remux.


I have achieved the ability to remux 4K HDR with Dolby Digital Plus in a .MKV to 4K HDR with Dolby Digtial 5.1. MP4. The issue is retaining the Dolby Digital Plus. This contains the ATMOS information for object based sound.


The media players on Apple reports Dolby Digital Plus for the .MKV and Dolby Digital 5.1 for .MP4


I'm using FFMPEG with the following command :-


ffmpeg -i original.mkv -c:v copy -c:a eac3 -tag:v hvc1 output.mp4


Output from MediaInfo (note .MKV contains only 1 video and 1 audio track)


Audio -----Original.mkv


- 

- ID : 2
- Format : E-AC-3 JOC
- Format/Info : Enhanced AC-3 with Joint
Object Coding
- Commercial name : Dolby Digital Plus with Dolby
Atmos
- Codec ID : **A_**EAC3
- Duration : 51 min 51 s
- Bit rate mode : Constant
















Audio ----- Remuxed .mp4


- 

- ID : 2
- Format : E-AC-3
- Format/Info : Enhanced AC-3
- Commercial name : Dolby Digital Plus
- Codec ID : ec-3
- Duration : 51 min 51 s
- Bit rate mode : Constant
















The remux operation finished in about 1 minute for a 8Gb 4k video file, so we I know there is no reencoding. My theory is the stream is still a E-AC-3 with Joint Object Control, but its marked as a E-AC-3.


I can see that .mp4 can take E-AC-3 Joint Object Control (JOC) with the demo files from Dolby labs.


I've also remuxed an MKV to MKV and able to see the same result. The JOC markings have been removed with FFMPEG


My ask is, does anyone have any knowledge of how to remux and keep Enhanced AC-3 with Joint Object Control with FFMPEG. Does FFMPEG support this ?


Or know if just editing the Format, Format/Info, and Code ID is enough and the sound information in my .MP4\M4V is E-AC-3 JOC. If so can I just edit the media info, if so how ?


I know Dolby Labs to allow free remuxing of Dolby Digital Plus/ Atmos with sample code and information they have uploaded onto Github for developers. I just wonder if FFMPEG supports it


Thanks in advanced.


David