Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-Line Parameters generate an Error #99

Open
Mae72DE opened this issue Jan 24, 2024 · 1 comment
Open

Multi-Line Parameters generate an Error #99

Mae72DE opened this issue Jan 24, 2024 · 1 comment

Comments

@Mae72DE
Copy link

Mae72DE commented Jan 24, 2024

Why I like to use Parameters in multiple lines?

I think it's better to read - and a commentary-function would be nice …

ffmpeg
 -i "Hörbuch"                      # Quelle
  -af "                            # Begin des Audio Filters
    asendcmd=0.0 afftdn sn start,  # Audio:SendCommand: SampleNoise capture
    asendcmd=0.4 afftdn sn stop,   # 0,4 Sek. Ende des Captures
    adeclick                       # Audio:Declicker   ( Falls von Schaltplatte aufgenommen)
    afftdn=nr=20:nf=-40            # Audio:Fast Fourier Transform DeNoise
   "                               # Audio-Filter end
  -ac 1                            # Audio:Channel 1 (Mono)  (MP3 Player besitzt nur einen Lautsprecher)
  -ar 16k                          # Audio:Rate (Abtastfrequenz): 16 kHz  (Aufnahmen Teilweise von Audiokassette)
 "Ausgabe\Hörbuch.mp3"             # Ausgabe-Datei

But if you try that it miss - even you find the lost comma after adeclick, …
It would be nice to have the option to put every "command" in a new line, and add some # comments at the end.
And a special Comment-Out Function ☒/☑ to begin of every line to just chance these settings.

@eibol
Copy link
Owner

eibol commented Jan 24, 2024

I see the point of the suggestion. Parameters field was never intended to include descriptions, source and destination file are not to be included. I would try using preset description as much as possible, maybe in the future this feature is possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants