Coolzero82
Lt. Junior Grade
- Registriert
- Okt. 2011
- Beiträge
- 308
Hi,
wie kann ich aus 2 .avi Dateien eine große machen`?
Danke
wie kann ich aus 2 .avi Dateien eine große machen`?
Danke
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
vimerge -i file1.avi file2.avi -o output.avi
ffmpeg -f concat -i \
<(for f in $PWD/*.avi;do echo "file '$f'";done) \
-c copy output.avi
Ok, und was muss ich in Virtualdub dann machen, finde nicht was mit zusammenfügen zu tun hat!?af4 schrieb:wenn beide Dateien mit dem selben Audio und Video Codec sowie der selben Auflösung encoded wurden geht das ganz einfach mit Virtualdub. Kannste direkt hier im DL Bereich downloaden. Wenn es 2 unterschiedliche avi's sind dann das ganze mit Virtualdub vorher einheitlich encoden.
Hast recht, zum OS hatte ich nichts geschrieben, sowohl Win10 wie auch OpenSuse, also kann ich deinen Tip mal testen.BFF schrieb:Ist doch einfach.
https://www.wikihow.com/Merge-AVI-Files
Da Du ja nix sagst zum OS.
Mit einem Linux ist es noch einfacher.
Code:vimerge -i file1.avi file2.avi -o output.avi
oder so
Code:ffmpeg -f concat -i \ <(for f in $PWD/*.avi;do echo "file '$f'";done) \ -c copy output.avi
BFF
Auch das war mir nicht bekannt, werde ich mal testen.Plutos schrieb:Unter Windows genauso einfach: C:\>copy /b 1.avi + 2.avi neue.avi
Also das funktioniert leider nicht, die neue.avi ist zwar nachher doppelt so groß wie vorher, die Film länge entspricht nur noch der länge der ersten.aviPlutos schrieb:Unter Windows genauso einfach: C:\>copy /b 1.avi + 2.avi neue.avi
Also bei ffmpeg bekomme ichBFF schrieb:Ist doch einfach.
https://www.wikihow.com/Merge-AVI-Files
Da Du ja nix sagst zum OS.
Mit einem Linux ist es noch einfacher.
Code:vimerge -i file1.avi file2.avi -o output.avi
oder so
Code:ffmpeg -f concat -i \ <(for f in $PWD/*.avi;do echo "file '$f'";done) \ -c copy output.avi
BFF
sudo ffmpeg -f concat -i <(for f in $PWD/*.avi;do echo "file '$f'";done) -c copy output.avi
[sudo] Passwort für root:
ffmpeg version 3.4.2 Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 4.8 (SUSE Linux)
configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include/ffmpeg --extra-cflags='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g' --optflags='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g' --disable-htmlpages --enable-pic --disable-stripping --enable-shared --disable-static --enable-gpl --disable-openssl --enable-avresample --enable-libcdio --enable-gnutls --enable-ladspa --disable-cuda --disable-cuvid --enable-libass --enable-libbluray --enable-libcelt --enable-libcdio --enable-libdc1394 --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libzvbi --enable-vaapi --enable-vdpau --enable-muxers --enable-demuxers --disable-encoders --disable-decoders --disable-decoder='mpeg1video,mpeg2video,mpeg4,h263,h264,hevc,vc1' --enable-encoder='apng,ass,ayuv,bmp,ffv1,ffvhuff,flac,gif,huffyuv,jpegls,libgsm,libmp3lame,libopenjpeg,libopus,libschroedinger,libspeex,libtheora,libtwolame,libvorbis,libvpx_vp8,libvpx_vp9,libwebp,libwebp_anim,mjpeg,mp2,mp2fixed,pam,pbm,pcm_alaw,pcm_f32be,pcm_f32le,pcm_f64be,pcm_f64le,pcm_mulaw,pcm_s16be,pcm_s16be_planar,pcm_s16le,pcm_s16le_planar,pcm_s24be,pcm_s24le,pcm_s24le_planar,pcm_s32be,pcm_s32le,pcm_s32le_planar,pcm_s8,pcm_s8_planar,pcm_u16be,pcm_u16le,pcm_u24be,pcm_u24le,pcm_u32be,pcm_u32le,pcm_u8,pcx,pgm,pgmyuv,png,ppm,sgi,srt,ssa,sunrast,targa,text,tiff,v210,v308,v408,v410,vorbis,xbm,xwd,y41p,yuv4,zlib,' --enable-decoder='ac3,ansi,apng,ass,ayuv,bmp,dirac,exr,ffv1,ffvhuff,ffwavesynth,flac,gif,gsm,huffyuv,libcelt,libgsm,libopenjpeg,libopus,libschroedinger,libspeex,libvorbis,libvpx_vp8,libvpx_vp9,mjpeg,,,,mp1,mp1float,mp2,mp2float,mp3,mp3float,opus,pam,pbm,pcm_alaw,pcm_bluray,pcm_dvd,pcm_f32be,pcm_f32le,pcm_f64be,pcm_f64le,pcm_mulaw,pcm_s16be,pcm_s16be_planar,pcm_s16le,pcm_s16le_planar,pcm_s24be,pcm_s24le,pcm_s24le_planar,pcm_s32be,pcm_s32le,pcm_s32le_planar,pcm_s8,pcm_s8_planar,pcm_u16be,pcm_u16le,pcm_u24be,pcm_u24le,pcm_u32be,pcm_u32le,pcm_u8,pcx,pgm,pgmyuv,pgssub,png,ppm,rawvideo,sgi,srt,ssa,sunrast,targa,text,theora,tiff,v210,v210x,v308,v408,v410,vorbis,vp3,vp5,vp6,vp6a,vp6f,vp8,vp9,webp,xbm,xwd,y41p,yuv4,zlib,'
libavutil 55. 78.100 / 55. 78.100
libavcodec 57.107.100 / 57.107.100
libavformat 57. 83.100 / 57. 83.100
libavdevice 57. 10.100 / 57. 10.100
libavfilter 6.107.100 / 6.107.100
libavresample 3. 7. 0 / 3. 7. 0
libswscale 4. 8.100 / 4. 8.100
libswresample 2. 9.100 / 2. 9.100
libpostproc 54. 7.100 / 54. 7.100
/dev/fd/63: No such file or directory
vimerge -i film-a.avi Film-b.avi -o Der_Film.avi
If 'vimerge' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf vimerge
ffmpeg -i "concat:input1.ts|input2.ts|input3.ts" -c copy output.ts
ffmpeg.exe -i "concat:F:\AVI\wkh.avi|F:\AVI\tsw.avi" -c copy F:\AVI\m.avi