python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there any way to use FFMPEG expressions in bitstream filters options?
FFMPEG allows to set User Data Unregistered in SEI block with h264_metadata bitstream filter:
ffmpeg -i input/test.mp4 \
-bsf:v \
"h264_metadata=sei_user_data=c5bfd5ee-b...
antonm76
Votes: 0
Answers: 1
Is it possible to make VFR MP4 from a raw h264 bitstream using ffmpeg?
I have a raw h264 bitstream that I'd like to put into MP4 using ffmpeg but ffmpeg always produces it with a constant frame rate and I need it to be the variable frame rate.
So lets say I have an MP4 w...
Adam Szmyd
Votes: 0
Answers: 0
Javascript / Nodered function node: bitstream operations
Following task to do:
There is a protocol that defines minimalistic data like:
binary 0 1 0 0 0 1 1 1 0 0 1 1 1 0
variable [-] [-----] [---] [-------]
name a b c d
where p...
user9451274
Votes: 0
Answers: 1
How to Remove a frame from an HEVC bitstream?
I have an HEVC encoded bitstream (.bin and equivalent .mp4 file). I want to remove some frames from the bitstream to see how a decoder (or media player) behaves when a particular frame is lost.
enter ...
Satyam Rao
Votes: 0
Answers: 1