Integration of animation, audio, graphics, text, and full-motion video through computer hardware and software for education, entertainment, or training.
Questions tagged [multimedia]
70 questions
22
votes
4 answers
Is it possible to merge video files using `cat`?
I wonder if it's possible to merge video files using the cat command? I mean will the resultant file play seamlessly?
2hamed
- 441
- 2
- 7
- 14
15
votes
2 answers
"H.264 (High Profile) decoder is required to play the file"
I'm trying to play videos I recorded from my mobile phone (the stock video / photo app on a Samsung Galaxy On7).
When I click them I get the following error message from Totem on Fedora 28:
H.264 (High Profile) decoder is required to play the…
That Brazilian Guy
- 4,383
- 9
- 25
- 35
5
votes
5 answers
Adjust volume using mouse multimedia buttons
I know that there are many questions on the internet about setting keyboard/mouse multimedia keys/buttons in Linux, nevertheless my question is more specific.
My wireless input devices:
Logitech K270 keyboard,
Logitech M510 mouse.
The…
patryk.beza
- 1,179
- 1
- 13
- 25
4
votes
3 answers
Handbrake for wheezy?
Has anyone figured out how to install/backport a Debian Handbrake package on Debian wheezy? The only version of Handbrake currently in Debian is in experimental, and the dependencies are not available on wheezy, so I can't easily rebuild it. In…
Faheem Mitha
- 34,649
- 32
- 119
- 183
4
votes
2 answers
How to add the RPM Fusion and livna repositories to Fedora?
RPM Fusion and Livna are common third party package repositories for Fedora. You need them if you want to install media players, codecs and/or DVD playback libraries that are not part of the primary Fedora repository because of assumed issues like…
maxschlepzig
- 56,316
- 50
- 205
- 279
4
votes
0 answers
"Stretching" subtitles with command line tool
I got a video file with a duartion of e.g. 30 mins and a subtitle file that belongs to this video. But the subtitle file only lasts 25 minutes.
Now I'm searching for a way to achieve the following: I want to "stretch" those subtitles so that they…
tr01
- 576
- 5
- 16
4
votes
1 answer
What does GNOME do with multimedia keys?
GNOME makes multimedia keys, such as fn+directional keys on my laptop, maybe dedicated keys on your keyboard, into very useful keys. They seem to work with a large number of application. What can I do to recreate this using something like xbindkeys?
camilla.greer
- 521
- 6
- 14
4
votes
1 answer
Document Management System for Linux
So I got a problem and I hope someone knows the answer.
Basically I am looking for a DMS (document management system) for my music and movies. I have a huge amount of files, currently in folders but this doesn't work anymore. Wikipedia told me that…
Thorian93
- 733
- 2
- 6
- 17
4
votes
0 answers
How to re-encode file A.mp4 with the same settings as B.mp4?
I have a MP4 file with AAC audio and H264 video, let's call it B.mp4. I also have file A.mp4 with the same picture resolution, but:
different FPS
possibly different audio/video bitrate
different codecs
I would like to re-encode file A.mp4 with the…
Andrea Lazzarotto
- 526
- 5
- 15
4
votes
1 answer
Generating a long sound file with SOX without actually playing the tone
I know how to play a tone for a specific amount of time using SOX.
play -n synth 5 sin 347
I know how to save a tone using SOX.
sox -n note.mp3 synth 5 sin 347
Question is : How can I save a longer tone (hours) without the sound actually playing…
T. Thomas
- 233
- 2
- 9
4
votes
0 answers
Resources usage in x-forwarding
AFAIK, it's possible to forward X-Window sessions, i.e. a computer ("client") may work as a (dumb?) terminal for another ("server"), displaying the desktop, GUI, etc. (and playing sounds, etc.) This means that the programs are actually running in…
Trylks
- 383
- 1
- 2
- 9
3
votes
1 answer
Is there a working H.265 encoder implementation available for Linux?
I've read that the new H.265 video encoding algorithm can encode the same video with same quality in about 2 times smaller bitrate. Obviously I'd like to encode all my videos with this algorithm to get more free HDD space. Is this possible already…
Ivan
- 17,368
- 35
- 93
- 118
3
votes
0 answers
Logitech G110 Multimedia Keys in Linux Mint 14
I know that plenty of questions have been asked about multimedia keys, but I'm having trouble finding a solution for my specific problem.
I have a Logitech G110 keyboard, which (besides the macro keys) works fine in Linux; however, the multimedia…
Abluescarab
- 131
- 3
3
votes
0 answers
Extract audio from mp4 video using command line
Is there any command to extract audio from mp4 video?
KJA
- 41
- 1
- 4
3
votes
2 answers
Is it possible to play the VIDEO_TS DVD folder with a generic command (mpv)?
I want to use a command for mpv video player that would play the VIDEO_TS folder (which in the case of MPV means starting directly the main video of the DVD. The main advantage of this is that in this way MPV can play a DVD movie with external…
user32012