home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Language specific support
Deutsches MediaPortal Forum
Hard- und Software rund um den HTPC
Software
3rd Party Software
Encodieren von Video mit Handbrake Quicksync
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="olli14" data-source="post: 1152988" data-attributes="member: 85845"><p>Ich habe jetzt mithilfe eines anderen Forums diese Batch gebastelt.</p><p></p><p>@echo off</p><p></p><p>FOR %%G in ("*.ts") do if not exist "%%~nG.mkv" "handbrakecli.exe" -i "%%~G" -o "%%~nG.mkv" --strict-anamorphic -e qsv_h264 -b 1500 -r 25 --decomb -a 1,2,3 -E copy:ac3 -R Auto -B 128</p><p></p><p>Diese Batch starte ich über die Windows Aufgabenplanung einmal täglich. Diese Batch guckt in einem Ordner (den ich in der Aufgabenplanung definiert habe) nach, ob dort eine TS Datei vorhanden ist, zu der es noch keine zugehörige MKV Datei gibt und startet dann den Encoding Process.</p><p>Der Bereich "-a 1,2,3 -E copy:ac3 -R Auto -B 128" bedeutet, daß bis zu 3 Audiospuren behandelt werden wie folgt: eine vorhandene Audiospur in "AC3 5.1" wird einfach kopiert; Stereospuren werden umgewandelt in "AC3 2.0".</p><p>Im Anhang noch Bilder von der Windows Aufgabenplanung Konfiguration.</p></blockquote><p></p>
[QUOTE="olli14, post: 1152988, member: 85845"] Ich habe jetzt mithilfe eines anderen Forums diese Batch gebastelt. @echo off FOR %%G in ("*.ts") do if not exist "%%~nG.mkv" "handbrakecli.exe" -i "%%~G" -o "%%~nG.mkv" --strict-anamorphic -e qsv_h264 -b 1500 -r 25 --decomb -a 1,2,3 -E copy:ac3 -R Auto -B 128 Diese Batch starte ich über die Windows Aufgabenplanung einmal täglich. Diese Batch guckt in einem Ordner (den ich in der Aufgabenplanung definiert habe) nach, ob dort eine TS Datei vorhanden ist, zu der es noch keine zugehörige MKV Datei gibt und startet dann den Encoding Process. Der Bereich "-a 1,2,3 -E copy:ac3 -R Auto -B 128" bedeutet, daß bis zu 3 Audiospuren behandelt werden wie folgt: eine vorhandene Audiospur in "AC3 5.1" wird einfach kopiert; Stereospuren werden umgewandelt in "AC3 2.0". Im Anhang noch Bilder von der Windows Aufgabenplanung Konfiguration. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Language specific support
Deutsches MediaPortal Forum
Hard- und Software rund um den HTPC
Software
3rd Party Software
Encodieren von Video mit Handbrake Quicksync
Contact us
RSS
Top
Bottom