Skip to main content

Thread: Keep original video title when converting in handbrakeCLI


so whenever try convert video renames files video.mp4

how keep original title of movie after conversion?

asked in ubuntu irc , said handbrakecli cannot that. don't believe that.

here code convert videos

code:
handbrakecli -i /home/christoph/videos/ -o movie.mp4 --preset="iphone & ipod touch"

if handbrake doesn't function documentation/help indicate, shell script may easiest fix.
code:
#!/bin/bash  handbrakecli -i "$1" -o video.mp4 --preset="iphone & ipod touch"  mv video.mp4 "$2"
save "brakewrap.sh" (or whatever want) in ~/bin/ (or other place in path). , use "brakewrap.sh source.mpg result.mp4"


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Keep original video title when converting in handbrakeCLI


Ubuntu

Comments

Popular posts from this blog

Falang and too many redirects - Joomla! Forum - community, help and support

Infinite loop detected in JErrorInfinite loop detected in JError - Joomla! Forum - community, help and support

logged out from joomla! - Joomla! Forum - community, help and support