Git Product home page Git Product logo

Comments (13)

eibol avatar eibol commented on May 25, 2024

What settings are you using on the dialog box before confcatenating? (demuxer/video filter, batch concatenation)

from ffmpeg_batch.

pastelaura avatar pastelaura commented on May 25, 2024

Just the default ones
format: mp4 "-c copy"
"Use concatenation demuxer."
Stream copy is checked.

from ffmpeg_batch.

eibol avatar eibol commented on May 25, 2024

No issues found with that. I'd need a few filenames and your output path.

from ffmpeg_batch.

pastelaura avatar pastelaura commented on May 25, 2024

I have a total of 30 video files. Each one is named in order so like "1", "2", "3" etc without quotation marks. Nothing else in the names. Just the numbers.
The output path is just set to the desktop.

from ffmpeg_batch.

eibol avatar eibol commented on May 25, 2024

Unable to reproduce any issue with that settings.

Anyway you may paste your log file here, or some screenshoot.

from ffmpeg_batch.

pastelaura avatar pastelaura commented on May 25, 2024

Where would I be able to find the log file?

from ffmpeg_batch.

eibol avatar eibol commented on May 25, 2024

Main screen button "View last log".

from ffmpeg_batch.

pastelaura avatar pastelaura commented on May 25, 2024

Oh, pfft how did I miss that? Anyway, here you go.
ffmpeg AVBC.txt

from ffmpeg_batch.

eibol avatar eibol commented on May 25, 2024

There maybe some problem with your filenames or paths. Without the full path and name I can't find any problem.
"Shadows" is a filename without extension? or part of a file path?

from ffmpeg_batch.

pastelaura avatar pastelaura commented on May 25, 2024

All files are in mp4 format. Shadow is a file path name. Should I make a single folder on the desktop, copy all of the videos into there and then try merging them that way?

from ffmpeg_batch.

eibol avatar eibol commented on May 25, 2024

Yes, I think that would be a good test.

from ffmpeg_batch.

pastelaura avatar pastelaura commented on May 25, 2024

Can confirm that that worked. I don't think it liked the spaces or any quotation marks in the file pathname. I am not sure if you could fix that in a later build, but if it is possible, that would be superb.
And if you don't mind me asking while I am still here: what preset/parameters would you recommend to reduce the file size of a video in the program, yet maintain the quality?

from ffmpeg_batch.

eibol avatar eibol commented on May 25, 2024

It is a "bug", character "'", though allowed in filename, is used for concatenation settings too. I'll add a warning about it.
Regarding reduze file size, it's a matter of playing with size and quality factor until you find a good trade-off.
For example: -c:v libx264 -crf 25 -vf scale=1280:-1 -c:a aac 96K
If you increase crf value, quality and size decrease. The same with scale size (width).
For example: -c:v libx264 -crf 28 -vf scale=800:-1 -c:a aac 96K

from ffmpeg_batch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.