Skip to main content

Questions tagged [transcode]

The tag has no usage guidance.

2 votes
0 answers
913 views

How to handle stream with ffmpeg and GPU

So in my project, I need to capture a video stream, decode the video, run the individual frames through an object detection algorithm and then play the output as a video. This whole operation is ...
user3105173's user avatar
1 vote
0 answers
276 views

Unable To Transcode 8 Sources In One Instance Real Time (FFmpeg)

Just the other day I posted about my inability to transcode a multitrack video real time, -rc-lookahead ended up being the solution. However this was when recording fairly static signals, when each ...
ninbura's user avatar
  • 279
2 votes
1 answer
156 views

Multitrack Video Does Not Transcode Real Time

Recently this Github page, dedicated to bypassing Nvidia's encode limit, added windows support: https://github.com/keylase/nvidia-patch/tree/master/win Up until now I've been encoding my 5 live ...
ninbura's user avatar
  • 279
0 votes
1 answer
447 views

ffmpeg transcode twice compress further?

I have a collection of avi videos (say A). I first convert them into MPEG4 Part2 (say B) using ffmpeg -i ${inname} -vf scale=340:256,setsar=1:1 -q:v 1 -c:v mpeg4 -g 12 -f rawvideo ${outname}. The ...
apoliver's user avatar
1 vote
1 answer
648 views

FFmpeg 4 versus version 2.2 very slow transcodes in VMWare CentOS 6 container

Whist using "ffmpeg version n4.0.1" I've noticed that on CentOS6 host within a VMware container the video transcoding takes almost twice as long as "ffmpeg version 2.2.1". Benchmarks below, ran 3 ...
aernative's user avatar
2 votes
0 answers
1k views

Getting Intel Quicksync working in Ubuntu 16.04 in headless mode for HW transcoding

/dev/dri and /usr/lib/dri doesn't exist. vainfo returns: error: can't connect to X server! error: failed to initialize display Aborted lspci | grep VGA returns: 00:02.0 VGA compatible controller: ...
Yahvav's user avatar
  • 21
2 votes
1 answer
320 views

Reject DTS-HD MA

I have couple of video files containing both regular DTS as well as DTS-HD MA audio tracks. I want to get rid of the DTS-HD MA audio streams during transcoding, but have not figured out how to do so. ...
Matthias's user avatar
1 vote
1 answer
56 views

bash script variables not proper

I updated it a little bit, but I'm still not getting the results I should be getting: #!/bin/bash find "$1" -type f | while read filename do videoCodec=$(ffprobe -v error -select_streams v:0 -...
kram's user avatar
  • 11
0 votes
1 answer
422 views

Ffmpeg transcoding video .vob (vcodec MPEG-2)

I want to transcode a file .vob to get the bitrate 1500 with 16/9 ratio I execute this command ffmpeg ffmpeg -i /path/video.vob -vcodec libx264 -vf scale=1280:-2 -strict experimental -b:v 1308k -b:a ...
Aminesrine's user avatar
4 votes
1 answer
10k views

Why is Plex Server transcoding file that can be direct played?

I've installed Plex Media Server in my Raspberry Pi 3. It works perfect but it doesn't have enough CPU power to transcode (when it tries the video freezes every two or three seconds). One of my Plex ...
Diego's user avatar
  • 685
1 vote
2 answers
3k views

Intel i5 Kaby Lake Hardware-Assited transcoding of video and audio to VP9 and FLAC using ffmpeg

I have about 30 gigabytes of video (mostly MP4, some MKV and webm) I need to transcode to 8-bit VP9 with Free Lossless Audio Codec (FLAC) audio in an MKV container from various input codecs (AAC audio;...
Billy's user avatar
  • 147
0 votes
1 answer
1k views

Maximising efficiency of my M4A music playlist

Reading this answer here and questions like: What lossy audio formats are more (or less) "efficient"? Are there any perceptible differences between the sound quality of 192 versus 320 kbps ...
Hashim Aziz's user avatar
1 vote
0 answers
1k views

openload.cc How can I extract encoding settings of videos?

My customer needs streaming service for his IP cameras and he ask me about same output quality as videos in openload.cc but I can´t simulate similar quality.I tried several encoding combination but ...
Wowzer's user avatar
  • 11
0 votes
1 answer
846 views

Any alternatives to VLC transcode for online stream?

I have 2 favorites public radio stations that I always wanted to listen on the phone but due to high quality 192kbps I was not always to listen because it needed good connection. Now using windows VLC ...
JohnnyBeGood's user avatar
1 vote
0 answers
449 views

Stuttering in VLC-Transcode

I'm trying to transcode a working internet stream to something my Dreambox could play. My current status is that I can play it on my desktop and on Dreambox, however, there is some constant ...
sjngm's user avatar
  • 2,101

15 30 50 per page
1 2
3
4 5
7