Can't get my first command line right
Steps to reproduce the problem (If Applicable):
I have tried all these:
HandBrake -Z —preset “Very Fast 720p30” -i, --input 201609231238GP017326a.MP4 -o, --output 201609231238GP017326a720p.MP4
HandBrakeCLI -Z —preset 720p30 -i, --input 201609231238GP017326a.MP4 -o, --output 201609231238GP017326a720p.MP4
HandBrakeCLI -Z —“Very Fast 720p30” -i, --input 201609231238GP017326a.MP4 -o, --output 201609231238GP017326a720p.MP4
HandBrakeCLI -i, --input 201609231238GP017326a.MP4 -o, --output 201609231238GP017326a720p.MP4
Changed filename to file01
HandBrakeCLI -i, —file01.MP4 -o, —file01720p.MP4
HandBrakeCLI -i, —input file01.MP4 -o, —output file01720p.MP4
HandBrakeCLI - Z —“Very Fast 720p30” I, —input file01.MP4 -o, —output file01720p.MP4
HandBrakeCLI - Z —“Very Fast 720p30” i, —input file01.MP4 -o, —output file01720p.MP4
HandBrakeCLI - Z —“Very Fast 720p30” i, —file01.MP4 -o, —file01720p.MP4
HandBrake version (e.g., 1.0.0):
mini@Minis-Mac-mini-2 testtwo % handbrakecli --version
[16:28:55] Compile-time hardening features are enabled
[16:28:55] hb_init: starting libhb thread
[16:28:55] thread 70000d12a000 started ("libhb")
HandBrake 1.4.2
Operating system and version (e.g., Ubuntu 16.04 LTS, macOS 10.13 High Sierra, Windows 10 Creators Update):
MACOS BigSur
11.6 (20G165)
Intel UHD Graphics 630 1536 MB
Mac Mini 2018
HandBrake Activity Log ***required*** (see How-to get an activity log)
[16:22:15] macgui: Handbrake Version: 1.4.2 (2021100300)
[16:22:15] Compile-time hardening features are enabled
[16:22:15] hb_init: starting libhb thread
[16:22:22] macgui: ScanCore scanning titles with a duration of 10 seconds or more
[16:22:22] CPU: Intel(R) Core(TM) i7-8700B CPU @ 3.20GHz
[16:22:22] - Intel microarchitecture Kaby Lake
[16:22:22] - logical processor count: 12
[16:22:22] hb_scan: path=/Volumes/External7tb/test, title_index=0
disc.c:437: error opening file BDMV/index.bdmv
disc.c:437: error opening file BDMV/BACKUP/index.bdmv
bluray.c
[16:22:22] bd: not a bd - trying as a stream/file instead
libdvdread: Couldn't find device name.
libdvdread: DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav: vm: vm: failed to read VIDEO_TS.IFO
[16:22:22] dvd: not a dvd - trying as a stream/file instead
[16:22:22] batch: scanning /Volumes/External7tb/test/.DS_Store
[16:22:22] hb_stream_open: open /Volumes/External7tb/test/.DS_Store failed
[16:22:22] libhb: scan thread found 0 valid title(s)
[16:22:22] macgui: ScanCore scan done
Code: Select all
Please replace this text with the contents of your log file between the two code tags - OR - provide a pastebin URL in place of these 3 lines.
If you are unable to do so, please state why so we can help you.
Humble Apologies I have no idea what that means. What "two code tags"? I have even less idea what a "pastebin URL" is.
I seem to be struggling because I am guessing pretty wildly at how to "convert" the help syntax in to actual syntax.
I would dearly like to see several examples, very simple ones.
In (what seems to be) pseudocode terms I am trying to do this:
HandBrakeCLI -Z —preset “Very Fast 720p30” -i, --input 201609231238GP017326a.MP4 -o, --output 201609231238GP017326a720p.MP4
as a starter.
For example where it says "input" and "output" I am thinking it does not mean to include that text.
Also, on exit it seems my directory is being changed and I didn't notice that for a while.
All the attempts I have tried are listed above, all ending in depressing failure.
Usually and for years I have used the gui interface, but the lack of folder recursion (for reasons explained) means I have to delve deeper.
Regards
Anthony