I am currently using aws mediaconvert to encode videos to hls and dash format. I believe that in the m3u8 (for hls) and mpd (for dash) file which is generated, these can be parsed to remove required subtitles. I am looking to parse the m3u8 and mpd file, create an updated manifest without required subtitles and save it back to s3. Has someone previously done something similar?
Remove subtitle/caption from hls and dash manifest file
475 views Asked by IN_DEV At
1
There are 1 answers
Related Questions in HTTP-LIVE-STREAMING
- HLS live stream not play on Google nest hub 1 Gen
- Streamingplatform with Unity, Nodejs and Nextjs
- controlling the speed of the hls play list, generated by ffmpeg
- Unable to embed a local HLS stream into a browser
- Screen Capture API _ Set a specific Screen
- HLS.js get video size from codec
- Why does this m3u8 list cannot be played by shaka player?
- Output varibale is not scalar. Matlab. HDL Coder
- How can I transcode video to HLS version 3 using Google Transcoder?
- WEBVTT into HLS does not work anymore on last iOS version
- HLS (HTTP Live Streaming), m3u8 Url 403 issue, works on extension but not when running locally
- Troubleshooting HLS Streaming Setup in Nginx: 404 (Not Found) Error
- Integrate agora as RTM service for livestreaming/ broadcasting
- AVAssetImageGenerator with Fairplay/DRM
- Converting mp3 to hls with gstreamer
Related Questions in M3U8
- SubtitleOctopus how to use octopus subtiles in m3u8 files
- convert m3u FILE to m3u8 URL
- HLS (HTTP Live Streaming), m3u8 Url 403 issue, works on extension but not when running locally
- Using gstreamer to record an m3u8 stream
- How to download Widevine encrypted m3u8 stream
- How to save .m3u8 file to local disk in swift?
- Dont start automatic transmition
- how can i show iframe from m3u8, when user hover the player's timeline
- M3U8 Downloading with YT-DLP by passing data as a parameter
- How to get m3u8 playlist from yotube video link?
- Media3/Exoplayer CMAF LL-HLS Playlist correct LoadControl values for smooth streaming
- How does this site prevent users from downloading videos?
- How to download a video from vidyard that I have access for
- Strange behaviour with Dynamic M3U8 Live Stream in Flutter using Just_Audio
- Is react-native-video supports HLS video format in android?
Related Questions in MPEG-DASH
- Referencing secondary manifests in dash
- How to play ffmpeg dash?
- Streaming dynamic playlist with GPAC
- generate mpeg dash segments in specific directory using FFMPEG
- Having problems compiling shaka player
- Microsoft Edge fails to play PlayReady DASH stream in VideoJS
- ExoPlayer clearkey issue
- Is it possible to pregenerate m3u8 file? (the playlist only) and skip the transcoding?
- How can I play Widevine-encrypted content out of the browser?
- How to reduce the latency of CMAF?
- Is there a way to add private attributes to MPD without violating the DASH standard?
- How to support quality levels in video.js and videojs-contrib-dash. videojs-contrib-quality-levels is not working
- In Dash manifest, how to insert duration into the segmentTemplate or pass the segment duration in segment requests?
- Playing clearkey protected mpd content in html5 dashjs player with already acquired kty k and kid values
- Change keyframe interval losslessly to produce mpeg-dash content
Related Questions in AWS-MEDIA-CONVERT
- Using HTTP input for AWS MediaConvert
- Is there a way to configure the pixel format using AWS MediaConvert?
- AWS Elemental MediaConvert transcoding failed with Error initializing encoder for video target [2] [Height must be a multiple of 2]
- MediaConvert transcoding failed with No audio frames decoded on [selector-(Audio Selector 1)-track-1-drc]
- Referencing secondary manifests in dash
- Jumping forward x seconds because of gap starting at y and ending at z with video encoded by AWS MediaConvert
- Getting a 400 subscription maxResult while trying to obtain Mediaconvert endpoint in AWS
- How do I stop AWS Elemental MediaConvert chopping off the quiet part of my audio?
- Run AWS MediaConvert job over entire S3 bucket - H265
- How to correctly burn-in Hebrewe captions in AWS Mediaconvert
- AWS mediaconvert throws [Failed probe/open: [No parser found for container]]
- AWS Elemental MediaConvert fails to transcode some iOS videos that were transferred to MacBook
- S3 access denied error for a mediaconvert job
- DRM Encryption and decryption from mp4 to HLS using AWS Elemental MediaConvert
- Mediaconvert passrole issue
Related Questions in VIDEO-SUBTITLES
- Burn subtitles with emojis on a video in android java
- ffmpeg: extract subtitles from mp4 files, when subtitles are embedded as binary data stream
- WEBVTT subtitle issue on ROKU and LG TV using Dash stream on HTML5 player
- tesseract: Specifying (German) language reduces accuracy - what am I missing?
- How to use and show embedded subtitles in mp4/mkv video in HTML video tag
- The client code does not play subtitles while stand-alone VLC instance does
- Open Subtitles API user_id uploads search returning 'Not enough parameters'
- Disable <track> subtitles default background
- In Advanced SubStation Alpha (Ass file) how can I animate each word as it is spoken?
- Extract (for OCR) hard-coded video subtitles
- I need information on how to configure the Google Speech-To-Text API to generate the output format as either .vtt or .srt subtitles file type
- FFMPEG subtitles in c
- How to embed subtitles in multiple movies in an automated way using python?
- How to use ccextractor in a django website to extract subtitles in windows
- I have a problem with imagemagick when I try to create automatic subtitles with moviepy and speech_recognition
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
This could be done with a Lambda Function triggered by the arrival of the source manifest in a specified S3 bucket. A Lambda script could remove the captions line(s) and post a revised manifest to the different S3 bucket. The script should then copy the segments over to the new bucket as well in order to maintain a playable HLS or DASH file group.
Alternatively you can ingest the asset as-is into MediaPackage as a VOD asset, and use the '?aws.manifestfilter=subtitle_language:xxx' filter when asking for the VOD manifest. This feature of MediaPackage returns a customized (filtered) version of the source manifest on demand without you having to permanently alter it. Specifying a filter of 'subtitle_language:zzz' will return a manifest with no subtitles in it. You could also ask for only specified subtitle renditions to be included.