Questions tagged [transcode]
convert video data to another container and codec
30 questions
0
votes
0
answers
184
views
How to get Arista Transcoder working
Arista Transcoder is a video converter for Linux that is the only one in existence that makes videos half the file size with no quality loss. When I use FFMPEG or ANY other converter on the same files,...
1
vote
0
answers
667
views
Raspberry Pi 3 - How to install FFMPEG using python newest version
I'm trying to install FFMPEG on Raspberry Pi 3, with libx265 support (H265 coding).
The main purpose is to batch transcode h264 videos on my HD and convert them to h265 to save space on disk.
I found ...
13
votes
1
answer
18k
views
How do I use FFmpeg and rav1e to create high quality AV1 files under Focal Fossa LTS?
I am currently using Ubuntu Focal Fossa 20.04 LTS and I would like to create high quality AV1 files using FFmpeg and librav1e. I have been spurred along by the addition of rav1e support to FFmpeg as '...
1
vote
1
answer
99
views
How to watch transcoded video from transcode?
I used command transcode -J stabilize --mplayer_probe -i "Video.MOV" and after that I've got an output file with .trf. What to do now?
3
votes
1
answer
2k
views
Handbrake does not find the audio track
I want to transcode videos using handbrake, but it shows 0 Audio Tracks.
The file is a .mp4 with one video stream (h264) and one audio stream. VLC calls the audio codec "twos" while MediaInfo calls ...
3
votes
1
answer
2k
views
How to transcode FLAC to mp3 on the fly
I am using minidlna / ReadyMedia-Server to stream my music files in my network.
Unfortunately one of my players is unable to read FLAC files, so I am looking into a solution on how to transcode all ...
0
votes
0
answers
603
views
FFMPEG returns an error while trying to screencapture using AMD VCE
when I enter:
ffmpeg -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -i input.mp4 -c:v h264_vaapi -b:v 2M -maxrate 2M output.mp4
I get:
ffmpeg version 3.3.4-2 ...
1
vote
1
answer
369
views
How to convert a lot of videos at once in Ubuntu 16.04?
I am using Ubuntu 16.04 for about two weeks. At this moment, I need to convert a lot of videos(58 to be exact!) into audio. Googling about converters, I installed Transmageddon. It's pretty cool but ...
4
votes
1
answer
1k
views
Free codecs: How to use FFmpeg to convert my mp4s to ogv under Xenial?
I am very attracted to the idea of using completely free codecs. How do I convert my .mp4 files to .ogv using FFmpeg under Xenial Xerus using these free codecs?
I am interested in:
Converting a ...
2
votes
2
answers
350
views
transcode: Which Video output format?
I know how to use google, but if I search for
"transcode: Which Video output format?"
I get a lot of results which are more then seven years old.
I am not a video codec guru, but AFAIK there was a ...
1
vote
0
answers
1k
views
How do I extract and rename .ass subtitles from multiple MVK files?
I have a BUNCH of mkv files that I want to play on my Blue-ray player. However it won't read the subs unless they are out of the file. I need a way to extract and rename them. I want to give them the ...
4
votes
1
answer
3k
views
How do I DLNA stream from GNOME to an Xbox One?
Say I have some video files in various formats that I want to stream to my Xbox One. Under Windows, I can choose the Xbox as a “playback device” from the file’s context-menu in Explorer.
As far as I ...
2
votes
0
answers
743
views
Change stream format of command line sp-sc (Sopcast) utility
I am using the command line version of Sopcast under Ubuntu 14.04. I am using it like sp-sc sop://address port port. This takes the P2P stream and re-transmits it as an live ASF stream. I usually open ...
1
vote
1
answer
921
views
Bash script for execute one command for many files
I just tried to clear my holiday video stuff and found program for stibilizng vision.
There are a lot of files so I made script to stabilize all. Firstly I need to run command:
transcode -J ...
6
votes
5
answers
15k
views
Convert downloaded YouTube videos (downloaded with youtube-dl) to audio-only, with no loss? [duplicate]
If one downloads videos from YouTube using youtube-dl, they get .mp4 files which are a ISO Media, MPEG v4 system, version 2.
Can these files be converted to audio-only, ideally with no quality loss?
...