Avidemux Forum

Non-English => Avidemux-German => Topic started by: ritterrunkel on February 01, 2016, 10:59:43 AM

Title: Batches für AVI(MJPEG)->MP4 und VOB->MP4
Post by: ritterrunkel on February 01, 2016, 10:59:43 AM
Hallo!
Kann mir jemand sagen, wie ich Batch-Jobs für die Konvertierung von AVI(MJPEG) zu MP4 und von VOB zu MP4 ausführen kann? So viel ich weiß, gibt's da verschiedene Möglichkeiten - u.a. eine Windows BAT-Datei oder ein JavaScript Programm, das man mit Avidemux ausführen kann? Bestimmt steht das auch schon irgendwo - dann reicht mir einLink dorthin.

Danke!
RR
Title: Re: Batches für AVI(MJPEG)->MP4 und VOB->MP4
Post by: Jan Gruuthuse on February 01, 2016, 04:36:07 PM
could these help:
- Sample script : Convert a whole folder (http://avidemux.org/smif/index.php/topic,16140.0.html)
- [2.6.4] Convert a whole folder (http://avidemux.org/smif/index.php/topic,12105.0.html)
Title: Re: Batches für AVI(MJPEG)->MP4 und VOB->MP4
Post by: ritterrunkel on February 01, 2016, 05:11:42 PM
Hi,
and thank you for the hint. But since I am unexperienced with Avidemux as well as with Python I have three problems:

(1) If I click on the script name "70show.py" in the above link I get "Error 404".
(2) How can I start a Python script with Avidemux?
(3) How can I adapt the script to my needs (AVI/MJPEG-to-MP4)?

Regards
RR
Title: Re: Batches für AVI(MJPEG)->MP4 und VOB->MP4
Post by: Jan Gruuthuse on February 02, 2016, 07:17:26 AM
Sorry for the 70show.py, seems to be lost.
Batch processing (http://www.avidemux.org/admWiki/doku.php?id=tutorial:batch_processing#tips)
It's to long ago that I used windows or batch processing. I no longer have access to windows.
- Batch processing AVI to MP4 (H.264) (http://avidemux.org/smif/index.php?topic=10479.0)
- Problems with batch processing (http://avidemux.org/smif/index.php?topic=11430.0)
Title: Re: Batches für AVI(MJPEG)->MP4 und VOB->MP4
Post by: ritterrunkel on February 03, 2016, 06:34:47 AM
Hello!
I don't think, that this has something to do with Windows. All I need is the .js file with the correct parameter setting for a VOB-to-mp4-conversion. This should be the same in Windows and Linux - shouldn't it!?

Regards
RR
Title: Re: Batches für AVI(MJPEG)->MP4 und VOB->MP4
Post by: Jan Gruuthuse on February 03, 2016, 07:00:30 AM
Those were replies to windows users, mostly.
js can be found here:
- Scripting tutorial (http://www.avidemux.org/admWiki/doku.php?id=tutorial:scripting_tutorial)
- http://www.avidemux.org/admWiki/doku.php?id=using:scripting#using_functions (http://www.avidemux.org/admWiki/doku.php?id=using:scripting#using_functions)

Never used these myself.