Tagged Questions
1
vote
2answers
503 views
Ripping DVD to Play in XBox 360
I am trying to rip a dvd to be playable on my XBox 360. I used Handbrake 0.9.8 Normal & High Profile presets with no avail. Although MPEG-4 & H.264 are supported by the XBox, it won't play ...
1
vote
1answer
646 views
Blu-ray player?
I'd like to play bluray discs in my laptop. I found the official documentation, and there it's explained that one should use mplayer and ffmpeg.
Looking at the repositories, there exist two different ...
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 ...
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
157 views
FFMPEG not extracting part of the video
I used FFMPEG to extract portion (5 seconds) of a video like this:
ffmpeg -ss 00:30:00 -t 00:00:05 -i original.avi cut1.avi
and also like this:
ffmpeg -ss 1800 -t 5 -i original.avi cut1.avi
But ...
2
votes
1answer
1k views
How to make videos seekable with ffmpeg / mencoder
I'm using mencoder and ffmpeg to make videos with music playing over a single image. The videos play fine but I can't seek at all. I've tried generating them with -idx and even -forceidx and keyint ...
3
votes
1answer
734 views
ProRes encoding and decoding?
Is there a way to encode/decode prores mov files (mostly decode)? I've been playing around with ffmpeg and mencoder/mplayer from the ubuntu repos, but they both report that it's an unknown codec. ...