View Single Post
Posts: 29 | Thanked: 19 times | Joined on Feb 2010 @ Germany, Wolfenbuettel
#1548
Originally Posted by biketool View Post
I will be more verbose.
There are two new custom command places in 0.5.1
the first is in the Media/content heading
Custom command(%u for URI)
_____________________
the second is in Transfers
Custom command (%f for filename)
_____________________
...
I tried
Code:
ffmpeg -i %f %f.m4a
hoping it was just lame acting weird, but no luck again.
Hi,

you can start cutetube with verbosity from commandline:

Code:
/opt/cutetube2/bin/cutetube2 -v 5
and see what results are produced in a second commandline with this:
Code:
cd <path where cutubefiles stores downloads>
ls -ltra |tail
the command for cutetube, where i get to-audio-converted files is this:
Code:
/usr/bin/ffmpeg -i "%f" -vn -acodec copy "%f".m4a
but i'm not glad with it, because the input video-file remains and the outputfilename has already the full input-filename
 

The Following User Says Thank You to chrischras For This Useful Post: