Re: how to record sound to mp3

2021-03-25 Thread Victor A. Stoichita
Le 25 Mar 2021, Nicolas George a écrit : I am quite sure (and certain in the case of FFmpeg) that none of them can record the sound being played. If it’s about playing a file and recording its audio to mp3, the following will work: ffmpeg -i your-file.avi your-file.mp3 Change your-file.mp

Re: pdftk

2019-08-26 Thread Victor A. Stoichita
Le 26 Aug 2019, Siard a écrit : AFAIK that should be: $ pdftk file1.pdf file2.pdf cat output result.pdf It also works without "cat". The OP seemed to be looking for the simplest possible form. Regards, Victor

Re: pdftk

2019-08-26 Thread Victor A. Stoichita
Le 26 Aug 2019, steef a écrit : hi folks! is there a simple commandline command to get pdftk so kind to merge a couple of pdf-files? the explanation in the man and --help-files is for me in somewhat cryptic english. kind regards, Now it complains with 'input-errors'. steef What did yo

Re: systemd not seeing my user units after reboot

2019-08-23 Thread Victor A. Stoichita
Le 23 Aug 2019, Sven Hartge a écrit : It was never not available in Sid. This normal for packages, they are normally only removed from Testing. Thanks for clarifying this. I guess that I was confused by the Debian wiki at https://wiki.debian.org/DebianUnstable The wiki says that Sid ho

Re: systemd not seeing my user units after reboot

2019-08-23 Thread Victor A. Stoichita
Le 23 Aug 2019, Sven Hartge a écrit : Victor A. Stoichita wrote: Could it be relevant that my home folder is encrypted with ecryptfs? How can I check whether it is now decrypted before or after systemd starts its user instance? ecryptfs is not included nor supported in Debian 10

systemd not seeing my user units after reboot

2019-08-22 Thread Victor A. Stoichita
Hi, I have some custom systemd units in ~/.config/systemd/user In Debian 9 I could start my ~/.config/systemd/user/foo.service after reboot and login simply with $ systemctl --user start foo.service Since I upgraded to Debian 10, I need to issue a prior $ systemctl --user daemon-reload If I

Re: testing, mhwaveedit, anyone else having problem saving files?

2017-05-05 Thread Victor A. Stoichita
Le 05 May 2017, songbird a écrit : > i haven't had to use this program in a while, but today > was trying to fix an audio file and when i go to save it > the program gives error message: > > Failed to open '/home/me/smb/tmp1.flac'! > > which is also annoying because it opens the file withou

Re: Movie problem

2016-11-15 Thread Victor A . Stoichita
> The last time I looked at dvgrab, it had no camera controls, but I'll > have to admit that was several years ago. But can it edit? kino can. > > Odd, I can't find it in the tde menu's, but synaptic says it is > installed, but no docs. So I turned on the camera, and ran it from the > cli. I f

Re: Movie problem

2016-11-15 Thread Victor A. Stoichita
Hi Gene, Camera is a Sony Digital Hi-8 Handycam, firewire interface. Raw video is bulky as its a digital format, full resolution of 720x480. so its close to 6 gigabytes a running minute when captured over the firewire port. The only movie editor we have, that can also control this camera

Re: Truncating MPGs or MP4s

2016-07-04 Thread Victor A . Stoichita
project-x should also be able to do that. Useful info, thanks! Project-x may be a bit more limited than ffmpeg and avidemux though as it doesn't support H.264 (disclaimer on http://project-x.sourceforge.net/).

Re: Truncating MPGs or MP4s

2016-07-04 Thread Victor A . Stoichita
I usually use avidemux for that, telling it to copy the audio and video rather then reencode them. Then I do the transcoding with handbrake. +1 for Avidemux as a GUI tool. To my knowledge it is the only gui tool in linux which allows simple truncation of files without reencoding. Last time