Tagged Questions
2
votes
2answers
56 views
FLV Metadata Editor GUI
Are there any programs for Ubuntu 13.04 that allow the user to edit the metadata of FLV videos? I would prefer a graphical user interface. Command-lines are fine if that is all that exists.
1
vote
0answers
33 views
editing youtube video description, titles through terminal
Is there a way to edit youtube video description and title/tags through terminal?
If so, then how to do it? unfortunately, googlecl does not have such function yet.
2
votes
1answer
76 views
How can I reduce the file size of a video from the command-line?
I want to reduce the size of a video size. The video may be .flv, .avi, etc. I want it done from the terminal. How can I do that?
0
votes
1answer
87 views
Dumping a list of corrupt video files & quality
Having trouble finding a solution to this. I have a folder with a few thousand movies in it, and maybe 20-30 are corrupt. I'm trying to find a way to list these corrupt files (NOT delete them). They ...
4
votes
2answers
196 views
How to check how long a video (mp4) is using the shell?
I need to ftp upload all the mp4 files in a directory with length > 4 minutes using the shell. I can't find any script to check how long a video is. Does anybody have any idea how to do that?
Thank ...
3
votes
1answer
246 views
“No such file or directory” error when downloading with 'youtube-dl'
Every time I try to download YouTube videos using youtube-dl it gives me this:
ERROR: unable to open for writing: [Errno 2] No such file or directory:<br> 'Filename.mp4.part'
How can I fix ...
1
vote
1answer
1k views
capturing video from webcam and saving to a file
I am trying to capture video(alongwith audio) from a webcam.
I need to record the video and save it to a file,for further processing.
Would like to do it through CLI.
Any ideas how to do it using ...
1
vote
0answers
634 views
How to download a youtube video via terminal [duplicate]
Possible Duplicate:
How can I download the videos from YouTube?
I would like to download this video http://www.youtube.com/watch?v=e_N5dvvqV7g using commands
How i download this video via ...
0
votes
1answer
45 views
How can I run “Video for everybody” in current ubuntu (i.e. without specially compiling the latest ffmpeg)?
I first asked "How do I convert a video to all formats neccesary for Video For Everybody" on Super User. The answer involved compiling the latest ffmpeg.
Later, I asked "How do I strip the ...
4
votes
2answers
796 views
How do I remove all metadata from a quicktime movie file?
My camera takes .mov files as movies. How can I remove all metadata from them so I can feel confident sharing them on youtube without accidentally sharing when/where they were filmed, what type of ...
0
votes
2answers
1k views
best command line tool to join videos
I have used ffmpeg, but with it you have to first make mpg videos then do cat video1.mpg video2.mpg > joined.mpg and then convert to joined.mpg to joined.mp4 with ffmpeg to be able to upload on ...
2
votes
1answer
717 views
CLI: Extract metadata, properties from video files
I would like to extract some properties and metadata from video files, e.g.:
Resolution
Codec
Sound quality and format
How do I do it form the command line?
3
votes
1answer
594 views
Custom action to set emblem in thunar
I'm on Xubuntu 11.10 and currently trying to use emblems in Thunar to mark which videos in a folder I've already watched.
The problem is I can't find any terminal command to do so and neither can I ...
1
vote
1answer
135 views
Create movies from images and sound files scripting transitions using the console?
I need a program without GUI that accepts some kind of scripting language capable of transitions (fade, scale...) and generates movie files like avi, mkv... from images like jpg, png and audio like ...
1
vote
1answer
785 views
how to start a video from the terminal?
The terminal is where everything gets done in linux.
So if this is true?
How can I start a .avi extension file format from the Terminal?
3
votes
2answers
267 views
Can I play movies without X launched?
I know that I dont need a GUI for browsing Internet (using Links) but what about doing other things like playing movies, music and pictures slide shows. Is it possible to do that in a text mode ...
6
votes
1answer
3k views
Extract part of a video with a one-line command
If I have a video, normally avi, but could be any, and I want to create another one in the same format but just a part, the position i seconds to f seconds into the video, what is the one-line command ...
3
votes
1answer
96 views
how to create an audio clip from a video file using command line?
I would like to create an audio clip from a video file using the command line, since this is in a terminal text-only Ubuntu 11.04 server system. I would like to select the starting and finishing time ...
1
vote
1answer
600 views
Authoring a DVD into an image file, from command line
I would like to convert a whatever-type video file into an ISO image I could then burn to a DVD (on another computer) - so that the final disc is playable on a regular DVD player.
I already have ...
4
votes
2answers
525 views
How to check what kind of video card is mine?
Is there any command line or program in Ubuntu 9.04 to discover which is my video card?
3
votes
1answer
2k views
How can I play videos in a framebuffer?
If I don't want to install a GUI, just install a minimal Ubuntu amd64.
Ok, but: I heard that I can still run e.g.: Firefox in a "framebuffer" (?), so I'm asking, that how can I run e.g.: a VLC media ...
2
votes
1answer
803 views
Optimize video filesize without quality loss
Is there a simple way (on the command line - I want to write a script which compresses all videos in a folder) to reduce the filesize of a video (almost) without quality loss? Is there a method which ...
4
votes
1answer
465 views
How can I automate creation of videos from an image and an audio track?
There are many videos on sites such as Youtube that simply contain album art and an audio track. This is easy to do with tools such as openshot or pitivi but it is time consuming. Is there a script or ...