Nebenbei: alle files (oder Ordner) in Hybrid reinziehen audio&video handling auf passthrough, output Pfad festlegen, generate aktivieren, jobs erstellen und abarbeiten lassen geht auch![]()
Hab das hier probiert
Dann kommt aber diese MeldungCode:MP4Box -itags all=NULL *.mp4
Edit: Damit klapptsCode:Error - 2 input names specified, please check usage
Code:find . -type f -name "*.mp4" -exec MP4Box -itags all=NULL {} \; -print
Geändert von _Laui_ (7. December 2015 um 17:41 Uhr)
Nebenbei: alle files (oder Ordner) in Hybrid reinziehen audio&video handling auf passthrough, output Pfad festlegen, generate aktivieren, jobs erstellen und abarbeiten lassen geht auch![]()
Würde das ganze gerne mit ffmpeg in der Kommandozeile machen wenns um AVIs geht. Könnt ihr mir da helfen? Hybrid kommt am Ende ein CRASHED
Mediainfo
Hybrid-LogCode:General Complete name : /video.avi Format : AVI Format/Info : Audio Video Interleave File size : 425 MiB Duration : 42mn 20s Overall bit rate : 1 404 Kbps Movie name : Der zu entfernende Movie Name Writing application : Lavf55.37.102 Video ID : 0 Format : xvid Codec ID : xvid Duration : 42mn 20s Bit rate : 1 201 Kbps Width : 720 pixels Height : 400 pixels Display aspect ratio : 16:9 Frame rate : 25.000 fps Scan type : Progressive Bits/(Pixel*Frame) : 0.167 Stream size : 364 MiB (86%) Title : movie Audio ID : 1 Format : AC-3 Format/Info : Audio Coding 3 Mode extension : CM (complete main) Format settings, Endianness : Big Codec ID : 2000 Duration : 42mn 20s Bit rate mode : Constant Bit rate : 192 Kbps Channel(s) : 2 channels Channel positions : Front: L R Sampling rate : 48.0 KHz Frame rate : 31.250 fps (1536 spf) Bit depth : 16 bits Compression mode : Lossy Stream size : 58.1 MiB (14%) Alignment : Aligned on interleaves Interleave, duration : 32 ms (0.80 video frame)
Code:Filtering input files,.. Analysing 1 input files,... analyzing: video.avi checking a/v ids in ffmpeg,...: /home/user/Schreibtisch/video.avi analyzing video.avi grabbing audio ids for: /home/user/Schreibtisch/video.avi -> audio ids found: 0 analyzing audio streams... analyzing audio stream: 0 analyzing audio stream with mplayer grabbing audio data and delay infos with MediaInfo for /home/user/Schreibtisch/video.avi grabbing video ids for: video.avi -> video ids found: 0 analyzing video streams... analyzing video stream: 0 analyzing video.avi ffmpeg video analysis for /home/user/Schreibtisch/video.avi finished starting auto routines for source number: 1 -> finished auto routines for source number: 1 Input is completely analysed,... Creating job for current source -> Creating jobs for source 1,... -> Generating calls for: /home/user/Schreibtisch/video.mkv createJobs for /home/user/Schreibtisch/video.mkv creating audio subjobs,... creating attachment extraction subjobs creating video subjobs creating muxing subjobs optimizing the subJobs -> finished creating subjobs for current source added new job with id 19_54_46_5810 Starting Main@19:54:54.877: "/usr/bin/ffmpeg" -y -threads 2 -i "/home/user/Schreibtisch/video.avi" -map 0:1 -vn -sn -acodec copy -map_metadata -1 -metadata handler_name="Hybrid 2015.12.23.1" "/tmp/iId_2_aid_0_19_54_46_5810_01.ac3" finished after 00:00:06.231 Created /tmp/iId_2_aid_0_19_54_46_5810_01.ac3 (58.1396 MB) Starting Main@19:55:01.126: "/usr/bin/mplayer" -nosound -dumpvideo -dumpfile "/tmp/19_54_46_5810_02.raw" "/home/user/Schreibtisch/video.avi" finished after 00:00:12.300 Created /tmp/19_54_46_5810_02.raw (363.695 MB) Starting Main@19:55:13.454: "/usr/bin/mkvmerge" --ui-language en_US -o "/home/user/Schreibtisch/video.mkv" --disable-track-statistics-tags --global-tags "/tmp/video_19_54_46_5810__03.xml" -d 0 --default-track 0:yes --default-duration 0:25fps --aspect-ratio-factor 0:103/104 --no-chapters --compression -1:none --forced-track 0:yes --no-audio --no-subtitles "/tmp/19_54_46_5810_02.raw" --default-track 0:yes --forced-track 0:no -a 0 --compression -1:none --no-video --no-subtitles --no-chapters "/tmp/iId_2_aid_0_19_54_46_5810_01.ac3" finished after 00:00:06.429 with exitCode 2 -> 19_54_46_5810_04_muxing crashed:ERROR: /home/user/Schreibtisch/video.mkv was not created! Job 19_54_46_5810 finished!
Geändert von _Laui_ (6. January 2016 um 21:00 Uhr)
Der Crash liegt daran, dass der Videostream anscheinend nicht richtig erkannt wird und die Dateiendung .raw und nicht .m4v ist bei Extrahieren mit mplayer.
-> wenn ich es hier mache geht es ohne Probleme, d.h. ohne DebugOutput der Joberstellung kann ich dazu nicht mehr sagen.![]()
Ich habe jetzt als "Standard output container" avi gewählt und "Always use ffmpeg for muxing". So funktioniert es
Hier via mkvmerge via Bash-Skript unter Linux für MKV
via mkvpropedit ohne remuxen möglichCode:for file in *.mkv; do mkvmerge -o "output-folder/${file}" "${file}" --title '' done
Danke an Moritz Bunkus von mkvmerge für die HilfeCode:for file in *.mkv; do mkvpropedit "${file}" --edit info --set title= done
Aktuell unter Windows 10 funktionierts mit MP4Box nicht
Code:MP4Box.exe -itags all=Null video.mp4 Invalid iTune tag format "all=Null" - ignoringMP4Box GUI habe ich noch keine Funktion entdeckt für Tags entfernenCode:MP4Box.exe -version MP4Box - GPAC version 0.5.0-rev4065 GPAC Copyright: (c) Jean Le Feuvre 2000-2005 (c) ENST 2005-200X GPAC Configuration: (static configuration file) Features: GPAC_HAS_SSL GPAC_HAS_SPIDERMONKEY GPAC_HAS_JPEG GPAC_HAS_PNG
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)