Questions tagged [transcode]
The transcode tag has no summary.
103 questions
1
vote
0
answers
70
views
ffmpeg live transcoding from TS to MXF lose audio/video sync
We have a video recording system which is showing some audio/video drift.
The solution runs on Amazon Linux 2 in AWS eu-west-3 and is based on 2 ffmpeg-based systemd services. The EC2 is a c5.2xlarge ...
2
votes
0
answers
409
views
How to create an HLS segment on-demand for smooth streaming
Goal
I want to generate a single HLS segment (.ts file) from an .mp4 file, given a segment number n, assuming each segment is 4 seconds long (matching -hls_time 4).
The goal is for the segment to play ...
3
votes
1
answer
683
views
Audio track transcoded to AAC with FFMPEG won't play
At this point, I've transcoded dozens if not hundreds of files with FFMPEG, but I have one particular file that's giving me trouble and I can't figure out why.
For testing, I'm using a 10 second ...
1
vote
1
answer
528
views
Overlaying a transparent png image on top of video using ffmpeg and NVENC
I overlay watermark on videos like this:
ffmpeg -y -vsync 0 -hwaccel cuda -hwaccel_output_format cuda -i ./input.avi -i ./watermark.png -filter_complex "
[0]hwdownload,format=nv12[...
2
votes
0
answers
126
views
Why is an FFmpeg transcode and dvbsub subtitle burn the wrong subtitle color?
I am trying to transcode a live stream with FFmpeg and I wish to burn dvbsub same time. This process must be CPU friendly so the GPU must do the work, this is the map of stream:
Stream #0:1[0xb5f]: ...
1
vote
0
answers
2k
views
ffmpeg doesn't have access to qsv nor vulkan
I'm running gentoo, and I have media-libs/oneVPL-intel-gpu installed, and latest mesa drivers, and intel gmm, however, qsv refuses to transcode and gives me the following error everytime
ffmpeg -...
0
votes
1
answer
229
views
How much and what data is lost in ffmpeg transcoding? [closed]
I don't know much about ffmpeg except for a basic idea about encoding/decoding and a few videos I watched over YouTube about its usage. I also don't have a big background in digital video, I only ...
0
votes
0
answers
324
views
ffmpeg package loss during *local* transcoding
I'm trying to transcode videos with outdated codecs/containers, mostly .wmv or .avi files.
The following ffmpeg (v6.1.1) command works and produces a working .mp4 file that doesn't seem to present any ...
0
votes
0
answers
25
views
handbreak duration for OMF files
When I preview an OMF video file in handbreak it plays in full though in low quality. However, the duration shown on the main screen shows a duration of 00:00:00 and when I try to export to mp4 it ...
0
votes
1
answer
664
views
Green pixelated issue when applying -vf flag to ffpmeg hls transcoding
I'm trying to create chunks of multiple bitrates to play them smoothly across various devices and bandwidth.
But the ffmpeg command output is creating green pixelated video. If I remove the -vf flag ...
3
votes
0
answers
936
views
How to use VP9 transcoder when streaming video in VLC Player?
I was trying to stream video with VLC using the very low latency VP9 encoder.
Both my OS codec library and VLC player (3.0.16) has been upgraded to the latest version
When I select VLC Player > ...
2
votes
0
answers
706
views
ffmpeg cli settings for the most accurate seeking in the output video
I have a problem with video encoding for HLS stream.
I've found that most video players not support frame accurate seeking or pausing at specific frame and they can't really give us the accurate ...
1
vote
0
answers
552
views
av_interleaved_write_frame(): Cannot allocate memory, Error writing trailer of udp
I'm transcoding from udp input to mpegts udp output. After several hours ffmpeg used all ram memory. I don't know where the problem is.
Command:
ffmpeg -hwaccel vaapi -hwaccel_output_format vaapi -i &...
1
vote
0
answers
316
views
FFMPEG: Sony IPCM 24bit four channel Audio and Final Cut Pro x from Sony A7S III or FX3
I just got a new camera that uses IPCM Files for four channel audio 24 bit tracks in the video. Is there a way to BATCH-rewrap those files so that they are readable in Final cut for example.
There has ...
1
vote
0
answers
557
views
Ffmpeg: Is it possible to use -itsoffset option without transcoding for live RTMP streams?
I am using -itsoffset option for delaying the video track of a live RTMP stream by few seconds but the problem is that I must use -c:v libx264 or other codecs, I cannot use -c:v copy, I want to use ...