There's a nice (WebM) video of Steve presenting the gui to trace-cmd and it's output of ftrace's work.
More about → Kernel Shark (trace-cmd/ftrace GUI) presentation by Steve Rostedt
Showing posts with label videos. Show all posts
Showing posts with label videos. Show all posts
Home » Posts filed under videos
Kernel Shark (trace-cmd/ftrace GUI) presentation by Steve Rostedt
Diposkan oleh Unknown on Wednesday, June 1, 2011
DVD Backup with Mencoder and dual audio Matroska
Diposkan oleh Unknown on Tuesday, August 24, 2010
Three easy steps:
1. mplayer dvd:// -vf cropdetect -ss 1200
2. mencoder -alang en -oac copy -ovc x264 -x264encopts crf=23:trellis=1:ratetol=inf:frameref=2:bframes=2:8x8dct:ssim:psnr: -o main.avi (add interlace to x264encopts if necessary)
3. mencoder -oac copy -alang de -o tempaudio.avi -ovc frameno dvd://
4. mkvmerge -v -o "Main en de ac3.mkv" --title "My Big Backup" --language 1:eng main.avi --language 0:ger -D tempaudio.avi
Add subtitles to your gusto, mix and enjoy!
More about → DVD Backup with Mencoder and dual audio Matroska
1. mplayer dvd:// -vf cropdetect -ss 1200
2. mencoder -alang en -oac copy -ovc x264 -x264encopts crf=23:trellis=1:ratetol=inf:frameref=2:bframes=2:8x8dct:ssim:psnr: -o main.avi (add interlace to x264encopts if necessary)
3. mencoder -oac copy -alang de -o tempaudio.avi -ovc frameno dvd://
4. mkvmerge -v -o "Main en de ac3.mkv" --title "My Big Backup" --language 1:eng main.avi --language 0:ger -D tempaudio.avi
Add subtitles to your gusto, mix and enjoy!
Try Openshot for Video Editing!
Diposkan oleh Unknown on Thursday, April 1, 2010
I've had lots of problem to even convert the AVCHD files from the HD camera at all at first. But now that totally changed. Openshot is a really new and really great video editor that's based on ffmpeg and can read my .m2ts files without a problem. I can deinterlace them and cut them together for output in almost any format from FullHD to QCIF.
More about → Try Openshot for Video Editing!
The problem is that at least version 1.1 had a slight issue with memory leaks. It grew to consume more and more RAM. So I recommend to close and reopen it before doing the encode. Or you just close it and do the encode with the command line program openshot-renderer! That also means you can easily edit the video on one computer and then encode it on some other computer, e.g. a headless server. And Openshot encodes pretty quickly as well. Even on my slow old notebook I can export from FullHD in a very short amount of time!
Video editing has never been this easy, fun and fast!